#DEB19A

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

Shades of Cashmere #DEB19A

Tints of Cashmere #DEB19A

Color information

#DEB19A (or 0xDEB19A) is unknown color: approx Cashmere. HEX triplet: DE, B1 and 9A. RGB value is (222,177,154). Sum of RGB (Red+Green+Blue) = 222+177+154=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB19A is #214E65. Grayscale: #BBBBBB. Windows color (decimal): -2182758 or 10138078. OLE color: 10138078.

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

Color convert

RGB222177154-
CMYK00.200.310.13
HSL20.29º50.75%73.73%-
HSV(B)20.29º30.63%87.06%-
XYZ51.6849.3137.37-
YUV187.83108.91152.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=40.14%
G=32.01%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217715400.200.310.1320.2950.7573.73
HexDEB19A0141FD14334a
Octal33626123202437152463112
Binary110111101011000110011010010100111111101101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB19A; }

 p { color: rgb(222,177,154); }

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

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

 a { background-color: rgb(222,177,154); }

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

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

 span { border-color: rgb(222,177,154); }

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