COLOR #D6C219

HEX: #D6C219
RGB: (214,194,25)

Color info

#D6C219 contains mainly red and green colors. Web safe color of #D6C219 is #CCCC00 (or #CC0).

RGB color model

#D6C219 color RGB value is (214,194,25).

  • red value is 214;
  • green value is 194;
  • blue value is 25.
RGB:
(214,194,25)
(84%,76%,10%)

RGB channels and saturation

R 214 of 255 = 84%
G 194 of 255 = 76%
B 25 of 255 = 10%

214
194
25

R + G + B ~ 57%. #D6C219 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 194 + 25 = 433 (100%)
R 214 of 433 ~ 49.42%
G 194 of 433 ~ 44.8%
B 25 of 433 ~ 5.77%

%49.42
%44.8

CMYK color model

#D6C219 color CMYK value is (0,9,88,16).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 88.32%
  • key color value is 16.08%
CMYK:
(0,9,88,16)
C0M9Y88K16 
(0%,9%,88%,16%)
(0.00/0.09/0.88/0.16)	

CMYK percentages

%0
%9.35
%88.32
%16.08

Codes

Color #D6C219 in popluar color models

D6C219
RGB21419425
HSL54°79.08%46.86%
HSB/HSV54°88.32%83.92%
CMYK0.00%9.35%88.32%
16.08%

Color #D6C219 in popluar number systems.

HEXD6C219
Decimal21419425
Binary110101101100001011001
Octal32630231

Shades and tints

Shades of #D6C219

#D6C219
(214,194,25)
#C3B117
(195,177,23)
#B0A015
(176,160,21)
#9D8F13
(157,143,19)
#8A7E11
(138,126,17)
#776D0F
(119,109,15)
#645C0D
(100,92,13)
#514B0B
(81,75,11)
#3E3A09
(62,58,9)
#2B2907
(43,41,7)
#181805
(24,24,5)
#000000
(0,0,0)

Tints of #D6C219

#D6C219
(214,194,25)
#D9C72D
(217,199,45)
#DCCC41
(220,204,65)
#DFD155
(223,209,85)
#E2D669
(226,214,105)
#E5DB7D
(229,219,125)
#E8E091
(232,224,145)
#EBE5A5
(235,229,165)
#EEEAB9
(238,234,185)
#F1EFCD
(241,239,205)
#F4F4E1
(244,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C219; }

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

This text font color is #D6C219.


Background Color

.myBgColor { background-color: #D6C219; }

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

This div background color is #D6C219.


Border color

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

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

This div border color is #D6C219.


Opacity

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

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

Text with #D6C219 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 #D6C219;}

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

This text has shadow with #D6C219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C219 on black background.


Color preview on white background

This text has color #D6C219 on white background.



Black color preview on #D6C219 background

This text has black color on #D6C219 background.


White color preview on #D6C219 background

This text has white color on #D6C219 background.