COLOR #D5C57F

HEX: #D5C57F RGB: (213,197,127)

Color info

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

RGB color model

#D5C57F color RGB value is (213,197,127).

RGB: (213,197,127) (84%, 77%, 50%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 127 of 255 = 50%

213
197
127

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

Portions of RGB colors in percentages

R + G + B = 213 + 197 + 127 = 537 (100%)
R 213 of 537 ~ 39.66%
G 197 of 537 ~ 36.69%
B 127 of 537 ~ 23.65'%

%39.66
%36.69
%23.65

CMYK color model

#D5C57F color CMYK value is (0,8,40,16).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 40.38%
  • key color value is 16.47%

CMYK: (0,8,40,16)
C0M8Y40K16 (0%, 8%, 40%, 16%)
(0.00 / 0.08 / 0.40 / 0.16)

CMYK percentages

%0
%7.51
%40.38
%16.47

Codes

Color #D5C57F in popluar color models

D5 C5 7F
RGB 213 197 127
HSL 49° 50.59% 66.67%
HSB/HSV 49° 40.38% 83.53%
CMYK 0.00% 7.51% 40.38%
16.47%

Color #D5C57F in popluar number systems.

HEX D5 C5 7F
Decimal 213 197 127
Binary 11010101 11000101 1111111
Octal 325 305 177

Shades and tints

Shades of #D5C57F

#D5C57F
(213,197,127)
#C2B474
(194,180,116)
#AFA369
(175,163,105)
#9C925E
(156,146,94)
#898153
(137,129,83)
#767048
(118,112,72)
#635F3D
(99,95,61)
#504E32
(80,78,50)
#3D3D27
(61,61,39)
#2A2C1C
(42,44,28)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #D5C57F

#D5C57F
(213,197,127)
#D8CA8A
(216,202,138)
#DBCF95
(219,207,149)
#DED4A0
(222,212,160)
#E1D9AB
(225,217,171)
#E4DEB6
(228,222,182)
#E7E3C1
(231,227,193)
#EAE8CC
(234,232,204)
#EDEDD7
(237,237,215)
#F0F2E2
(240,242,226)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C57F color. Also use rgb(213,197,127) instead hex code.

Text Font Color

.myTextColor { color: #D5C57F; }

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

This text font color is #D5C57F.

Background Color

.myBgColor { background-color: #D5C57F; }

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

This div background color is #D5C57F.

Border color

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

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

This div border color is #D5C57F.

Opacity

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

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

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

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

This text has shadow with #D5C57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C57F.

Preview

Color preview on black background

This text has color #D5C57F on black background.


Color preview on white background

This text has color #D5C57F on white background.


Black color preview on #D5C57F background

This text has black color on #D5C57F background.


White color preview on #D5C57F background

This text has white color on #D5C57F background.


Related colors

Complementary color

Complementary color for #hex is #2A3A80.


I love getcolorcode.com

Triadic colors

1 #7FD5C5 and #C57FD5 with #D5C57F are triadic colors.

2 #7FC5D5 and #C5D57F with #D5C57F are triadic colors.