Shades of Cashmere #DEB49B
Tints of Cashmere #DEB49B
RGB
CMYK
RGB Variations
Color information
#DEB49B (or 0xDEB49B) is known color: Cashmere. HEX triplet: DE, B4 and 9B. RGB value is (222,180,155). Sum of RGB (Red+Green+Blue) = 222+180+155=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49B is #214B64. Grayscale: #BDBDBD. Windows color (decimal): -2181989 or 10204382. OLE color: 10204382.
HSL color Cylindrical-coordinate representation of color #DEB49B: hue angle of 22.39º 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 #DEB49B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 155 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.13 |
| HSL | 22.39º | 0.5% | 0.74% | - |
| HSV(B) | 22.39º | 0.3% | 0.87% | - |
| XYZ | 52.36 | 50.54 | 38.01 | - |
| YUV | 189.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 155 | 0 | 0.19 | 0.30 | 0.13 | 22.39 | 0.5 | 0.74 |
| Hex | DE | B4 | 9B | 0 | 13 | 1E | D | 16 | 32 | 4A |
| Octal | 336 | 264 | 233 | 0 | 23 | 36 | 15 | 26 | 62 | 112 |
| Binary | 11011110 | 10110100 | 10011011 | 0 | 10011 | 11110 | 1101 | 10110 | 110010 | 1001010 |
Color Harmonies of #DEB49B
Complementary color
Monochromatic Colors of #DEB49B
Black with #DEB49B
Text Example
Text Example
White with #DEB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB49B; }
p { color: rgb(222,180,155); }
H1.HeaderClassName
{
color: #DEB49B;
}
.AnyTagClassName
{
color: #DEB49B;
}
</style>
background-color css
<style>
a { background-color: #DEB49B; }
a { background-color: rgb(222,180,155); }
div.DivClassName
{
background-color: #DEB49B;
}
.BgClassName
{
background-color: #DEB49B;
}
</style>
border-color css
<style>
span { border-color: #DEB49B; }
span { border-color: rgb(222,180,155); }
td.TdClassName
{
border-color: #DEB49B;
}
.TagClassName
{
border-color: #DEB49B;
}
</style>