COLOR #D0C17E

HEX: #D0C17E
RGB: (208,193,126)

Color info

#D0C17E contains mainly red and green colors. Web safe color of #D0C17E is #CCCC66 (or #CC6).

RGB color model

#D0C17E color RGB value is (208,193,126).

  • red value is 208;
  • green value is 193;
  • blue value is 126.
RGB:
(208,193,126)
(82%,76%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 193 of 255 = 76%
B 126 of 255 = 49%

208
193
126

R + G + B ~ 69%. #D0C17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 193 + 126 = 527 (100%)
R 208 of 527 ~ 39.47%
G 193 of 527 ~ 36.62%
B 126 of 527 ~ 23.91%

%39.47
%36.62
%23.91

CMYK color model

#D0C17E color CMYK value is (0,7,39,18).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 39.42%
  • key color value is 18.43%
CMYK:
(0,7,39,18)
C0M7Y39K18 
(0%,7%,39%,18%)
(0.00/0.07/0.39/0.18)	

CMYK percentages

%0
%7.21
%39.42
%18.43

Codes

Color #D0C17E in popluar color models

D0C17E
RGB208193126
HSL49°46.59%65.49%
HSB/HSV49°39.42%81.57%
CMYK0.00%7.21%39.42%
18.43%

Color #D0C17E in popluar number systems.

HEXD0C17E
Decimal208193126
Binary11010000110000011111110
Octal320301176

Shades and tints

Shades of #D0C17E

#D0C17E
(208,193,126)
#BEB073
(190,176,115)
#AC9F68
(172,159,104)
#9A8E5D
(154,142,93)
#887D52
(136,125,82)
#766C47
(118,108,71)
#645B3C
(100,91,60)
#524A31
(82,74,49)
#403926
(64,57,38)
#2E281B
(46,40,27)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #D0C17E

#D0C17E
(208,193,126)
#D4C689
(212,198,137)
#D8CB94
(216,203,148)
#DCD09F
(220,208,159)
#E0D5AA
(224,213,170)
#E4DAB5
(228,218,181)
#E8DFC0
(232,223,192)
#ECE4CB
(236,228,203)
#F0E9D6
(240,233,214)
#F4EEE1
(244,238,225)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C17E color. Also use rgb(208,193,126) instead hex code.

Text Font Color

.myTextColor { color: #D0C17E; }

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

This text font color is #D0C17E.


Background Color

.myBgColor { background-color: #D0C17E; }

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

This div background color is #D0C17E.


Border color

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

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

This div border color is #D0C17E.


Opacity

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

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

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

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

This text has shadow with #D0C17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C17E on black background.


Color preview on white background

This text has color #D0C17E on white background.



Black color preview on #D0C17E background

This text has black color on #D0C17E background.


White color preview on #D0C17E background

This text has white color on #D0C17E background.