COLOR #D6C10C

HEX: #D6C10C
RGB: (214,193,12)

Color info

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

RGB color model

#D6C10C color RGB value is (214,193,12).

  • red value is 214;
  • green value is 193;
  • blue value is 12.
RGB:
(214,193,12)
(84%,76%,5%)

RGB channels and saturation

R 214 of 255 = 84%
G 193 of 255 = 76%
B 12 of 255 = 5%

214
193
12

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

Portions of RGB colors in percentages

R + G + B =
214 + 193 + 12 = 419 (100%)
R 214 of 419 ~ 51.07%
G 193 of 419 ~ 46.06%
B 12 of 419 ~ 2.86%

%51.07
%46.06

CMYK color model

#D6C10C color CMYK value is (0,10,94,16).

  • cyan value is 0.00%
  • magenta value is 9.81%
  • yellow value is 94.39%
  • key color value is 16.08%
CMYK:
(0,10,94,16)
C0M10Y94K16 
(0%,10%,94%,16%)
(0.00/0.10/0.94/0.16)	

CMYK percentages

%0
%9.81
%94.39
%16.08

Codes

Color #D6C10C in popluar color models

D6C10C
RGB21419312
HSL54°89.38%44.31%
HSB/HSV54°94.39%83.92%
CMYK0.00%9.81%94.39%
16.08%

Color #D6C10C in popluar number systems.

HEXD6C10C
Decimal21419312
Binary11010110110000011100
Octal32630114

Shades and tints

Shades of #D6C10C

#D6C10C
(214,193,12)
#C3B00B
(195,176,11)
#B09F0A
(176,159,10)
#9D8E09
(157,142,9)
#8A7D08
(138,125,8)
#776C07
(119,108,7)
#645B06
(100,91,6)
#514A05
(81,74,5)
#3E3904
(62,57,4)
#2B2803
(43,40,3)
#181702
(24,23,2)
#000000
(0,0,0)

Tints of #D6C10C

#D6C10C
(214,193,12)
#D9C622
(217,198,34)
#DCCB38
(220,203,56)
#DFD04E
(223,208,78)
#E2D564
(226,213,100)
#E5DA7A
(229,218,122)
#E8DF90
(232,223,144)
#EBE4A6
(235,228,166)
#EEE9BC
(238,233,188)
#F1EED2
(241,238,210)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C10C color. Also use rgb(214,193,12) instead hex code.

Text Font Color

.myTextColor { color: #D6C10C; }

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

This text font color is #D6C10C.


Background Color

.myBgColor { background-color: #D6C10C; }

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

This div background color is #D6C10C.


Border color

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

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

This div border color is #D6C10C.


Opacity

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

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

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

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

This text has shadow with #D6C10C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C10C on black background.


Color preview on white background

This text has color #D6C10C on white background.



Black color preview on #D6C10C background

This text has black color on #D6C10C background.


White color preview on #D6C10C background

This text has white color on #D6C10C background.