COLOR #D4CB90

HEX: #D4CB90
RGB: (212,203,144)

Color info

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

RGB color model

#D4CB90 color RGB value is (212,203,144).

  • red value is 212;
  • green value is 203;
  • blue value is 144.
RGB:
(212,203,144)
(83%,80%,56%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 144 of 255 = 56%

212
203
144

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

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 144 = 559 (100%)
R 212 of 559 ~ 37.92%
G 203 of 559 ~ 36.31%
B 144 of 559 ~ 25.76%

%37.92
%36.31
%25.76

CMYK color model

#D4CB90 color CMYK value is (0,4,32,17).

  • cyan value is 0.00%
  • magenta value is 4.25%
  • yellow value is 32.08%
  • key color value is 16.86%
CMYK:
(0,4,32,17)
C0M4Y32K17 
(0%,4%,32%,17%)
(0.00/0.04/0.32/0.17)	

CMYK percentages

%0
%4.25
%32.08
%16.86

Codes

Color #D4CB90 in popluar color models

D4CB90
RGB212203144
HSL52°44.16%69.80%
HSB/HSV52°32.08%83.14%
CMYK0.00%4.25%32.08%
16.86%

Color #D4CB90 in popluar number systems.

HEXD4CB90
Decimal212203144
Binary110101001100101110010000
Octal324313220

Shades and tints

Shades of #D4CB90

#D4CB90
(212,203,144)
#C1B983
(193,185,131)
#AEA776
(174,167,118)
#9B9569
(155,149,105)
#88835C
(136,131,92)
#75714F
(117,113,79)
#625F42
(98,95,66)
#4F4D35
(79,77,53)
#3C3B28
(60,59,40)
#29291B
(41,41,27)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #D4CB90

#D4CB90
(212,203,144)
#D7CF9A
(215,207,154)
#DAD3A4
(218,211,164)
#DDD7AE
(221,215,174)
#E0DBB8
(224,219,184)
#E3DFC2
(227,223,194)
#E6E3CC
(230,227,204)
#E9E7D6
(233,231,214)
#ECEBE0
(236,235,224)
#EFEFEA
(239,239,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CB90 color. Also use rgb(212,203,144) instead hex code.

Text Font Color

.myTextColor { color: #D4CB90; }

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

This text font color is #D4CB90.


Background Color

.myBgColor { background-color: #D4CB90; }

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

This div background color is #D4CB90.


Border color

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

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

This div border color is #D4CB90.


Opacity

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

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

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

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

This text has shadow with #D4CB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CB90 on black background.


Color preview on white background

This text has color #D4CB90 on white background.



Black color preview on #D4CB90 background

This text has black color on #D4CB90 background.


White color preview on #D4CB90 background

This text has white color on #D4CB90 background.