COLOR #D5C88F

HEX: #D5C88F RGB: (213,200,143)

Color info

#D5C88F contains mainly red and green colors. Web safe color of #D5C88F is #CCCC99 (or #CC9).

RGB color model

#D5C88F color RGB value is (213,200,143).

RGB: (213,200,143) (84%, 78%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 200 of 255 = 78%
B 143 of 255 = 56%

213
200
143

R + G + B ~ 73%. #D5C88F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 200 + 143 = 556 (100%)
R 213 of 556 ~ 38.31%
G 200 of 556 ~ 35.97%
B 143 of 556 ~ 25.72'%

%38.31
%35.97
%25.72

CMYK color model

#D5C88F color CMYK value is (0,6,33,16).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 32.86%
  • key color value is 16.47%

CMYK: (0,6,33,16)
C0M6Y33K16 (0%, 6%, 33%, 16%)
(0.00 / 0.06 / 0.33 / 0.16)

CMYK percentages

%0
%6.1
%32.86
%16.47

Codes

Color #D5C88F in popluar color models

D5 C8 8F
RGB 213 200 143
HSL 49° 45.45% 69.80%
HSB/HSV 49° 32.86% 83.53%
CMYK 0.00% 6.10% 32.86%
16.47%

Color #D5C88F in popluar number systems.

HEX D5 C8 8F
Decimal 213 200 143
Binary 11010101 11001000 10001111
Octal 325 310 217

Shades and tints

Shades of #D5C88F

#D5C88F
(213,200,143)
#C2B682
(194,182,130)
#AFA475
(175,164,117)
#9C9268
(156,146,104)
#89805B
(137,128,91)
#766E4E
(118,110,78)
#635C41
(99,92,65)
#504A34
(80,74,52)
#3D3827
(61,56,39)
#2A261A
(42,38,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #D5C88F

#D5C88F
(213,200,143)
#D8CD99
(216,205,153)
#DBD2A3
(219,210,163)
#DED7AD
(222,215,173)
#E1DCB7
(225,220,183)
#E4E1C1
(228,225,193)
#E7E6CB
(231,230,203)
#EAEBD5
(234,235,213)
#EDF0DF
(237,240,223)
#F0F5E9
(240,245,233)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C88F color. Also use rgb(213,200,143) instead hex code.

Text Font Color

.myTextColor { color: #D5C88F; }

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

This text font color is #D5C88F.

Background Color

.myBgColor { background-color: #D5C88F; }

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

This div background color is #D5C88F.

Border color

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

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

This div border color is #D5C88F.

Opacity

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

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

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

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

This text has shadow with #D5C88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C88F.

Preview

Color preview on black background

This text has color #D5C88F on black background.


Color preview on white background

This text has color #D5C88F on white background.


Black color preview on #D5C88F background

This text has black color on #D5C88F background.


White color preview on #D5C88F background

This text has white color on #D5C88F background.


Related colors

Complementary color

Complementary color for #hex is #2A3770.


I love getcolorcode.com

Triadic colors

1 #8FD5C8 and #C88FD5 with #D5C88F are triadic colors.

2 #8FC8D5 and #C8D58F with #D5C88F are triadic colors.