COLOR #D6C25A

HEX: #D6C25A
RGB: (214,194,90)

Renk bilgisi

#D6C25A contains mainly red and green colors. #D6C25A ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D6C25A color RGB value is (214,194,90).

  • kırmız ton 214;
  • yeşil ton 194;
  • mavi ton 90.
RGB:
(214,194,90)
(84%,76%,35%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 194 of 255 = 76%
B 90 of 255 = 35%

214
194
90

R + G + B ~ 65%. #D6C25A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 194 + 90 = 498 (100%)
R 214 of 498 ~ 42.97%
G 194 of 498 ~ 38.96%
B 90 of 498 ~ 18.07%

%42.97
%38.96
%18.07

CMYK RENK MODELİ

#D6C25A rengi CMYK tonu (0,9,58,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.35%
  • sarı tonu 57.94%
  • ana renk tonu 16.08%
CMYK:
(0,9,58,16)
C0M9Y58K16 
(0%,9%,58%,16%)
(0.00/0.09/0.58/0.16)	

CMYK yüzdeleri

%0
%9.35
%57.94
%16.08

Codes

Color #D6C25A in popluar color models

D6C25A
RGB21419490
HSL50°60.19%59.61%
HSB/HSV50°57.94%83.92%
CMYK0.00%9.35%57.94%
16.08%

Color #D6C25A in popluar number systems.

HEXD6C25A
Decimal21419490
Binary11010110110000101011010
Octal326302132

Shades and tints

Shades of #D6C25A

#D6C25A
(214,194,90)
#C3B152
(195,177,82)
#B0A04A
(176,160,74)
#9D8F42
(157,143,66)
#8A7E3A
(138,126,58)
#776D32
(119,109,50)
#645C2A
(100,92,42)
#514B22
(81,75,34)
#3E3A1A
(62,58,26)
#2B2912
(43,41,18)
#18180A
(24,24,10)
#000000
(0,0,0)

Tints of #D6C25A

#D6C25A
(214,194,90)
#D9C769
(217,199,105)
#DCCC78
(220,204,120)
#DFD187
(223,209,135)
#E2D696
(226,214,150)
#E5DBA5
(229,219,165)
#E8E0B4
(232,224,180)
#EBE5C3
(235,229,195)
#EEEAD2
(238,234,210)
#F1EFE1
(241,239,225)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C25A color. Also use rgb(214,194,90) instead hex code.

Text Font Color

.myTextColor { color: #D6C25A; }

<p style="color:#D6C25A">This sample text font color is #D6C25A.</p>

This text font color is #D6C25A.


Background Color

.myBgColor { background-color: #D6C25A; }

<div style="background-color:#D6C25A">Inner text</div>

This div background color is #D6C25A.


Border color

.myBorderColor { border: 1px solid #D6C25A; }

<div style="border:3px solid #D6C25A">Div</div>

This div border color is #D6C25A.


Opacity

.myOpacity80 { color: #D6C25A; opacity: 0.8; }

<p style="color:#D6C25A;opacity:0.8;">80%</p>

Text with #D6C25A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D6C25A;}

<p style="text-shadow: 3px 3px 1px #D6C25A">Text here.</p>

This text has shadow with #D6C25A color.

.textShadow {text-shadow: 3px 3px 1px #D6C25A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D6C25A, 5px 5px 20px red">Text here.</p>

This text has shadow with #D6C25A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C25A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D6C25A, Direction=45, Strength=4)">Text</p>

This text has shadow with #D6C25A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D6C25A;
  -webkit-box-shadow:	1px 1px 3px 2px #D6C25A;
  box-shadow:		1px 1px 3px 2px #D6C25A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6C25A;
-webkit-box-shadow: 1px 1px 3px 2px #D6C25A;
box-shadow:1px 1px 3px 2px #D6C25A;">
Div content here</div>
This div box has shadow with color #D6C25A.

Preview

Color preview on black background

This text has color #D6C25A on black background.


Color preview on white background

This text has color #D6C25A on white background.



Black color preview on #D6C25A background

This text has black color on #D6C25A background.


White color preview on #D6C25A background

This text has white color on #D6C25A background.