Shades of Cashmere #DAB49C
Tints of Cashmere #DAB49C
RGB
CMYK
RGB Variations
Color information
#DAB49C (or 0xDAB49C) is known color: Cashmere. HEX triplet: DA, B4 and 9C. RGB value is (218,180,156). Sum of RGB (Red+Green+Blue) = 218+180+156=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49C is #254B63. Grayscale: #BCBCBC. Windows color (decimal): -2444132 or 10269914. OLE color: 10269914.
HSL color Cylindrical-coordinate representation of color #DAB49C: hue angle of 23.23º 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 #DAB49C is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 156 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 23.23º | 0.46% | 0.73% | - |
| HSV(B) | 23.23º | 0.28% | 0.85% | - |
| XYZ | 51.24 | 49.95 | 38.39 | - |
| YUV | 188.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 156 | 0 | 0.17 | 0.28 | 0.15 | 23.23 | 0.46 | 0.73 |
| Hex | DA | B4 | 9C | 0 | 11 | 1C | F | 17 | 2E | 49 |
| Octal | 332 | 264 | 234 | 0 | 21 | 34 | 17 | 27 | 56 | 111 |
| Binary | 11011010 | 10110100 | 10011100 | 0 | 10001 | 11100 | 1111 | 10111 | 101110 | 1001001 |
Color Harmonies of #DAB49C
Complementary color
Monochromatic Colors of #DAB49C
Black with #DAB49C
Text Example
Text Example
White with #DAB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB49C; }
p { color: rgb(218,180,156); }
H1.HeaderClassName
{
color: #DAB49C;
}
.AnyTagClassName
{
color: #DAB49C;
}
</style>
background-color css
<style>
a { background-color: #DAB49C; }
a { background-color: rgb(218,180,156); }
div.DivClassName
{
background-color: #DAB49C;
}
.BgClassName
{
background-color: #DAB49C;
}
</style>
border-color css
<style>
span { border-color: #DAB49C; }
span { border-color: rgb(218,180,156); }
td.TdClassName
{
border-color: #DAB49C;
}
.TagClassName
{
border-color: #DAB49C;
}
</style>