#D9B99C

Color #D9B99C Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D9B99C

Tints of Cashmere #D9B99C

Color information

#D9B99C (or 0xD9B99C) is unknown color: approx Cashmere. HEX triplet: D9, B9 and 9C. RGB value is (217,185,156). Sum of RGB (Red+Green+Blue) = 217+185+156=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B99C is #264663. Grayscale: #BFBFBF. Windows color (decimal): -2508388 or 10271193. OLE color: 10271193.

HSL color Cylindrical-coordinate representation of color #D9B99C: hue angle of 28.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B99C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217185156-
CMYK00.150.280.15
HSL28.52º44.53%73.14%-
HSV(B)28.52º28.11%85.1%-
XYZ51.9651.8538.72-
YUV191.26108.1146.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=38.89%
G=33.15%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718515600.150.280.1528.5244.5373.14
HexD9B99C0F1CF1d2d49
Octal33127123401734173555111
Binary11011001101110011001110001111111001111111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B99C; }

 p { color: rgb(217,185,156); }

 H1.HeaderClassName
 {
   color: #D9B99C;
 }
 .AnyTagClassName
 {
   color: #D9B99C;
 }
</style>
background-color css

<style>
 a { background-color: #D9B99C; }

 a { background-color: rgb(217,185,156); }

 div.DivClassName
 {
   background-color: #D9B99C;
 }
 .BgClassName
 {
   background-color: #D9B99C;
 }
</style>
border-color css

<style>
 span { border-color: #D9B99C; }

 span { border-color: rgb(217,185,156); }

 td.TdClassName
 {
   border-color: #D9B99C;
 }
 .TagClassName
 {
   border-color: #D9B99C;
 }
</style>