Shades of Cashmere #DABB9E
Tints of Cashmere #DABB9E
RGB
CMYK
RGB Variations
Color information
#DABB9E (or 0xDABB9E) is known color: Cashmere. HEX triplet: DA, BB and 9E. RGB value is (218,187,158). Sum of RGB (Red+Green+Blue) = 218+187+158=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9E is #254461. Grayscale: #C1C1C1. Windows color (decimal): -2442338 or 10402778. OLE color: 10402778.
HSL color Cylindrical-coordinate representation of color #DABB9E: hue angle of 29º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DABB9E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 158 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.15 |
| HSL | 29º | 0.45% | 0.74% | - |
| HSV(B) | 29º | 0.28% | 0.85% | - |
| XYZ | 52.86 | 52.91 | 39.78 | - |
| YUV | 192.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 158 | 0 | 0.14 | 0.28 | 0.15 | 29 | 0.45 | 0.74 |
| Hex | DA | BB | 9E | 0 | E | 1C | F | 1D | 2D | 4A |
| Octal | 332 | 273 | 236 | 0 | 16 | 34 | 17 | 35 | 55 | 112 |
| Binary | 11011010 | 10111011 | 10011110 | 0 | 1110 | 11100 | 1111 | 11101 | 101101 | 1001010 |
Color Harmonies of #DABB9E
Complementary color
Monochromatic Colors of #DABB9E
Black with #DABB9E
Text Example
Text Example
White with #DABB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB9E; }
p { color: rgb(218,187,158); }
H1.HeaderClassName
{
color: #DABB9E;
}
.AnyTagClassName
{
color: #DABB9E;
}
</style>
background-color css
<style>
a { background-color: #DABB9E; }
a { background-color: rgb(218,187,158); }
div.DivClassName
{
background-color: #DABB9E;
}
.BgClassName
{
background-color: #DABB9E;
}
</style>
border-color css
<style>
span { border-color: #DABB9E; }
span { border-color: rgb(218,187,158); }
td.TdClassName
{
border-color: #DABB9E;
}
.TagClassName
{
border-color: #DABB9E;
}
</style>