Shades of Eunry #DAAA9E
Tints of Eunry #DAAA9E
RGB
CMYK
RGB Variations
Color information
#DAAA9E (or 0xDAAA9E) is known color: Eunry. HEX triplet: DA, AA and 9E. RGB value is (218,170,158). Sum of RGB (Red+Green+Blue) = 218+170+158=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9E is #255561. Grayscale: #B7B7B7. Windows color (decimal): -2446690 or 10398426. OLE color: 10398426.
HSL color Cylindrical-coordinate representation of color #DAAA9E: hue angle of 12º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAA9E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 158 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.15 |
| HSL | 12º | 0.45% | 0.74% | - |
| HSV(B) | 12º | 0.28% | 0.85% | - |
| XYZ | 49.46 | 46.12 | 38.64 | - |
| YUV | 182.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 158 | 0 | 0.22 | 0.28 | 0.15 | 12 | 0.45 | 0.74 |
| Hex | DA | AA | 9E | 0 | 16 | 1C | F | C | 2D | 4A |
| Octal | 332 | 252 | 236 | 0 | 26 | 34 | 17 | 14 | 55 | 112 |
| Binary | 11011010 | 10101010 | 10011110 | 0 | 10110 | 11100 | 1111 | 1100 | 101101 | 1001010 |
Color Harmonies of #DAAA9E
Complementary color
Monochromatic Colors of #DAAA9E
Black with #DAAA9E
Text Example
Text Example
White with #DAAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA9E; }
p { color: rgb(218,170,158); }
H1.HeaderClassName
{
color: #DAAA9E;
}
.AnyTagClassName
{
color: #DAAA9E;
}
</style>
background-color css
<style>
a { background-color: #DAAA9E; }
a { background-color: rgb(218,170,158); }
div.DivClassName
{
background-color: #DAAA9E;
}
.BgClassName
{
background-color: #DAAA9E;
}
</style>
border-color css
<style>
span { border-color: #DAAA9E; }
span { border-color: rgb(218,170,158); }
td.TdClassName
{
border-color: #DAAA9E;
}
.TagClassName
{
border-color: #DAAA9E;
}
</style>