Shades of Cashmere #DAB29C
Tints of Cashmere #DAB29C
RGB
CMYK
RGB Variations
Color information
#DAB29C (or 0xDAB29C) is known color: Cashmere. HEX triplet: DA, B2 and 9C. RGB value is (218,178,156). Sum of RGB (Red+Green+Blue) = 218+178+156=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29C is #254D63. Grayscale: #BBBBBB. Windows color (decimal): -2444644 or 10269402. OLE color: 10269402.
HSL color Cylindrical-coordinate representation of color #DAB29C: hue angle of 21.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB29C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 156 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.15 |
| HSL | 21.29º | 0.46% | 0.73% | - |
| HSV(B) | 21.29º | 0.28% | 0.85% | - |
| XYZ | 50.83 | 49.15 | 38.26 | - |
| YUV | 187.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 156 | 0 | 0.18 | 0.28 | 0.15 | 21.29 | 0.46 | 0.73 |
| Hex | DA | B2 | 9C | 0 | 12 | 1C | F | 15 | 2E | 49 |
| Octal | 332 | 262 | 234 | 0 | 22 | 34 | 17 | 25 | 56 | 111 |
| Binary | 11011010 | 10110010 | 10011100 | 0 | 10010 | 11100 | 1111 | 10101 | 101110 | 1001001 |
Color Harmonies of #DAB29C
Complementary color
Monochromatic Colors of #DAB29C
Black with #DAB29C
Text Example
Text Example
White with #DAB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB29C; }
p { color: rgb(218,178,156); }
H1.HeaderClassName
{
color: #DAB29C;
}
.AnyTagClassName
{
color: #DAB29C;
}
</style>
background-color css
<style>
a { background-color: #DAB29C; }
a { background-color: rgb(218,178,156); }
div.DivClassName
{
background-color: #DAB29C;
}
.BgClassName
{
background-color: #DAB29C;
}
</style>
border-color css
<style>
span { border-color: #DAB29C; }
span { border-color: rgb(218,178,156); }
td.TdClassName
{
border-color: #DAB29C;
}
.TagClassName
{
border-color: #DAB29C;
}
</style>