Shades of Cashmere #DAB59A
Tints of Cashmere #DAB59A
RGB
CMYK
RGB Variations
Color information
#DAB59A (or 0xDAB59A) is known color: Cashmere. HEX triplet: DA, B5 and 9A. RGB value is (218,181,154). Sum of RGB (Red+Green+Blue) = 218+181+154=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59A is #254A65. Grayscale: #BDBDBD. Windows color (decimal): -2443878 or 10139098. OLE color: 10139098.
HSL color Cylindrical-coordinate representation of color #DAB59A: hue angle of 25.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB59A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 154 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.15 |
| HSL | 25.31º | 0.46% | 0.73% | - |
| HSV(B) | 25.31º | 0.29% | 0.85% | - |
| XYZ | 51.27 | 50.29 | 37.58 | - |
| YUV | 188.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 154 | 0 | 0.17 | 0.29 | 0.15 | 25.31 | 0.46 | 0.73 |
| Hex | DA | B5 | 9A | 0 | 11 | 1D | F | 19 | 2E | 49 |
| Octal | 332 | 265 | 232 | 0 | 21 | 35 | 17 | 31 | 56 | 111 |
| Binary | 11011010 | 10110101 | 10011010 | 0 | 10001 | 11101 | 1111 | 11001 | 101110 | 1001001 |
Color Harmonies of #DAB59A
Complementary color
Monochromatic Colors of #DAB59A
Black with #DAB59A
Text Example
Text Example
White with #DAB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB59A; }
p { color: rgb(218,181,154); }
H1.HeaderClassName
{
color: #DAB59A;
}
.AnyTagClassName
{
color: #DAB59A;
}
</style>
background-color css
<style>
a { background-color: #DAB59A; }
a { background-color: rgb(218,181,154); }
div.DivClassName
{
background-color: #DAB59A;
}
.BgClassName
{
background-color: #DAB59A;
}
</style>
border-color css
<style>
span { border-color: #DAB59A; }
span { border-color: rgb(218,181,154); }
td.TdClassName
{
border-color: #DAB59A;
}
.TagClassName
{
border-color: #DAB59A;
}
</style>