Shades of Cashmere #DAB99C
Tints of Cashmere #DAB99C
RGB
CMYK
RGB Variations
Color information
#DAB99C (or 0xDAB99C) is known color: Cashmere. HEX triplet: DA, B9 and 9C. RGB value is (218,185,156). Sum of RGB (Red+Green+Blue) = 218+185+156=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99C is #254663. Grayscale: #BFBFBF. Windows color (decimal): -2442852 or 10271194. OLE color: 10271194.
HSL color Cylindrical-coordinate representation of color #DAB99C: hue angle of 28.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB99C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 156 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.15 |
| HSL | 28.06º | 0.46% | 0.73% | - |
| HSV(B) | 28.06º | 0.28% | 0.85% | - |
| XYZ | 52.26 | 52 | 38.74 | - |
| YUV | 191.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 156 | 0 | 0.15 | 0.28 | 0.15 | 28.06 | 0.46 | 0.73 |
| Hex | DA | B9 | 9C | 0 | F | 1C | F | 1C | 2E | 49 |
| Octal | 332 | 271 | 234 | 0 | 17 | 34 | 17 | 34 | 56 | 111 |
| Binary | 11011010 | 10111001 | 10011100 | 0 | 1111 | 11100 | 1111 | 11100 | 101110 | 1001001 |
Color Harmonies of #DAB99C
Complementary color
Monochromatic Colors of #DAB99C
Black with #DAB99C
Text Example
Text Example
White with #DAB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB99C; }
p { color: rgb(218,185,156); }
H1.HeaderClassName
{
color: #DAB99C;
}
.AnyTagClassName
{
color: #DAB99C;
}
</style>
background-color css
<style>
a { background-color: #DAB99C; }
a { background-color: rgb(218,185,156); }
div.DivClassName
{
background-color: #DAB99C;
}
.BgClassName
{
background-color: #DAB99C;
}
</style>
border-color css
<style>
span { border-color: #DAB99C; }
span { border-color: rgb(218,185,156); }
td.TdClassName
{
border-color: #DAB99C;
}
.TagClassName
{
border-color: #DAB99C;
}
</style>