Shades of Cashmere #DAB59D
Tints of Cashmere #DAB59D
RGB
CMYK
RGB Variations
Color information
#DAB59D (or 0xDAB59D) is known color: Cashmere. HEX triplet: DA, B5 and 9D. RGB value is (218,181,157). Sum of RGB (Red+Green+Blue) = 218+181+157=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59D is #254A62. Grayscale: #BDBDBD. Windows color (decimal): -2443875 or 10335706. OLE color: 10335706.
HSL color Cylindrical-coordinate representation of color #DAB59D: hue angle of 23.61º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB59D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 157 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 23.61º | 0.45% | 0.74% | - |
| HSV(B) | 23.61º | 0.28% | 0.85% | - |
| XYZ | 51.52 | 50.39 | 38.91 | - |
| YUV | 189.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 157 | 0 | 0.17 | 0.28 | 0.15 | 23.61 | 0.45 | 0.74 |
| Hex | DA | B5 | 9D | 0 | 11 | 1C | F | 18 | 2D | 4A |
| Octal | 332 | 265 | 235 | 0 | 21 | 34 | 17 | 30 | 55 | 112 |
| Binary | 11011010 | 10110101 | 10011101 | 0 | 10001 | 11100 | 1111 | 11000 | 101101 | 1001010 |
Color Harmonies of #DAB59D
Complementary color
Monochromatic Colors of #DAB59D
Black with #DAB59D
Text Example
Text Example
White with #DAB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB59D; }
p { color: rgb(218,181,157); }
H1.HeaderClassName
{
color: #DAB59D;
}
.AnyTagClassName
{
color: #DAB59D;
}
</style>
background-color css
<style>
a { background-color: #DAB59D; }
a { background-color: rgb(218,181,157); }
div.DivClassName
{
background-color: #DAB59D;
}
.BgClassName
{
background-color: #DAB59D;
}
</style>
border-color css
<style>
span { border-color: #DAB59D; }
span { border-color: rgb(218,181,157); }
td.TdClassName
{
border-color: #DAB59D;
}
.TagClassName
{
border-color: #DAB59D;
}
</style>