COLOR #D0CBA9

HEX: #D0CBA9
RGB: (208,203,169)

Color info

#D0CBA9 contains red, green and blue colors in about the same proportion. Web safe color of #D0CBA9 is #CCCC99 (or #CC9).

RGB color model

#D0CBA9 color RGB value is (208,203,169).

  • red value is 208;
  • green value is 203;
  • blue value is 169.
RGB:
(208,203,169)
(82%,80%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 203 of 255 = 80%
B 169 of 255 = 66%

208
203
169

R + G + B ~ 76%. #D0CBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 203 + 169 = 580 (100%)
R 208 of 580 ~ 35.86%
G 203 of 580 ~ 35%
B 169 of 580 ~ 29.14%

%35.86
%35
%29.14

CMYK color model

#D0CBA9 color CMYK value is (0,2,19,18).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(0,2,19,18)
C0M2Y19K18 
(0%,2%,19%,18%)
(0.00/0.02/0.19/0.18)	

CMYK percentages

%0
%2.4
%18.75
%18.43

Codes

Color #D0CBA9 in popluar color models

D0CBA9
RGB208203169
HSL52°29.32%73.92%
HSB/HSV52°18.75%81.57%
CMYK0.00%2.40%18.75%
18.43%

Color #D0CBA9 in popluar number systems.

HEXD0CBA9
Decimal208203169
Binary110100001100101110101001
Octal320313251

Shades and tints

Shades of #D0CBA9

#D0CBA9
(208,203,169)
#BEB99A
(190,185,154)
#ACA78B
(172,167,139)
#9A957C
(154,149,124)
#88836D
(136,131,109)
#76715E
(118,113,94)
#645F4F
(100,95,79)
#524D40
(82,77,64)
#403B31
(64,59,49)
#2E2922
(46,41,34)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #D0CBA9

#D0CBA9
(208,203,169)
#D4CFB0
(212,207,176)
#D8D3B7
(216,211,183)
#DCD7BE
(220,215,190)
#E0DBC5
(224,219,197)
#E4DFCC
(228,223,204)
#E8E3D3
(232,227,211)
#ECE7DA
(236,231,218)
#F0EBE1
(240,235,225)
#F4EFE8
(244,239,232)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CBA9 color. Also use rgb(208,203,169) instead hex code.

Text Font Color

.myTextColor { color: #D0CBA9; }

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

This text font color is #D0CBA9.


Background Color

.myBgColor { background-color: #D0CBA9; }

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

This div background color is #D0CBA9.


Border color

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

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

This div border color is #D0CBA9.


Opacity

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

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

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

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

This text has shadow with #D0CBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CBA9 on black background.


Color preview on white background

This text has color #D0CBA9 on white background.



Black color preview on #D0CBA9 background

This text has black color on #D0CBA9 background.


White color preview on #D0CBA9 background

This text has white color on #D0CBA9 background.