COLOR #D8C57E

HEX: #D8C57E RGB: (216,197,126)

Color info

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

RGB color model

#D8C57E color RGB value is (216,197,126).

RGB: (216,197,126) (85%, 77%, 49%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 126 of 255 = 49%

216
197
126

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

Portions of RGB colors in percentages

R + G + B = 216 + 197 + 126 = 539 (100%)
R 216 of 539 ~ 40.07%
G 197 of 539 ~ 36.55%
B 126 of 539 ~ 23.38'%

%40.07
%36.55
%23.38

CMYK color model

#D8C57E color CMYK value is (0,9,42,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 41.67%
  • key color value is 15.29%

CMYK: (0,9,42,15)
C0M9Y42K15 (0%, 9%, 42%, 15%)
(0.00 / 0.09 / 0.42 / 0.15)

CMYK percentages

%0
%8.8
%41.67
%15.29

Codes

Color #D8C57E in popluar color models

D8 C5 7E
RGB 216 197 126
HSL 47° 53.57% 67.06%
HSB/HSV 47° 41.67% 84.71%
CMYK 0.00% 8.80% 41.67%
15.29%

Color #D8C57E in popluar number systems.

HEX D8 C5 7E
Decimal 216 197 126
Binary 11011000 11000101 1111110
Octal 330 305 176

Shades and tints

Shades of #D8C57E

#D8C57E
(216,197,126)
#C5B473
(197,180,115)
#B2A368
(178,163,104)
#9F925D
(159,146,93)
#8C8152
(140,129,82)
#797047
(121,112,71)
#665F3C
(102,95,60)
#534E31
(83,78,49)
#403D26
(64,61,38)
#2D2C1B
(45,44,27)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #D8C57E

#D8C57E
(216,197,126)
#DBCA89
(219,202,137)
#DECF94
(222,207,148)
#E1D49F
(225,212,159)
#E4D9AA
(228,217,170)
#E7DEB5
(231,222,181)
#EAE3C0
(234,227,192)
#EDE8CB
(237,232,203)
#F0EDD6
(240,237,214)
#F3F2E1
(243,242,225)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C57E color. Also use rgb(216,197,126) instead hex code.

Text Font Color

.myTextColor { color: #D8C57E; }

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

This text font color is #D8C57E.

Background Color

.myBgColor { background-color: #D8C57E; }

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

This div background color is #D8C57E.

Border color

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

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

This div border color is #D8C57E.

Opacity

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

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

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

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

This text has shadow with #D8C57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C57E.

Preview

Color preview on black background

This text has color #D8C57E on black background.


Color preview on white background

This text has color #D8C57E on white background.


Black color preview on #D8C57E background

This text has black color on #D8C57E background.


White color preview on #D8C57E background

This text has white color on #D8C57E background.


Related colors

Complementary color

Complementary color for #hex is #273A81.


I love getcolorcode.com

Triadic colors

1 #7ED8C5 and #C57ED8 with #D8C57E are triadic colors.

2 #7EC5D8 and #C5D87E with #D8C57E are triadic colors.