Shades of Cashmere #DBB89F
Tints of Cashmere #DBB89F
RGB
CMYK
RGB Variations
Color information
#DBB89F (or 0xDBB89F) is known color: Cashmere. HEX triplet: DB, B8 and 9F. RGB value is (219,184,159). Sum of RGB (Red+Green+Blue) = 219+184+159=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89F is #244760. Grayscale: #BFBFBF. Windows color (decimal): -2377569 or 10467547. OLE color: 10467547.
HSL color Cylindrical-coordinate representation of color #DBB89F: hue angle of 25º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB89F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 159 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.14 |
| HSL | 25º | 0.45% | 0.74% | - |
| HSV(B) | 25º | 0.27% | 0.86% | - |
| XYZ | 52.61 | 51.84 | 40.03 | - |
| YUV | 191.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 159 | 0 | 0.16 | 0.27 | 0.14 | 25 | 0.45 | 0.74 |
| Hex | DB | B8 | 9F | 0 | 10 | 1B | E | 19 | 2D | 4A |
| Octal | 333 | 270 | 237 | 0 | 20 | 33 | 16 | 31 | 55 | 112 |
| Binary | 11011011 | 10111000 | 10011111 | 0 | 10000 | 11011 | 1110 | 11001 | 101101 | 1001010 |
Color Harmonies of #DBB89F
Complementary color
Monochromatic Colors of #DBB89F
Black with #DBB89F
Text Example
Text Example
White with #DBB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB89F; }
p { color: rgb(219,184,159); }
H1.HeaderClassName
{
color: #DBB89F;
}
.AnyTagClassName
{
color: #DBB89F;
}
</style>
background-color css
<style>
a { background-color: #DBB89F; }
a { background-color: rgb(219,184,159); }
div.DivClassName
{
background-color: #DBB89F;
}
.BgClassName
{
background-color: #DBB89F;
}
</style>
border-color css
<style>
span { border-color: #DBB89F; }
span { border-color: rgb(219,184,159); }
td.TdClassName
{
border-color: #DBB89F;
}
.TagClassName
{
border-color: #DBB89F;
}
</style>