COLOR #D5CB88

HEX: #D5CB88
RGB: (213,203,136)

Color info

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

RGB color model

#D5CB88 color RGB value is (213,203,136).

  • red value is 213;
  • green value is 203;
  • blue value is 136.
RGB:
(213,203,136)
(84%,80%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 136 of 255 = 53%

213
203
136

R + G + B ~ 72%. #D5CB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 203 + 136 = 552 (100%)
R 213 of 552 ~ 38.59%
G 203 of 552 ~ 36.78%
B 136 of 552 ~ 24.64%

%38.59
%36.78
%24.64

CMYK color model

#D5CB88 color CMYK value is (0,5,36,16).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 36.15%
  • key color value is 16.47%
CMYK:
(0,5,36,16)
C0M5Y36K16 
(0%,5%,36%,16%)
(0.00/0.05/0.36/0.16)	

CMYK percentages

%0
%4.69
%36.15
%16.47

Codes

Color #D5CB88 in popluar color models

D5CB88
RGB213203136
HSL52°47.83%68.43%
HSB/HSV52°36.15%83.53%
CMYK0.00%4.69%36.15%
16.47%

Color #D5CB88 in popluar number systems.

HEXD5CB88
Decimal213203136
Binary110101011100101110001000
Octal325313210

Shades and tints

Shades of #D5CB88

#D5CB88
(213,203,136)
#C2B97C
(194,185,124)
#AFA770
(175,167,112)
#9C9564
(156,149,100)
#898358
(137,131,88)
#76714C
(118,113,76)
#635F40
(99,95,64)
#504D34
(80,77,52)
#3D3B28
(61,59,40)
#2A291C
(42,41,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #D5CB88

#D5CB88
(213,203,136)
#D8CF92
(216,207,146)
#DBD39C
(219,211,156)
#DED7A6
(222,215,166)
#E1DBB0
(225,219,176)
#E4DFBA
(228,223,186)
#E7E3C4
(231,227,196)
#EAE7CE
(234,231,206)
#EDEBD8
(237,235,216)
#F0EFE2
(240,239,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CB88 color. Also use rgb(213,203,136) instead hex code.

Text Font Color

.myTextColor { color: #D5CB88; }

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

This text font color is #D5CB88.


Background Color

.myBgColor { background-color: #D5CB88; }

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

This div background color is #D5CB88.


Border color

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

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

This div border color is #D5CB88.


Opacity

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

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

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

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

This text has shadow with #D5CB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CB88 on black background.


Color preview on white background

This text has color #D5CB88 on white background.



Black color preview on #D5CB88 background

This text has black color on #D5CB88 background.


White color preview on #D5CB88 background

This text has white color on #D5CB88 background.