Shades of Cashmere #DAB49D
Tints of Cashmere #DAB49D
RGB
CMYK
RGB Variations
Color information
#DAB49D (or 0xDAB49D) is known color: Cashmere. HEX triplet: DA, B4 and 9D. RGB value is (218,180,157). Sum of RGB (Red+Green+Blue) = 218+180+157=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49D is #254B62. Grayscale: #BCBCBC. Windows color (decimal): -2444131 or 10335450. OLE color: 10335450.
HSL color Cylindrical-coordinate representation of color #DAB49D: hue angle of 22.62º 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 #DAB49D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 157 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 22.62º | 0.45% | 0.74% | - |
| HSV(B) | 22.62º | 0.28% | 0.85% | - |
| XYZ | 51.32 | 49.98 | 38.84 | - |
| YUV | 188.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 157 | 0 | 0.17 | 0.28 | 0.15 | 22.62 | 0.45 | 0.74 |
| Hex | DA | B4 | 9D | 0 | 11 | 1C | F | 17 | 2D | 4A |
| Octal | 332 | 264 | 235 | 0 | 21 | 34 | 17 | 27 | 55 | 112 |
| Binary | 11011010 | 10110100 | 10011101 | 0 | 10001 | 11100 | 1111 | 10111 | 101101 | 1001010 |
Color Harmonies of #DAB49D
Complementary color
Monochromatic Colors of #DAB49D
Black with #DAB49D
Text Example
Text Example
White with #DAB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB49D; }
p { color: rgb(218,180,157); }
H1.HeaderClassName
{
color: #DAB49D;
}
.AnyTagClassName
{
color: #DAB49D;
}
</style>
background-color css
<style>
a { background-color: #DAB49D; }
a { background-color: rgb(218,180,157); }
div.DivClassName
{
background-color: #DAB49D;
}
.BgClassName
{
background-color: #DAB49D;
}
</style>
border-color css
<style>
span { border-color: #DAB49D; }
span { border-color: rgb(218,180,157); }
td.TdClassName
{
border-color: #DAB49D;
}
.TagClassName
{
border-color: #DAB49D;
}
</style>