Shades of Cashmere #DAB49A
Tints of Cashmere #DAB49A
RGB
CMYK
RGB Variations
Color information
#DAB49A (or 0xDAB49A) is known color: Cashmere. HEX triplet: DA, B4 and 9A. RGB value is (218,180,154). Sum of RGB (Red+Green+Blue) = 218+180+154=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49A is #254B65. Grayscale: #BCBCBC. Windows color (decimal): -2444134 or 10138842. OLE color: 10138842.
HSL color Cylindrical-coordinate representation of color #DAB49A: hue angle of 24.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB49A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 154 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.15 |
| HSL | 24.38º | 0.46% | 0.73% | - |
| HSV(B) | 24.38º | 0.29% | 0.85% | - |
| XYZ | 51.07 | 49.88 | 37.51 | - |
| YUV | 188.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 154 | 0 | 0.17 | 0.29 | 0.15 | 24.38 | 0.46 | 0.73 |
| Hex | DA | B4 | 9A | 0 | 11 | 1D | F | 18 | 2E | 49 |
| Octal | 332 | 264 | 232 | 0 | 21 | 35 | 17 | 30 | 56 | 111 |
| Binary | 11011010 | 10110100 | 10011010 | 0 | 10001 | 11101 | 1111 | 11000 | 101110 | 1001001 |
Color Harmonies of #DAB49A
Complementary color
Monochromatic Colors of #DAB49A
Black with #DAB49A
Text Example
Text Example
White with #DAB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB49A; }
p { color: rgb(218,180,154); }
H1.HeaderClassName
{
color: #DAB49A;
}
.AnyTagClassName
{
color: #DAB49A;
}
</style>
background-color css
<style>
a { background-color: #DAB49A; }
a { background-color: rgb(218,180,154); }
div.DivClassName
{
background-color: #DAB49A;
}
.BgClassName
{
background-color: #DAB49A;
}
</style>
border-color css
<style>
span { border-color: #DAB49A; }
span { border-color: rgb(218,180,154); }
td.TdClassName
{
border-color: #DAB49A;
}
.TagClassName
{
border-color: #DAB49A;
}
</style>