Shades of Cashmere #DBB599
Tints of Cashmere #DBB599
RGB
CMYK
RGB Variations
Color information
#DBB599 (or 0xDBB599) is known color: Cashmere. HEX triplet: DB, B5 and 99. RGB value is (219,181,153). Sum of RGB (Red+Green+Blue) = 219+181+153=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB599 is #244A66. Grayscale: #BDBDBD. Windows color (decimal): -2378343 or 10073563. OLE color: 10073563.
HSL color Cylindrical-coordinate representation of color #DBB599: hue angle of 25.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB599 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 153 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.14 |
| HSL | 25.45º | 0.48% | 0.73% | - |
| HSV(B) | 25.45º | 0.3% | 0.86% | - |
| XYZ | 51.49 | 50.41 | 37.15 | - |
| YUV | 189.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 153 | 0 | 0.17 | 0.30 | 0.14 | 25.45 | 0.48 | 0.73 |
| Hex | DB | B5 | 99 | 0 | 11 | 1E | E | 19 | 30 | 49 |
| Octal | 333 | 265 | 231 | 0 | 21 | 36 | 16 | 31 | 60 | 111 |
| Binary | 11011011 | 10110101 | 10011001 | 0 | 10001 | 11110 | 1110 | 11001 | 110000 | 1001001 |
Color Harmonies of #DBB599
Complementary color
Monochromatic Colors of #DBB599
Black with #DBB599
Text Example
Text Example
White with #DBB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB599; }
p { color: rgb(219,181,153); }
H1.HeaderClassName
{
color: #DBB599;
}
.AnyTagClassName
{
color: #DBB599;
}
</style>
background-color css
<style>
a { background-color: #DBB599; }
a { background-color: rgb(219,181,153); }
div.DivClassName
{
background-color: #DBB599;
}
.BgClassName
{
background-color: #DBB599;
}
</style>
border-color css
<style>
span { border-color: #DBB599; }
span { border-color: rgb(219,181,153); }
td.TdClassName
{
border-color: #DBB599;
}
.TagClassName
{
border-color: #DBB599;
}
</style>