Shades of Cashmere #DAB29E
Tints of Cashmere #DAB29E
RGB
CMYK
RGB Variations
Color information
#DAB29E (or 0xDAB29E) is known color: Cashmere. HEX triplet: DA, B2 and 9E. RGB value is (218,178,158). Sum of RGB (Red+Green+Blue) = 218+178+158=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29E is #254D61. Grayscale: #BBBBBB. Windows color (decimal): -2444642 or 10400474. OLE color: 10400474.
HSL color Cylindrical-coordinate representation of color #DAB29E: hue angle of 20º 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 #DAB29E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 158 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.15 |
| HSL | 20º | 0.45% | 0.74% | - |
| HSV(B) | 20º | 0.28% | 0.85% | - |
| XYZ | 51.01 | 49.21 | 39.16 | - |
| YUV | 187.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 158 | 0 | 0.18 | 0.28 | 0.15 | 20 | 0.45 | 0.74 |
| Hex | DA | B2 | 9E | 0 | 12 | 1C | F | 14 | 2D | 4A |
| Octal | 332 | 262 | 236 | 0 | 22 | 34 | 17 | 24 | 55 | 112 |
| Binary | 11011010 | 10110010 | 10011110 | 0 | 10010 | 11100 | 1111 | 10100 | 101101 | 1001010 |
Color Harmonies of #DAB29E
Complementary color
Monochromatic Colors of #DAB29E
Black with #DAB29E
Text Example
Text Example
White with #DAB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB29E; }
p { color: rgb(218,178,158); }
H1.HeaderClassName
{
color: #DAB29E;
}
.AnyTagClassName
{
color: #DAB29E;
}
</style>
background-color css
<style>
a { background-color: #DAB29E; }
a { background-color: rgb(218,178,158); }
div.DivClassName
{
background-color: #DAB29E;
}
.BgClassName
{
background-color: #DAB29E;
}
</style>
border-color css
<style>
span { border-color: #DAB29E; }
span { border-color: rgb(218,178,158); }
td.TdClassName
{
border-color: #DAB29E;
}
.TagClassName
{
border-color: #DAB29E;
}
</style>