Shades of Cashmere #DAB197
Tints of Cashmere #DAB197
RGB
CMYK
RGB Variations
Color information
#DAB197 (or 0xDAB197) is known color: Cashmere. HEX triplet: DA, B1 and 97. RGB value is (218,177,151). Sum of RGB (Red+Green+Blue) = 218+177+151=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB197 is #254E68. Grayscale: #BABABA. Windows color (decimal): -2444905 or 9941466. OLE color: 9941466.
HSL color Cylindrical-coordinate representation of color #DAB197: hue angle of 23.28º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAB197 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 151 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.15 |
| HSL | 23.28º | 0.48% | 0.72% | - |
| HSV(B) | 23.28º | 0.31% | 0.85% | - |
| XYZ | 50.22 | 48.58 | 36.01 | - |
| YUV | 186.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 151 | 0 | 0.19 | 0.31 | 0.15 | 23.28 | 0.48 | 0.72 |
| Hex | DA | B1 | 97 | 0 | 13 | 1F | F | 17 | 30 | 48 |
| Octal | 332 | 261 | 227 | 0 | 23 | 37 | 17 | 27 | 60 | 110 |
| Binary | 11011010 | 10110001 | 10010111 | 0 | 10011 | 11111 | 1111 | 10111 | 110000 | 1001000 |
Color Harmonies of #DAB197
Complementary color
Monochromatic Colors of #DAB197
Black with #DAB197
Text Example
Text Example
White with #DAB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB197; }
p { color: rgb(218,177,151); }
H1.HeaderClassName
{
color: #DAB197;
}
.AnyTagClassName
{
color: #DAB197;
}
</style>
background-color css
<style>
a { background-color: #DAB197; }
a { background-color: rgb(218,177,151); }
div.DivClassName
{
background-color: #DAB197;
}
.BgClassName
{
background-color: #DAB197;
}
</style>
border-color css
<style>
span { border-color: #DAB197; }
span { border-color: rgb(218,177,151); }
td.TdClassName
{
border-color: #DAB197;
}
.TagClassName
{
border-color: #DAB197;
}
</style>