Shades of Eunry #DAAA9F
Tints of Eunry #DAAA9F
RGB
CMYK
RGB Variations
Color information
#DAAA9F (or 0xDAAA9F) is known color: Eunry. HEX triplet: DA, AA and 9F. RGB value is (218,170,159). Sum of RGB (Red+Green+Blue) = 218+170+159=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9F is #255560. Grayscale: #B7B7B7. Windows color (decimal): -2446689 or 10463962. OLE color: 10463962.
HSL color Cylindrical-coordinate representation of color #DAAA9F: hue angle of 11.19º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAA9F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 159 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.15 |
| HSL | 11.19º | 0.44% | 0.74% | - |
| HSV(B) | 11.19º | 0.27% | 0.85% | - |
| XYZ | 49.55 | 46.16 | 39.1 | - |
| YUV | 183.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 159 | 0 | 0.22 | 0.27 | 0.15 | 11.19 | 0.44 | 0.74 |
| Hex | DA | AA | 9F | 0 | 16 | 1B | F | B | 2C | 4A |
| Octal | 332 | 252 | 237 | 0 | 26 | 33 | 17 | 13 | 54 | 112 |
| Binary | 11011010 | 10101010 | 10011111 | 0 | 10110 | 11011 | 1111 | 1011 | 101100 | 1001010 |
Color Harmonies of #DAAA9F
Complementary color
Monochromatic Colors of #DAAA9F
Black with #DAAA9F
Text Example
Text Example
White with #DAAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA9F; }
p { color: rgb(218,170,159); }
H1.HeaderClassName
{
color: #DAAA9F;
}
.AnyTagClassName
{
color: #DAAA9F;
}
</style>
background-color css
<style>
a { background-color: #DAAA9F; }
a { background-color: rgb(218,170,159); }
div.DivClassName
{
background-color: #DAAA9F;
}
.BgClassName
{
background-color: #DAAA9F;
}
</style>
border-color css
<style>
span { border-color: #DAAA9F; }
span { border-color: rgb(218,170,159); }
td.TdClassName
{
border-color: #DAAA9F;
}
.TagClassName
{
border-color: #DAAA9F;
}
</style>