Shades of Cashmere #DAB89F
Tints of Cashmere #DAB89F
RGB
CMYK
RGB Variations
Color information
#DAB89F (or 0xDAB89F) is known color: Cashmere. HEX triplet: DA, B8 and 9F. RGB value is (218,184,159). Sum of RGB (Red+Green+Blue) = 218+184+159=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89F is #254760. Grayscale: #BFBFBF. Windows color (decimal): -2443105 or 10467546. OLE color: 10467546.
HSL color Cylindrical-coordinate representation of color #DAB89F: hue angle of 25.42º 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 #DAB89F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 159 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.15 |
| HSL | 25.42º | 0.44% | 0.74% | - |
| HSV(B) | 25.42º | 0.27% | 0.85% | - |
| XYZ | 52.31 | 51.69 | 40.02 | - |
| YUV | 191.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 159 | 0 | 0.16 | 0.27 | 0.15 | 25.42 | 0.44 | 0.74 |
| Hex | DA | B8 | 9F | 0 | 10 | 1B | F | 19 | 2C | 4A |
| Octal | 332 | 270 | 237 | 0 | 20 | 33 | 17 | 31 | 54 | 112 |
| Binary | 11011010 | 10111000 | 10011111 | 0 | 10000 | 11011 | 1111 | 11001 | 101100 | 1001010 |
Color Harmonies of #DAB89F
Complementary color
Monochromatic Colors of #DAB89F
Black with #DAB89F
Text Example
Text Example
White with #DAB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB89F; }
p { color: rgb(218,184,159); }
H1.HeaderClassName
{
color: #DAB89F;
}
.AnyTagClassName
{
color: #DAB89F;
}
</style>
background-color css
<style>
a { background-color: #DAB89F; }
a { background-color: rgb(218,184,159); }
div.DivClassName
{
background-color: #DAB89F;
}
.BgClassName
{
background-color: #DAB89F;
}
</style>
border-color css
<style>
span { border-color: #DAB89F; }
span { border-color: rgb(218,184,159); }
td.TdClassName
{
border-color: #DAB89F;
}
.TagClassName
{
border-color: #DAB89F;
}
</style>