#D2B096

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

Shades of Cashmere #D2B096

Tints of Cashmere #D2B096

Color information

#D2B096 (or 0xD2B096) is unknown color: approx Cashmere. HEX triplet: D2, B0 and 96. RGB value is (210,176,150). Sum of RGB (Red+Green+Blue) = 210+176+150=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B096 is #2D4F69. Grayscale: #B7B7B7. Windows color (decimal): -2969450 or 9875666. OLE color: 9875666.

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

Color convert

RGB210176150-
CMYK00.160.290.18
HSL26º40%70.59%-
HSV(B)26º28.57%82.35%-
XYZ47.6146.9535.41-
YUV183.2109.26147.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=39.18%
G=32.84%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017615000.160.290.18264070.59
HexD2B0960101D121a2847
Octal32226022602035223250107
Binary1101001010110000100101100100001110110010110101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B096; }

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

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

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

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

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

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

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

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