Shades of Cashmere #DBB99D
Tints of Cashmere #DBB99D
RGB
CMYK
RGB Variations
Color information
#DBB99D (or 0xDBB99D) is known color: Cashmere. HEX triplet: DB, B9 and 9D. RGB value is (219,185,157). Sum of RGB (Red+Green+Blue) = 219+185+157=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB99D is #244662. Grayscale: #C0C0C0. Windows color (decimal): -2377315 or 10336731. OLE color: 10336731.
HSL color Cylindrical-coordinate representation of color #DBB99D: hue angle of 27.1º 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 #DBB99D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 157 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.14 |
| HSL | 27.1º | 0.46% | 0.74% | - |
| HSV(B) | 27.1º | 0.28% | 0.86% | - |
| XYZ | 52.65 | 52.19 | 39.2 | - |
| YUV | 191.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 157 | 0 | 0.16 | 0.28 | 0.14 | 27.1 | 0.46 | 0.74 |
| Hex | DB | B9 | 9D | 0 | 10 | 1C | E | 1B | 2E | 4A |
| Octal | 333 | 271 | 235 | 0 | 20 | 34 | 16 | 33 | 56 | 112 |
| Binary | 11011011 | 10111001 | 10011101 | 0 | 10000 | 11100 | 1110 | 11011 | 101110 | 1001010 |
Color Harmonies of #DBB99D
Complementary color
Monochromatic Colors of #DBB99D
Black with #DBB99D
Text Example
Text Example
White with #DBB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB99D; }
p { color: rgb(219,185,157); }
H1.HeaderClassName
{
color: #DBB99D;
}
.AnyTagClassName
{
color: #DBB99D;
}
</style>
background-color css
<style>
a { background-color: #DBB99D; }
a { background-color: rgb(219,185,157); }
div.DivClassName
{
background-color: #DBB99D;
}
.BgClassName
{
background-color: #DBB99D;
}
</style>
border-color css
<style>
span { border-color: #DBB99D; }
span { border-color: rgb(219,185,157); }
td.TdClassName
{
border-color: #DBB99D;
}
.TagClassName
{
border-color: #DBB99D;
}
</style>