Shades of Cashmere #DAB99F
Tints of Cashmere #DAB99F
RGB
CMYK
RGB Variations
Color information
#DAB99F (or 0xDAB99F) is known color: Cashmere. HEX triplet: DA, B9 and 9F. RGB value is (218,185,159). Sum of RGB (Red+Green+Blue) = 218+185+159=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99F is #254660. Grayscale: #C0C0C0. Windows color (decimal): -2442849 or 10467802. OLE color: 10467802.
HSL color Cylindrical-coordinate representation of color #DAB99F: hue angle of 26.44º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB99F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 159 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.15 |
| HSL | 26.44º | 0.44% | 0.74% | - |
| HSV(B) | 26.44º | 0.27% | 0.85% | - |
| XYZ | 52.52 | 52.11 | 40.09 | - |
| YUV | 191.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 159 | 0 | 0.15 | 0.27 | 0.15 | 26.44 | 0.44 | 0.74 |
| Hex | DA | B9 | 9F | 0 | F | 1B | F | 1A | 2C | 4A |
| Octal | 332 | 271 | 237 | 0 | 17 | 33 | 17 | 32 | 54 | 112 |
| Binary | 11011010 | 10111001 | 10011111 | 0 | 1111 | 11011 | 1111 | 11010 | 101100 | 1001010 |
Color Harmonies of #DAB99F
Complementary color
Monochromatic Colors of #DAB99F
Black with #DAB99F
Text Example
Text Example
White with #DAB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB99F; }
p { color: rgb(218,185,159); }
H1.HeaderClassName
{
color: #DAB99F;
}
.AnyTagClassName
{
color: #DAB99F;
}
</style>
background-color css
<style>
a { background-color: #DAB99F; }
a { background-color: rgb(218,185,159); }
div.DivClassName
{
background-color: #DAB99F;
}
.BgClassName
{
background-color: #DAB99F;
}
</style>
border-color css
<style>
span { border-color: #DAB99F; }
span { border-color: rgb(218,185,159); }
td.TdClassName
{
border-color: #DAB99F;
}
.TagClassName
{
border-color: #DAB99F;
}
</style>