COLOR #D1C07F

HEX: #D1C07F
RGB: (209,192,127)

Color info

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

RGB color model

#D1C07F color RGB value is (209,192,127).

  • red value is 209;
  • green value is 192;
  • blue value is 127.
RGB:
(209,192,127)
(82%,75%,50%)

RGB channels and saturation

R 209 of 255 = 82%
G 192 of 255 = 75%
B 127 of 255 = 50%

209
192
127

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

Portions of RGB colors in percentages

R + G + B =
209 + 192 + 127 = 528 (100%)
R 209 of 528 ~ 39.58%
G 192 of 528 ~ 36.36%
B 127 of 528 ~ 24.05%

%39.58
%36.36
%24.05

CMYK color model

#D1C07F color CMYK value is (0,8,39,18).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(0,8,39,18)
C0M8Y39K18 
(0%,8%,39%,18%)
(0.00/0.08/0.39/0.18)	

CMYK percentages

%0
%8.13
%39.23
%18.04

Codes

Color #D1C07F in popluar color models

D1C07F
RGB209192127
HSL48°47.13%65.88%
HSB/HSV48°39.23%81.96%
CMYK0.00%8.13%39.23%
18.04%

Color #D1C07F in popluar number systems.

HEXD1C07F
Decimal209192127
Binary11010001110000001111111
Octal321300177

Shades and tints

Shades of #D1C07F

#D1C07F
(209,192,127)
#BEAF74
(190,175,116)
#AB9E69
(171,158,105)
#988D5E
(152,141,94)
#857C53
(133,124,83)
#726B48
(114,107,72)
#5F5A3D
(95,90,61)
#4C4932
(76,73,50)
#393827
(57,56,39)
#26271C
(38,39,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #D1C07F

#D1C07F
(209,192,127)
#D5C58A
(213,197,138)
#D9CA95
(217,202,149)
#DDCFA0
(221,207,160)
#E1D4AB
(225,212,171)
#E5D9B6
(229,217,182)
#E9DEC1
(233,222,193)
#EDE3CC
(237,227,204)
#F1E8D7
(241,232,215)
#F5EDE2
(245,237,226)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C07F color. Also use rgb(209,192,127) instead hex code.

Text Font Color

.myTextColor { color: #D1C07F; }

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

This text font color is #D1C07F.


Background Color

.myBgColor { background-color: #D1C07F; }

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

This div background color is #D1C07F.


Border color

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

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

This div border color is #D1C07F.


Opacity

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

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

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

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

This text has shadow with #D1C07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C07F on black background.


Color preview on white background

This text has color #D1C07F on white background.



Black color preview on #D1C07F background

This text has black color on #D1C07F background.


White color preview on #D1C07F background

This text has white color on #D1C07F background.