#DEB097

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

Shades of Cashmere #DEB097

Tints of Cashmere #DEB097

Color information

#DEB097 (or 0xDEB097) is unknown color: approx Cashmere. HEX triplet: DE, B0 and 97. RGB value is (222,176,151). Sum of RGB (Red+Green+Blue) = 222+176+151=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB097 is #214F68. Grayscale: #BBBBBB. Windows color (decimal): -2183017 or 9941214. OLE color: 9941214.

HSL color Cylindrical-coordinate representation of color #DEB097: hue angle of 21.13º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB097 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222176151-
CMYK00.210.320.13
HSL21.13º51.82%73.14%-
HSV(B)21.13º31.98%87.06%-
XYZ51.2448.8136-
YUV186.9107.74153.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=40.44%
G=32.06%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217615100.210.320.1321.1351.8273.14
HexDEB09701520D153449
Octal33626022702540152564111
Binary1101111010110000100101110101011000001101101011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB097; }

 p { color: rgb(222,176,151); }

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

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

 a { background-color: rgb(222,176,151); }

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

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

 span { border-color: rgb(222,176,151); }

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