Shades of Cashmere #DAB099
Tints of Cashmere #DAB099
RGB
CMYK
RGB Variations
Color information
#DAB099 (or 0xDAB099) is known color: Cashmere. HEX triplet: DA, B0 and 99. RGB value is (218,176,153). Sum of RGB (Red+Green+Blue) = 218+176+153=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB099 is #254F66. Grayscale: #BABABA. Windows color (decimal): -2445159 or 10072282. OLE color: 10072282.
HSL color Cylindrical-coordinate representation of color #DAB099: hue angle of 21.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB099 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 153 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.15 |
| HSL | 21.23º | 0.47% | 0.73% | - |
| HSV(B) | 21.23º | 0.3% | 0.85% | - |
| XYZ | 50.19 | 48.26 | 36.81 | - |
| YUV | 185.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 153 | 0 | 0.19 | 0.30 | 0.15 | 21.23 | 0.47 | 0.73 |
| Hex | DA | B0 | 99 | 0 | 13 | 1E | F | 15 | 2F | 49 |
| Octal | 332 | 260 | 231 | 0 | 23 | 36 | 17 | 25 | 57 | 111 |
| Binary | 11011010 | 10110000 | 10011001 | 0 | 10011 | 11110 | 1111 | 10101 | 101111 | 1001001 |
Color Harmonies of #DAB099
Complementary color
Monochromatic Colors of #DAB099
Black with #DAB099
Text Example
Text Example
White with #DAB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB099; }
p { color: rgb(218,176,153); }
H1.HeaderClassName
{
color: #DAB099;
}
.AnyTagClassName
{
color: #DAB099;
}
</style>
background-color css
<style>
a { background-color: #DAB099; }
a { background-color: rgb(218,176,153); }
div.DivClassName
{
background-color: #DAB099;
}
.BgClassName
{
background-color: #DAB099;
}
</style>
border-color css
<style>
span { border-color: #DAB099; }
span { border-color: rgb(218,176,153); }
td.TdClassName
{
border-color: #DAB099;
}
.TagClassName
{
border-color: #DAB099;
}
</style>