Shades of Cashmere #DABAA0
Tints of Cashmere #DABAA0
RGB
CMYK
RGB Variations
Color information
#DABAA0 (or 0xDABAA0) is known color: Cashmere. HEX triplet: DA, BA and A0. RGB value is (218,186,160). Sum of RGB (Red+Green+Blue) = 218+186+160=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA0 is #25455F. Grayscale: #C0C0C0. Windows color (decimal): -2442592 or 10533594. OLE color: 10533594.
HSL color Cylindrical-coordinate representation of color #DABAA0: hue angle of 26.9º 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 #DABAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 160 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.15 |
| HSL | 26.9º | 0.44% | 0.74% | - |
| HSV(B) | 26.9º | 0.27% | 0.85% | - |
| XYZ | 52.82 | 52.56 | 40.62 | - |
| YUV | 192.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 160 | 0 | 0.15 | 0.27 | 0.15 | 26.9 | 0.44 | 0.74 |
| Hex | DA | BA | A0 | 0 | F | 1B | F | 1B | 2C | 4A |
| Octal | 332 | 272 | 240 | 0 | 17 | 33 | 17 | 33 | 54 | 112 |
| Binary | 11011010 | 10111010 | 10100000 | 0 | 1111 | 11011 | 1111 | 11011 | 101100 | 1001010 |
Color Harmonies of #DABAA0
Complementary color
Monochromatic Colors of #DABAA0
Black with #DABAA0
Text Example
Text Example
White with #DABAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAA0; }
p { color: rgb(218,186,160); }
H1.HeaderClassName
{
color: #DABAA0;
}
.AnyTagClassName
{
color: #DABAA0;
}
</style>
background-color css
<style>
a { background-color: #DABAA0; }
a { background-color: rgb(218,186,160); }
div.DivClassName
{
background-color: #DABAA0;
}
.BgClassName
{
background-color: #DABAA0;
}
</style>
border-color css
<style>
span { border-color: #DABAA0; }
span { border-color: rgb(218,186,160); }
td.TdClassName
{
border-color: #DABAA0;
}
.TagClassName
{
border-color: #DABAA0;
}
</style>