Shades of Cashmere #DAB598
Tints of Cashmere #DAB598
RGB
CMYK
RGB Variations
Color information
#DAB598 (or 0xDAB598) is known color: Cashmere. HEX triplet: DA, B5 and 98. RGB value is (218,181,152). Sum of RGB (Red+Green+Blue) = 218+181+152=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB598 is #254A67. Grayscale: #BCBCBC. Windows color (decimal): -2443880 or 10008026. OLE color: 10008026.
HSL color Cylindrical-coordinate representation of color #DAB598: hue angle of 26.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB598 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 152 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.15 |
| HSL | 26.36º | 0.47% | 0.73% | - |
| HSV(B) | 26.36º | 0.3% | 0.85% | - |
| XYZ | 51.1 | 50.22 | 36.71 | - |
| YUV | 188.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 152 | 0 | 0.17 | 0.30 | 0.15 | 26.36 | 0.47 | 0.73 |
| Hex | DA | B5 | 98 | 0 | 11 | 1E | F | 1A | 2F | 49 |
| Octal | 332 | 265 | 230 | 0 | 21 | 36 | 17 | 32 | 57 | 111 |
| Binary | 11011010 | 10110101 | 10011000 | 0 | 10001 | 11110 | 1111 | 11010 | 101111 | 1001001 |
Color Harmonies of #DAB598
Complementary color
Monochromatic Colors of #DAB598
Black with #DAB598
Text Example
Text Example
White with #DAB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB598; }
p { color: rgb(218,181,152); }
H1.HeaderClassName
{
color: #DAB598;
}
.AnyTagClassName
{
color: #DAB598;
}
</style>
background-color css
<style>
a { background-color: #DAB598; }
a { background-color: rgb(218,181,152); }
div.DivClassName
{
background-color: #DAB598;
}
.BgClassName
{
background-color: #DAB598;
}
</style>
border-color css
<style>
span { border-color: #DAB598; }
span { border-color: rgb(218,181,152); }
td.TdClassName
{
border-color: #DAB598;
}
.TagClassName
{
border-color: #DAB598;
}
</style>