Shades of Cashmere #DBB59D
Tints of Cashmere #DBB59D
RGB
CMYK
RGB Variations
Color information
#DBB59D (or 0xDBB59D) is known color: Cashmere. HEX triplet: DB, B5 and 9D. RGB value is (219,181,157). Sum of RGB (Red+Green+Blue) = 219+181+157=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59D is #244A62. Grayscale: #BDBDBD. Windows color (decimal): -2378339 or 10335707. OLE color: 10335707.
HSL color Cylindrical-coordinate representation of color #DBB59D: hue angle of 23.23º 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 #DBB59D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 157 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.14 |
| HSL | 23.23º | 0.46% | 0.74% | - |
| HSV(B) | 23.23º | 0.28% | 0.86% | - |
| XYZ | 51.82 | 50.54 | 38.92 | - |
| YUV | 189.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 157 | 0 | 0.17 | 0.28 | 0.14 | 23.23 | 0.46 | 0.74 |
| Hex | DB | B5 | 9D | 0 | 11 | 1C | E | 17 | 2E | 4A |
| Octal | 333 | 265 | 235 | 0 | 21 | 34 | 16 | 27 | 56 | 112 |
| Binary | 11011011 | 10110101 | 10011101 | 0 | 10001 | 11100 | 1110 | 10111 | 101110 | 1001010 |
Color Harmonies of #DBB59D
Complementary color
Monochromatic Colors of #DBB59D
Black with #DBB59D
Text Example
Text Example
White with #DBB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB59D; }
p { color: rgb(219,181,157); }
H1.HeaderClassName
{
color: #DBB59D;
}
.AnyTagClassName
{
color: #DBB59D;
}
</style>
background-color css
<style>
a { background-color: #DBB59D; }
a { background-color: rgb(219,181,157); }
div.DivClassName
{
background-color: #DBB59D;
}
.BgClassName
{
background-color: #DBB59D;
}
</style>
border-color css
<style>
span { border-color: #DBB59D; }
span { border-color: rgb(219,181,157); }
td.TdClassName
{
border-color: #DBB59D;
}
.TagClassName
{
border-color: #DBB59D;
}
</style>