Shades of Cashmere #DAAC91
Tints of Cashmere #DAAC91
RGB
CMYK
RGB Variations
Color information
#DAAC91 (or 0xDAAC91) is known color: Cashmere. HEX triplet: DA, AC and 91. RGB value is (218,172,145). Sum of RGB (Red+Green+Blue) = 218+172+145=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC91 is #25536E. Grayscale: #B6B6B6. Windows color (decimal): -2446191 or 9546970. OLE color: 9546970.
HSL color Cylindrical-coordinate representation of color #DAAC91: hue angle of 22.19º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAC91 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 145 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.15 |
| HSL | 22.19º | 0.5% | 0.71% | - |
| HSV(B) | 22.19º | 0.33% | 0.85% | - |
| XYZ | 48.78 | 46.45 | 33.18 | - |
| YUV | 182.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 145 | 0 | 0.21 | 0.33 | 0.15 | 22.19 | 0.5 | 0.71 |
| Hex | DA | AC | 91 | 0 | 15 | 21 | F | 16 | 32 | 47 |
| Octal | 332 | 254 | 221 | 0 | 25 | 41 | 17 | 26 | 62 | 107 |
| Binary | 11011010 | 10101100 | 10010001 | 0 | 10101 | 100001 | 1111 | 10110 | 110010 | 1000111 |
Color Harmonies of #DAAC91
Complementary color
Monochromatic Colors of #DAAC91
Black with #DAAC91
Text Example
Text Example
White with #DAAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC91; }
p { color: rgb(218,172,145); }
H1.HeaderClassName
{
color: #DAAC91;
}
.AnyTagClassName
{
color: #DAAC91;
}
</style>
background-color css
<style>
a { background-color: #DAAC91; }
a { background-color: rgb(218,172,145); }
div.DivClassName
{
background-color: #DAAC91;
}
.BgClassName
{
background-color: #DAAC91;
}
</style>
border-color css
<style>
span { border-color: #DAAC91; }
span { border-color: rgb(218,172,145); }
td.TdClassName
{
border-color: #DAAC91;
}
.TagClassName
{
border-color: #DAAC91;
}
</style>