COLOR #D5CB85

HEX: #D5CB85
RGB: (213,203,133)

Color info

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

RGB color model

#D5CB85 color RGB value is (213,203,133).

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

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 133 of 255 = 52%

213
203
133

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

Portions of RGB colors in percentages

R + G + B =
213 + 203 + 133 = 549 (100%)
R 213 of 549 ~ 38.8%
G 203 of 549 ~ 36.98%
B 133 of 549 ~ 24.23%

%38.8
%36.98
%24.23

CMYK color model

#D5CB85 color CMYK value is (0,5,38,16).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(0,5,38,16)
C0M5Y38K16 
(0%,5%,38%,16%)
(0.00/0.05/0.38/0.16)	

CMYK percentages

%0
%4.69
%37.56
%16.47

Codes

Color #D5CB85 in popluar color models

D5CB85
RGB213203133
HSL53°48.78%67.84%
HSB/HSV53°37.56%83.53%
CMYK0.00%4.69%37.56%
16.47%

Color #D5CB85 in popluar number systems.

HEXD5CB85
Decimal213203133
Binary110101011100101110000101
Octal325313205

Shades and tints

Shades of #D5CB85

#D5CB85
(213,203,133)
#C2B979
(194,185,121)
#AFA76D
(175,167,109)
#9C9561
(156,149,97)
#898355
(137,131,85)
#767149
(118,113,73)
#635F3D
(99,95,61)
#504D31
(80,77,49)
#3D3B25
(61,59,37)
#2A2919
(42,41,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #D5CB85

#D5CB85
(213,203,133)
#D8CF90
(216,207,144)
#DBD39B
(219,211,155)
#DED7A6
(222,215,166)
#E1DBB1
(225,219,177)
#E4DFBC
(228,223,188)
#E7E3C7
(231,227,199)
#EAE7D2
(234,231,210)
#EDEBDD
(237,235,221)
#F0EFE8
(240,239,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CB85; }

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

This text font color is #D5CB85.


Background Color

.myBgColor { background-color: #D5CB85; }

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

This div background color is #D5CB85.


Border color

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

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

This div border color is #D5CB85.


Opacity

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

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

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

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

This text has shadow with #D5CB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CB85 on black background.


Color preview on white background

This text has color #D5CB85 on white background.



Black color preview on #D5CB85 background

This text has black color on #D5CB85 background.


White color preview on #D5CB85 background

This text has white color on #D5CB85 background.