Shades of Cashmere #DAB298
Tints of Cashmere #DAB298
RGB
CMYK
RGB Variations
Color information
#DAB298 (or 0xDAB298) is known color: Cashmere. HEX triplet: DA, B2 and 98. RGB value is (218,178,152). Sum of RGB (Red+Green+Blue) = 218+178+152=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB298 is #254D67. Grayscale: #BBBBBB. Windows color (decimal): -2444648 or 10007258. OLE color: 10007258.
HSL color Cylindrical-coordinate representation of color #DAB298: hue angle of 23.64º 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 #DAB298 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 152 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.15 |
| HSL | 23.64º | 0.47% | 0.73% | - |
| HSV(B) | 23.64º | 0.3% | 0.85% | - |
| XYZ | 50.5 | 49.01 | 36.5 | - |
| YUV | 187 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 152 | 0 | 0.18 | 0.30 | 0.15 | 23.64 | 0.47 | 0.73 |
| Hex | DA | B2 | 98 | 0 | 12 | 1E | F | 18 | 2F | 49 |
| Octal | 332 | 262 | 230 | 0 | 22 | 36 | 17 | 30 | 57 | 111 |
| Binary | 11011010 | 10110010 | 10011000 | 0 | 10010 | 11110 | 1111 | 11000 | 101111 | 1001001 |
Color Harmonies of #DAB298
Complementary color
Monochromatic Colors of #DAB298
Black with #DAB298
Text Example
Text Example
White with #DAB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB298; }
p { color: rgb(218,178,152); }
H1.HeaderClassName
{
color: #DAB298;
}
.AnyTagClassName
{
color: #DAB298;
}
</style>
background-color css
<style>
a { background-color: #DAB298; }
a { background-color: rgb(218,178,152); }
div.DivClassName
{
background-color: #DAB298;
}
.BgClassName
{
background-color: #DAB298;
}
</style>
border-color css
<style>
span { border-color: #DAB298; }
span { border-color: rgb(218,178,152); }
td.TdClassName
{
border-color: #DAB298;
}
.TagClassName
{
border-color: #DAB298;
}
</style>