Shades of Cashmere #DAAE99
Tints of Cashmere #DAAE99
RGB
CMYK
RGB Variations
Color information
#DAAE99 (or 0xDAAE99) is known color: Cashmere. HEX triplet: DA, AE and 99. RGB value is (218,174,153). Sum of RGB (Red+Green+Blue) = 218+174+153=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE99 is #255166. Grayscale: #B8B8B8. Windows color (decimal): -2445671 or 10071770. OLE color: 10071770.
HSL color Cylindrical-coordinate representation of color #DAAE99: hue angle of 19.38º 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 #DAAE99 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 153 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.15 |
| HSL | 19.38º | 0.47% | 0.73% | - |
| HSV(B) | 19.38º | 0.3% | 0.85% | - |
| XYZ | 49.8 | 47.48 | 36.68 | - |
| YUV | 184.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 153 | 0 | 0.20 | 0.30 | 0.15 | 19.38 | 0.47 | 0.73 |
| Hex | DA | AE | 99 | 0 | 14 | 1E | F | 13 | 2F | 49 |
| Octal | 332 | 256 | 231 | 0 | 24 | 36 | 17 | 23 | 57 | 111 |
| Binary | 11011010 | 10101110 | 10011001 | 0 | 10100 | 11110 | 1111 | 10011 | 101111 | 1001001 |
Color Harmonies of #DAAE99
Complementary color
Monochromatic Colors of #DAAE99
Black with #DAAE99
Text Example
Text Example
White with #DAAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE99; }
p { color: rgb(218,174,153); }
H1.HeaderClassName
{
color: #DAAE99;
}
.AnyTagClassName
{
color: #DAAE99;
}
</style>
background-color css
<style>
a { background-color: #DAAE99; }
a { background-color: rgb(218,174,153); }
div.DivClassName
{
background-color: #DAAE99;
}
.BgClassName
{
background-color: #DAAE99;
}
</style>
border-color css
<style>
span { border-color: #DAAE99; }
span { border-color: rgb(218,174,153); }
td.TdClassName
{
border-color: #DAAE99;
}
.TagClassName
{
border-color: #DAAE99;
}
</style>