Shades of Eunry #DAA8A1
Tints of Eunry #DAA8A1
RGB
CMYK
RGB Variations
Color information
#DAA8A1 (or 0xDAA8A1) is known color: Eunry. HEX triplet: DA, A8 and A1. RGB value is (218,168,161). Sum of RGB (Red+Green+Blue) = 218+168+161=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8A1 is #25575E. Grayscale: #B6B6B6. Windows color (decimal): -2447199 or 10594522. OLE color: 10594522.
HSL color Cylindrical-coordinate representation of color #DAA8A1: hue angle of 7.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA8A1 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 161 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.15 |
| HSL | 7.37º | 0.44% | 0.74% | - |
| HSV(B) | 7.37º | 0.26% | 0.85% | - |
| XYZ | 49.35 | 45.48 | 39.9 | - |
| YUV | 182.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 161 | 0 | 0.23 | 0.26 | 0.15 | 7.37 | 0.44 | 0.74 |
| Hex | DA | A8 | A1 | 0 | 17 | 1A | F | 7 | 2C | 4A |
| Octal | 332 | 250 | 241 | 0 | 27 | 32 | 17 | 7 | 54 | 112 |
| Binary | 11011010 | 10101000 | 10100001 | 0 | 10111 | 11010 | 1111 | 111 | 101100 | 1001010 |
Color Harmonies of #DAA8A1
Complementary color
Monochromatic Colors of #DAA8A1
Black with #DAA8A1
Text Example
Text Example
White with #DAA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8A1; }
p { color: rgb(218,168,161); }
H1.HeaderClassName
{
color: #DAA8A1;
}
.AnyTagClassName
{
color: #DAA8A1;
}
</style>
background-color css
<style>
a { background-color: #DAA8A1; }
a { background-color: rgb(218,168,161); }
div.DivClassName
{
background-color: #DAA8A1;
}
.BgClassName
{
background-color: #DAA8A1;
}
</style>
border-color css
<style>
span { border-color: #DAA8A1; }
span { border-color: rgb(218,168,161); }
td.TdClassName
{
border-color: #DAA8A1;
}
.TagClassName
{
border-color: #DAA8A1;
}
</style>