Shades of Eunry #DAA9A3
Tints of Eunry #DAA9A3
RGB
CMYK
RGB Variations
Color information
#DAA9A3 (or 0xDAA9A3) is known color: Eunry. HEX triplet: DA, A9 and A3. RGB value is (218,169,163). Sum of RGB (Red+Green+Blue) = 218+169+163=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9A3 is #25565C. Grayscale: #B7B7B7. Windows color (decimal): -2446941 or 10725850. OLE color: 10725850.
HSL color Cylindrical-coordinate representation of color #DAA9A3: hue angle of 6.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA9A3 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 163 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.15 |
| HSL | 6.55º | 0.43% | 0.75% | - |
| HSV(B) | 6.55º | 0.25% | 0.85% | - |
| XYZ | 49.71 | 45.93 | 40.89 | - |
| YUV | 182.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 163 | 0 | 0.22 | 0.25 | 0.15 | 6.55 | 0.43 | 0.75 |
| Hex | DA | A9 | A3 | 0 | 16 | 19 | F | 7 | 2B | 4B |
| Octal | 332 | 251 | 243 | 0 | 26 | 31 | 17 | 7 | 53 | 113 |
| Binary | 11011010 | 10101001 | 10100011 | 0 | 10110 | 11001 | 1111 | 111 | 101011 | 1001011 |
Color Harmonies of #DAA9A3
Complementary color
Monochromatic Colors of #DAA9A3
Black with #DAA9A3
Text Example
Text Example
White with #DAA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9A3; }
p { color: rgb(218,169,163); }
H1.HeaderClassName
{
color: #DAA9A3;
}
.AnyTagClassName
{
color: #DAA9A3;
}
</style>
background-color css
<style>
a { background-color: #DAA9A3; }
a { background-color: rgb(218,169,163); }
div.DivClassName
{
background-color: #DAA9A3;
}
.BgClassName
{
background-color: #DAA9A3;
}
</style>
border-color css
<style>
span { border-color: #DAA9A3; }
span { border-color: rgb(218,169,163); }
td.TdClassName
{
border-color: #DAA9A3;
}
.TagClassName
{
border-color: #DAA9A3;
}
</style>