#DEB59D

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

Shades of Cashmere #DEB59D

Tints of Cashmere #DEB59D

Color information

#DEB59D (or 0xDEB59D) is unknown color: approx Cashmere. HEX triplet: DE, B5 and 9D. RGB value is (222,181,157). Sum of RGB (Red+Green+Blue) = 222+181+157=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB59D is #214A62. Grayscale: #BEBEBE. Windows color (decimal): -2181731 or 10335710. OLE color: 10335710.

HSL color Cylindrical-coordinate representation of color #DEB59D: hue angle of 22.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB59D is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222181157-
CMYK00.180.290.13
HSL22.15º49.62%74.31%-
HSV(B)22.15º29.28%87.06%-
XYZ52.7351.0138.97-
YUV190.52109.08150.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=39.64%
G=32.32%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218115700.180.290.1322.1549.6274.31
HexDEB59D0121DD16324a
Octal33626523502235152662112
Binary110111101011010110011101010010111011101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB59D; }

 p { color: rgb(222,181,157); }

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

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

 a { background-color: rgb(222,181,157); }

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

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

 span { border-color: rgb(222,181,157); }

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