COLOR #D1C77E

HEX: #D1C77E
RGB: (209,199,126)

Color info

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

RGB color model

#D1C77E color RGB value is (209,199,126).

  • red value is 209;
  • green value is 199;
  • blue value is 126.
RGB:
(209,199,126)
(82%,78%,49%)

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 126 of 255 = 49%

209
199
126

R + G + B ~ 70%. #D1C77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 126 = 534 (100%)
R 209 of 534 ~ 39.14%
G 199 of 534 ~ 37.27%
B 126 of 534 ~ 23.6%

%39.14
%37.27
%23.6

CMYK color model

#D1C77E color CMYK value is (0,5,40,18).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK:
(0,5,40,18)
C0M5Y40K18 
(0%,5%,40%,18%)
(0.00/0.05/0.40/0.18)	

CMYK percentages

%0
%4.78
%39.71
%18.04

Codes

Color #D1C77E in popluar color models

D1C77E
RGB209199126
HSL53°47.43%65.69%
HSB/HSV53°39.71%81.96%
CMYK0.00%4.78%39.71%
18.04%

Color #D1C77E in popluar number systems.

HEXD1C77E
Decimal209199126
Binary11010001110001111111110
Octal321307176

Shades and tints

Shades of #D1C77E

#D1C77E
(209,199,126)
#BEB573
(190,181,115)
#ABA368
(171,163,104)
#98915D
(152,145,93)
#857F52
(133,127,82)
#726D47
(114,109,71)
#5F5B3C
(95,91,60)
#4C4931
(76,73,49)
#393726
(57,55,38)
#26251B
(38,37,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1C77E

#D1C77E
(209,199,126)
#D5CC89
(213,204,137)
#D9D194
(217,209,148)
#DDD69F
(221,214,159)
#E1DBAA
(225,219,170)
#E5E0B5
(229,224,181)
#E9E5C0
(233,229,192)
#EDEACB
(237,234,203)
#F1EFD6
(241,239,214)
#F5F4E1
(245,244,225)
#F9F9EC
(249,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C77E color. Also use rgb(209,199,126) instead hex code.

Text Font Color

.myTextColor { color: #D1C77E; }

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

This text font color is #D1C77E.


Background Color

.myBgColor { background-color: #D1C77E; }

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

This div background color is #D1C77E.


Border color

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

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

This div border color is #D1C77E.


Opacity

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

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

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

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

This text has shadow with #D1C77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C77E on black background.


Color preview on white background

This text has color #D1C77E on white background.



Black color preview on #D1C77E background

This text has black color on #D1C77E background.


White color preview on #D1C77E background

This text has white color on #D1C77E background.