Shades of Cashmere #DAAC90
Tints of Cashmere #DAAC90
RGB
CMYK
RGB Variations
Color information
#DAAC90 (or 0xDAAC90) is known color: Cashmere. HEX triplet: DA, AC and 90. RGB value is (218,172,144). Sum of RGB (Red+Green+Blue) = 218+172+144=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC90 is #25536F. Grayscale: #B6B6B6. Windows color (decimal): -2446192 or 9481434. OLE color: 9481434.
HSL color Cylindrical-coordinate representation of color #DAAC90: hue angle of 22.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAAC90 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 144 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.15 |
| HSL | 22.7º | 0.5% | 0.71% | - |
| HSV(B) | 22.7º | 0.34% | 0.85% | - |
| XYZ | 48.7 | 46.42 | 32.78 | - |
| YUV | 182.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 144 | 0 | 0.21 | 0.34 | 0.15 | 22.7 | 0.5 | 0.71 |
| Hex | DA | AC | 90 | 0 | 15 | 22 | F | 17 | 32 | 47 |
| Octal | 332 | 254 | 220 | 0 | 25 | 42 | 17 | 27 | 62 | 107 |
| Binary | 11011010 | 10101100 | 10010000 | 0 | 10101 | 100010 | 1111 | 10111 | 110010 | 1000111 |
Color Harmonies of #DAAC90
Complementary color
Monochromatic Colors of #DAAC90
Black with #DAAC90
Text Example
Text Example
White with #DAAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC90; }
p { color: rgb(218,172,144); }
H1.HeaderClassName
{
color: #DAAC90;
}
.AnyTagClassName
{
color: #DAAC90;
}
</style>
background-color css
<style>
a { background-color: #DAAC90; }
a { background-color: rgb(218,172,144); }
div.DivClassName
{
background-color: #DAAC90;
}
.BgClassName
{
background-color: #DAAC90;
}
</style>
border-color css
<style>
span { border-color: #DAAC90; }
span { border-color: rgb(218,172,144); }
td.TdClassName
{
border-color: #DAAC90;
}
.TagClassName
{
border-color: #DAAC90;
}
</style>