Shades of Cashmere #DEB59E
Tints of Cashmere #DEB59E
RGB
CMYK
RGB Variations
Color information
#DEB59E (or 0xDEB59E) is known color: Cashmere. HEX triplet: DE, B5 and 9E. RGB value is (222,181,158). Sum of RGB (Red+Green+Blue) = 222+181+158=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB59E is #214A61. Grayscale: #BEBEBE. Windows color (decimal): -2181730 or 10401246. OLE color: 10401246.
HSL color Cylindrical-coordinate representation of color #DEB59E: hue angle of 21.56º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB59E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 181 | 158 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 21.56º | 0.49% | 0.75% | - |
| HSV(B) | 21.56º | 0.29% | 0.87% | - |
| XYZ | 52.82 | 51.05 | 39.42 | - |
| YUV | 190.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 158 | 0 | 0.18 | 0.29 | 0.13 | 21.56 | 0.49 | 0.75 |
| Hex | DE | B5 | 9E | 0 | 12 | 1D | D | 16 | 31 | 4B |
| Octal | 336 | 265 | 236 | 0 | 22 | 35 | 15 | 26 | 61 | 113 |
| Binary | 11011110 | 10110101 | 10011110 | 0 | 10010 | 11101 | 1101 | 10110 | 110001 | 1001011 |
Color Harmonies of #DEB59E
Complementary color
Monochromatic Colors of #DEB59E
Black with #DEB59E
Text Example
Text Example
White with #DEB59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB59E; }
p { color: rgb(222,181,158); }
H1.HeaderClassName
{
color: #DEB59E;
}
.AnyTagClassName
{
color: #DEB59E;
}
</style>
background-color css
<style>
a { background-color: #DEB59E; }
a { background-color: rgb(222,181,158); }
div.DivClassName
{
background-color: #DEB59E;
}
.BgClassName
{
background-color: #DEB59E;
}
</style>
border-color css
<style>
span { border-color: #DEB59E; }
span { border-color: rgb(222,181,158); }
td.TdClassName
{
border-color: #DEB59E;
}
.TagClassName
{
border-color: #DEB59E;
}
</style>