Shades of Cashmere #DABA9D
Tints of Cashmere #DABA9D
RGB
CMYK
RGB Variations
Color information
#DABA9D (or 0xDABA9D) is known color: Cashmere. HEX triplet: DA, BA and 9D. RGB value is (218,186,157). Sum of RGB (Red+Green+Blue) = 218+186+157=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9D is #254562. Grayscale: #C0C0C0. Windows color (decimal): -2442595 or 10336986. OLE color: 10336986.
HSL color Cylindrical-coordinate representation of color #DABA9D: hue angle of 28.52º 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 #DABA9D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 157 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.15 |
| HSL | 28.52º | 0.45% | 0.74% | - |
| HSV(B) | 28.52º | 0.28% | 0.85% | - |
| XYZ | 52.56 | 52.46 | 39.25 | - |
| YUV | 192.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 157 | 0 | 0.15 | 0.28 | 0.15 | 28.52 | 0.45 | 0.74 |
| Hex | DA | BA | 9D | 0 | F | 1C | F | 1D | 2D | 4A |
| Octal | 332 | 272 | 235 | 0 | 17 | 34 | 17 | 35 | 55 | 112 |
| Binary | 11011010 | 10111010 | 10011101 | 0 | 1111 | 11100 | 1111 | 11101 | 101101 | 1001010 |
Color Harmonies of #DABA9D
Complementary color
Monochromatic Colors of #DABA9D
Black with #DABA9D
Text Example
Text Example
White with #DABA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA9D; }
p { color: rgb(218,186,157); }
H1.HeaderClassName
{
color: #DABA9D;
}
.AnyTagClassName
{
color: #DABA9D;
}
</style>
background-color css
<style>
a { background-color: #DABA9D; }
a { background-color: rgb(218,186,157); }
div.DivClassName
{
background-color: #DABA9D;
}
.BgClassName
{
background-color: #DABA9D;
}
</style>
border-color css
<style>
span { border-color: #DABA9D; }
span { border-color: rgb(218,186,157); }
td.TdClassName
{
border-color: #DABA9D;
}
.TagClassName
{
border-color: #DABA9D;
}
</style>