Shades of Cashmere #DAB699
Tints of Cashmere #DAB699
RGB
CMYK
RGB Variations
Color information
#DAB699 (or 0xDAB699) is known color: Cashmere. HEX triplet: DA, B6 and 99. RGB value is (218,182,153). Sum of RGB (Red+Green+Blue) = 218+182+153=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB699 is #254966. Grayscale: #BDBDBD. Windows color (decimal): -2443623 or 10073818. OLE color: 10073818.
HSL color Cylindrical-coordinate representation of color #DAB699: hue angle of 26.77º 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 #DAB699 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 153 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.15 |
| HSL | 26.77º | 0.47% | 0.73% | - |
| HSV(B) | 26.77º | 0.3% | 0.85% | - |
| XYZ | 51.39 | 50.66 | 37.21 | - |
| YUV | 189.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 153 | 0 | 0.17 | 0.30 | 0.15 | 26.77 | 0.47 | 0.73 |
| Hex | DA | B6 | 99 | 0 | 11 | 1E | F | 1B | 2F | 49 |
| Octal | 332 | 266 | 231 | 0 | 21 | 36 | 17 | 33 | 57 | 111 |
| Binary | 11011010 | 10110110 | 10011001 | 0 | 10001 | 11110 | 1111 | 11011 | 101111 | 1001001 |
Color Harmonies of #DAB699
Complementary color
Monochromatic Colors of #DAB699
Black with #DAB699
Text Example
Text Example
White with #DAB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB699; }
p { color: rgb(218,182,153); }
H1.HeaderClassName
{
color: #DAB699;
}
.AnyTagClassName
{
color: #DAB699;
}
</style>
background-color css
<style>
a { background-color: #DAB699; }
a { background-color: rgb(218,182,153); }
div.DivClassName
{
background-color: #DAB699;
}
.BgClassName
{
background-color: #DAB699;
}
</style>
border-color css
<style>
span { border-color: #DAB699; }
span { border-color: rgb(218,182,153); }
td.TdClassName
{
border-color: #DAB699;
}
.TagClassName
{
border-color: #DAB699;
}
</style>