#D0B096

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

Shades of Cashmere #D0B096

Tints of Cashmere #D0B096

Color information

#D0B096 (or 0xD0B096) is unknown color: approx Cashmere. HEX triplet: D0, B0 and 96. RGB value is (208,176,150). Sum of RGB (Red+Green+Blue) = 208+176+150=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B096 is #2F4F69. Grayscale: #B6B6B6. Windows color (decimal): -3100522 or 9875664. OLE color: 9875664.

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

Color convert

RGB208176150-
CMYK00.150.280.18
HSL26.9º38.16%70.2%-
HSV(B)26.9º27.88%81.57%-
XYZ47.0446.6635.38-
YUV182.6109.6146.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=38.95%
G=32.96%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817615000.150.280.1826.938.1670.2
HexD0B0960F1C121b2646
Octal32026022601734223346106
Binary110100001011000010010110011111110010010110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B096; }

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

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

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

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

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

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

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

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