Shades of Cashmere #DAB7A0
Tints of Cashmere #DAB7A0
RGB
CMYK
RGB Variations
Color information
#DAB7A0 (or 0xDAB7A0) is known color: Cashmere. HEX triplet: DA, B7 and A0. RGB value is (218,183,160). Sum of RGB (Red+Green+Blue) = 218+183+160=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7A0 is #25485F. Grayscale: #BEBEBE. Windows color (decimal): -2443360 or 10532826. OLE color: 10532826.
HSL color Cylindrical-coordinate representation of color #DAB7A0: hue angle of 23.79º 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 #DAB7A0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 160 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.15 |
| HSL | 23.79º | 0.44% | 0.74% | - |
| HSV(B) | 23.79º | 0.27% | 0.85% | - |
| XYZ | 52.19 | 51.31 | 40.41 | - |
| YUV | 190.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 160 | 0 | 0.16 | 0.27 | 0.15 | 23.79 | 0.44 | 0.74 |
| Hex | DA | B7 | A0 | 0 | 10 | 1B | F | 18 | 2C | 4A |
| Octal | 332 | 267 | 240 | 0 | 20 | 33 | 17 | 30 | 54 | 112 |
| Binary | 11011010 | 10110111 | 10100000 | 0 | 10000 | 11011 | 1111 | 11000 | 101100 | 1001010 |
Color Harmonies of #DAB7A0
Complementary color
Monochromatic Colors of #DAB7A0
Black with #DAB7A0
Text Example
Text Example
White with #DAB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7A0; }
p { color: rgb(218,183,160); }
H1.HeaderClassName
{
color: #DAB7A0;
}
.AnyTagClassName
{
color: #DAB7A0;
}
</style>
background-color css
<style>
a { background-color: #DAB7A0; }
a { background-color: rgb(218,183,160); }
div.DivClassName
{
background-color: #DAB7A0;
}
.BgClassName
{
background-color: #DAB7A0;
}
</style>
border-color css
<style>
span { border-color: #DAB7A0; }
span { border-color: rgb(218,183,160); }
td.TdClassName
{
border-color: #DAB7A0;
}
.TagClassName
{
border-color: #DAB7A0;
}
</style>