Shades of Cashmere #DBB99E
Tints of Cashmere #DBB99E
RGB
CMYK
RGB Variations
Color information
#DBB99E (or 0xDBB99E) is known color: Cashmere. HEX triplet: DB, B9 and 9E. RGB value is (219,185,158). Sum of RGB (Red+Green+Blue) = 219+185+158=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99E is #244661. Grayscale: #C0C0C0. Windows color (decimal): -2377314 or 10402267. OLE color: 10402267.
HSL color Cylindrical-coordinate representation of color #DBB99E: hue angle of 26.56º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB99E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 158 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.14 |
| HSL | 26.56º | 0.46% | 0.74% | - |
| HSV(B) | 26.56º | 0.28% | 0.86% | - |
| XYZ | 52.73 | 52.23 | 39.65 | - |
| YUV | 192.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 158 | 0 | 0.16 | 0.28 | 0.14 | 26.56 | 0.46 | 0.74 |
| Hex | DB | B9 | 9E | 0 | 10 | 1C | E | 1B | 2E | 4A |
| Octal | 333 | 271 | 236 | 0 | 20 | 34 | 16 | 33 | 56 | 112 |
| Binary | 11011011 | 10111001 | 10011110 | 0 | 10000 | 11100 | 1110 | 11011 | 101110 | 1001010 |
Color Harmonies of #DBB99E
Complementary color
Monochromatic Colors of #DBB99E
Black with #DBB99E
Text Example
Text Example
White with #DBB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB99E; }
p { color: rgb(219,185,158); }
H1.HeaderClassName
{
color: #DBB99E;
}
.AnyTagClassName
{
color: #DBB99E;
}
</style>
background-color css
<style>
a { background-color: #DBB99E; }
a { background-color: rgb(219,185,158); }
div.DivClassName
{
background-color: #DBB99E;
}
.BgClassName
{
background-color: #DBB99E;
}
</style>
border-color css
<style>
span { border-color: #DBB99E; }
span { border-color: rgb(219,185,158); }
td.TdClassName
{
border-color: #DBB99E;
}
.TagClassName
{
border-color: #DBB99E;
}
</style>