#DEB49D

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

Shades of Cashmere #DEB49D

Tints of Cashmere #DEB49D

Color information

#DEB49D (or 0xDEB49D) is unknown color: approx Cashmere. HEX triplet: DE, B4 and 9D. RGB value is (222,180,157). Sum of RGB (Red+Green+Blue) = 222+180+157=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49D is #214B62. Grayscale: #BEBEBE. Windows color (decimal): -2181987 or 10335454. OLE color: 10335454.

HSL color Cylindrical-coordinate representation of color #DEB49D: hue angle of 21.23º 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 #DEB49D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222180157-
CMYK00.190.290.13
HSL21.23º49.62%74.31%-
HSV(B)21.23º29.28%87.06%-
XYZ52.5350.6138.9-
YUV189.94109.41150.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=39.71%
G=32.20%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218015700.190.290.1321.2349.6274.31
HexDEB49D0131DD15324a
Octal33626423502335152562112
Binary110111101011010010011101010011111011101101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB49D; }

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

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

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

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

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

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

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

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