COLOR #D5C081

HEX: #D5C081
RGB: (213,192,129)

Color info

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

RGB color model

#D5C081 color RGB value is (213,192,129).

  • red value is 213;
  • green value is 192;
  • blue value is 129.
RGB:
(213,192,129)
(84%,75%,51%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 129 of 255 = 51%

213
192
129

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

Portions of RGB colors in percentages

R + G + B =
213 + 192 + 129 = 534 (100%)
R 213 of 534 ~ 39.89%
G 192 of 534 ~ 35.96%
B 129 of 534 ~ 24.16%

%39.89
%35.96
%24.16

CMYK color model

#D5C081 color CMYK value is (0,10,39,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 39.44%
  • key color value is 16.47%
CMYK:
(0,10,39,16)
C0M10Y39K16 
(0%,10%,39%,16%)
(0.00/0.10/0.39/0.16)	

CMYK percentages

%0
%9.86
%39.44
%16.47

Codes

Color #D5C081 in popluar color models

D5C081
RGB213192129
HSL45°50.00%67.06%
HSB/HSV45°39.44%83.53%
CMYK0.00%9.86%39.44%
16.47%

Color #D5C081 in popluar number systems.

HEXD5C081
Decimal213192129
Binary110101011100000010000001
Octal325300201

Shades and tints

Shades of #D5C081

#D5C081
(213,192,129)
#C2AF76
(194,175,118)
#AF9E6B
(175,158,107)
#9C8D60
(156,141,96)
#897C55
(137,124,85)
#766B4A
(118,107,74)
#635A3F
(99,90,63)
#504934
(80,73,52)
#3D3829
(61,56,41)
#2A271E
(42,39,30)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #D5C081

#D5C081
(213,192,129)
#D8C58C
(216,197,140)
#DBCA97
(219,202,151)
#DECFA2
(222,207,162)
#E1D4AD
(225,212,173)
#E4D9B8
(228,217,184)
#E7DEC3
(231,222,195)
#EAE3CE
(234,227,206)
#EDE8D9
(237,232,217)
#F0EDE4
(240,237,228)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C081 color. Also use rgb(213,192,129) instead hex code.

Text Font Color

.myTextColor { color: #D5C081; }

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

This text font color is #D5C081.


Background Color

.myBgColor { background-color: #D5C081; }

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

This div background color is #D5C081.


Border color

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

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

This div border color is #D5C081.


Opacity

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

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

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

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

This text has shadow with #D5C081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C081 on black background.


Color preview on white background

This text has color #D5C081 on white background.



Black color preview on #D5C081 background

This text has black color on #D5C081 background.


White color preview on #D5C081 background

This text has white color on #D5C081 background.