COLOR #D6C012

HEX: #D6C012
RGB: (214,192,18)

Color info

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

RGB color model

#D6C012 color RGB value is (214,192,18).

  • red value is 214;
  • green value is 192;
  • blue value is 18.
RGB:
(214,192,18)
(84%,75%,7%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 18 of 255 = 7%

214
192
18

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

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 18 = 424 (100%)
R 214 of 424 ~ 50.47%
G 192 of 424 ~ 45.28%
B 18 of 424 ~ 4.25%

%50.47
%45.28

CMYK color model

#D6C012 color CMYK value is (0,10,92,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 91.59%
  • key color value is 16.08%
CMYK:
(0,10,92,16)
C0M10Y92K16 
(0%,10%,92%,16%)
(0.00/0.10/0.92/0.16)	

CMYK percentages

%0
%10.28
%91.59
%16.08

Codes

Color #D6C012 in popluar color models

D6C012
RGB21419218
HSL53°84.48%45.49%
HSB/HSV53°91.59%83.92%
CMYK0.00%10.28%91.59%
16.08%

Color #D6C012 in popluar number systems.

HEXD6C012
Decimal21419218
Binary110101101100000010010
Octal32630022

Shades and tints

Shades of #D6C012

#D6C012
(214,192,18)
#C3AF11
(195,175,17)
#B09E10
(176,158,16)
#9D8D0F
(157,141,15)
#8A7C0E
(138,124,14)
#776B0D
(119,107,13)
#645A0C
(100,90,12)
#51490B
(81,73,11)
#3E380A
(62,56,10)
#2B2709
(43,39,9)
#181608
(24,22,8)
#000000
(0,0,0)

Tints of #D6C012

#D6C012
(214,192,18)
#D9C527
(217,197,39)
#DCCA3C
(220,202,60)
#DFCF51
(223,207,81)
#E2D466
(226,212,102)
#E5D97B
(229,217,123)
#E8DE90
(232,222,144)
#EBE3A5
(235,227,165)
#EEE8BA
(238,232,186)
#F1EDCF
(241,237,207)
#F4F2E4
(244,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C012 color. Also use rgb(214,192,18) instead hex code.

Text Font Color

.myTextColor { color: #D6C012; }

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

This text font color is #D6C012.


Background Color

.myBgColor { background-color: #D6C012; }

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

This div background color is #D6C012.


Border color

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

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

This div border color is #D6C012.


Opacity

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

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

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

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

This text has shadow with #D6C012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C012 on black background.


Color preview on white background

This text has color #D6C012 on white background.



Black color preview on #D6C012 background

This text has black color on #D6C012 background.


White color preview on #D6C012 background

This text has white color on #D6C012 background.