Shades of Cashmere #DAB69E
Tints of Cashmere #DAB69E
RGB
CMYK
RGB Variations
Color information
#DAB69E (or 0xDAB69E) is known color: Cashmere. HEX triplet: DA, B6 and 9E. RGB value is (218,182,158). Sum of RGB (Red+Green+Blue) = 218+182+158=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB69E is #254961. Grayscale: #BEBEBE. Windows color (decimal): -2443618 or 10401498. OLE color: 10401498.
HSL color Cylindrical-coordinate representation of color #DAB69E: hue angle of 24º 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 #DAB69E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 158 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 24º | 0.45% | 0.74% | - |
| HSV(B) | 24º | 0.28% | 0.85% | - |
| XYZ | 51.81 | 50.83 | 39.43 | - |
| YUV | 190.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 158 | 0 | 0.17 | 0.28 | 0.15 | 24 | 0.45 | 0.74 |
| Hex | DA | B6 | 9E | 0 | 11 | 1C | F | 18 | 2D | 4A |
| Octal | 332 | 266 | 236 | 0 | 21 | 34 | 17 | 30 | 55 | 112 |
| Binary | 11011010 | 10110110 | 10011110 | 0 | 10001 | 11100 | 1111 | 11000 | 101101 | 1001010 |
Color Harmonies of #DAB69E
Complementary color
Monochromatic Colors of #DAB69E
Black with #DAB69E
Text Example
Text Example
White with #DAB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB69E; }
p { color: rgb(218,182,158); }
H1.HeaderClassName
{
color: #DAB69E;
}
.AnyTagClassName
{
color: #DAB69E;
}
</style>
background-color css
<style>
a { background-color: #DAB69E; }
a { background-color: rgb(218,182,158); }
div.DivClassName
{
background-color: #DAB69E;
}
.BgClassName
{
background-color: #DAB69E;
}
</style>
border-color css
<style>
span { border-color: #DAB69E; }
span { border-color: rgb(218,182,158); }
td.TdClassName
{
border-color: #DAB69E;
}
.TagClassName
{
border-color: #DAB69E;
}
</style>