Shades of Cashmere #DBB59C
Tints of Cashmere #DBB59C
RGB
CMYK
RGB Variations
Color information
#DBB59C (or 0xDBB59C) is known color: Cashmere. HEX triplet: DB, B5 and 9C. RGB value is (219,181,156). Sum of RGB (Red+Green+Blue) = 219+181+156=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB59C is #244A63. Grayscale: #BDBDBD. Windows color (decimal): -2378340 or 10270171. OLE color: 10270171.
HSL color Cylindrical-coordinate representation of color #DBB59C: hue angle of 23.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB59C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 156 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.14 |
| HSL | 23.81º | 0.47% | 0.74% | - |
| HSV(B) | 23.81º | 0.29% | 0.86% | - |
| XYZ | 51.74 | 50.51 | 38.47 | - |
| YUV | 189.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 156 | 0 | 0.17 | 0.29 | 0.14 | 23.81 | 0.47 | 0.74 |
| Hex | DB | B5 | 9C | 0 | 11 | 1D | E | 18 | 2F | 4A |
| Octal | 333 | 265 | 234 | 0 | 21 | 35 | 16 | 30 | 57 | 112 |
| Binary | 11011011 | 10110101 | 10011100 | 0 | 10001 | 11101 | 1110 | 11000 | 101111 | 1001010 |
Color Harmonies of #DBB59C
Complementary color
Monochromatic Colors of #DBB59C
Black with #DBB59C
Text Example
Text Example
White with #DBB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB59C; }
p { color: rgb(219,181,156); }
H1.HeaderClassName
{
color: #DBB59C;
}
.AnyTagClassName
{
color: #DBB59C;
}
</style>
background-color css
<style>
a { background-color: #DBB59C; }
a { background-color: rgb(219,181,156); }
div.DivClassName
{
background-color: #DBB59C;
}
.BgClassName
{
background-color: #DBB59C;
}
</style>
border-color css
<style>
span { border-color: #DBB59C; }
span { border-color: rgb(219,181,156); }
td.TdClassName
{
border-color: #DBB59C;
}
.TagClassName
{
border-color: #DBB59C;
}
</style>