Shades of Cashmere #DBB89D
Tints of Cashmere #DBB89D
RGB
CMYK
RGB Variations
Color information
#DBB89D (or 0xDBB89D) is known color: Cashmere. HEX triplet: DB, B8 and 9D. RGB value is (219,184,157). Sum of RGB (Red+Green+Blue) = 219+184+157=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB89D is #244762. Grayscale: #BFBFBF. Windows color (decimal): -2377571 or 10336475. OLE color: 10336475.
HSL color Cylindrical-coordinate representation of color #DBB89D: hue angle of 26.13º 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 #DBB89D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 157 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.14 |
| HSL | 26.13º | 0.46% | 0.74% | - |
| HSV(B) | 26.13º | 0.28% | 0.86% | - |
| XYZ | 52.44 | 51.78 | 39.13 | - |
| YUV | 191.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 157 | 0 | 0.16 | 0.28 | 0.14 | 26.13 | 0.46 | 0.74 |
| Hex | DB | B8 | 9D | 0 | 10 | 1C | E | 1A | 2E | 4A |
| Octal | 333 | 270 | 235 | 0 | 20 | 34 | 16 | 32 | 56 | 112 |
| Binary | 11011011 | 10111000 | 10011101 | 0 | 10000 | 11100 | 1110 | 11010 | 101110 | 1001010 |
Color Harmonies of #DBB89D
Complementary color
Monochromatic Colors of #DBB89D
Black with #DBB89D
Text Example
Text Example
White with #DBB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB89D; }
p { color: rgb(219,184,157); }
H1.HeaderClassName
{
color: #DBB89D;
}
.AnyTagClassName
{
color: #DBB89D;
}
</style>
background-color css
<style>
a { background-color: #DBB89D; }
a { background-color: rgb(219,184,157); }
div.DivClassName
{
background-color: #DBB89D;
}
.BgClassName
{
background-color: #DBB89D;
}
</style>
border-color css
<style>
span { border-color: #DBB89D; }
span { border-color: rgb(219,184,157); }
td.TdClassName
{
border-color: #DBB89D;
}
.TagClassName
{
border-color: #DBB89D;
}
</style>