#DEB49C

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

Shades of Cashmere #DEB49C

Tints of Cashmere #DEB49C

Color information

#DEB49C (or 0xDEB49C) is unknown color: approx Cashmere. HEX triplet: DE, B4 and 9C. RGB value is (222,180,156). Sum of RGB (Red+Green+Blue) = 222+180+156=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49C is #214B63. Grayscale: #BDBDBD. Windows color (decimal): -2181988 or 10269918. OLE color: 10269918.

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

Color convert

RGB222180156-
CMYK00.190.300.13
HSL21.82º50%74.12%-
HSV(B)21.82º29.73%87.06%-
XYZ52.4550.5738.45-
YUV189.82108.91150.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=39.78%
G=32.26%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218015600.190.300.1321.825074.12
HexDEB49C0131ED16324a
Octal33626423402336152662112
Binary110111101011010010011100010011111101101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB49C; }

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

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

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

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

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

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

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

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