#D0B09C

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

Shades of Cashmere #D0B09C

Tints of Cashmere #D0B09C

Color information

#D0B09C (or 0xD0B09C) is unknown color: approx Cashmere. HEX triplet: D0, B0 and 9C. RGB value is (208,176,156). Sum of RGB (Red+Green+Blue) = 208+176+156=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B09C is #2F4F63. Grayscale: #B7B7B7. Windows color (decimal): -3100516 or 10268880. OLE color: 10268880.

HSL color Cylindrical-coordinate representation of color #D0B09C: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B09C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208176156-
CMYK00.150.250.18
HSL23.08º35.62%71.37%-
HSV(B)23.08º25%81.57%-
XYZ47.5446.8637.99-
YUV183.29112.6145.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=38.52%
G=32.59%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817615600.150.250.1823.0835.6271.37
HexD0B09C0F1912172447
Octal32026023401731222744107
Binary110100001011000010011100011111100110010101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B09C; }

 p { color: rgb(208,176,156); }

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

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

 a { background-color: rgb(208,176,156); }

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

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

 span { border-color: rgb(208,176,156); }

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