Shades of Eunry #D0AAA1
Tints of Eunry #D0AAA1
RGB
CMYK
RGB Variations
Color information
#D0AAA1 (or 0xD0AAA1) is known color: Eunry. HEX triplet: D0, AA and A1. RGB value is (208,170,161). Sum of RGB (Red+Green+Blue) = 208+170+161=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA1 is #2F555E. Grayscale: #B4B4B4. Windows color (decimal): -3102047 or 10595024. OLE color: 10595024.
HSL color Cylindrical-coordinate representation of color #D0AAA1: hue angle of 11.49º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0AAA1 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 161 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.18 |
| HSL | 11.49º | 0.33% | 0.72% | - |
| HSV(B) | 11.49º | 0.23% | 0.82% | - |
| XYZ | 46.82 | 44.73 | 39.88 | - |
| YUV | 180.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 161 | 0 | 0.18 | 0.23 | 0.18 | 11.49 | 0.33 | 0.72 |
| Hex | D0 | AA | A1 | 0 | 12 | 17 | 12 | B | 21 | 48 |
| Octal | 320 | 252 | 241 | 0 | 22 | 27 | 22 | 13 | 41 | 110 |
| Binary | 11010000 | 10101010 | 10100001 | 0 | 10010 | 10111 | 10010 | 1011 | 100001 | 1001000 |
Color Harmonies of #D0AAA1
Complementary color
Monochromatic Colors of #D0AAA1
Black with #D0AAA1
Text Example
Text Example
White with #D0AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAA1; }
p { color: rgb(208,170,161); }
H1.HeaderClassName
{
color: #D0AAA1;
}
.AnyTagClassName
{
color: #D0AAA1;
}
</style>
background-color css
<style>
a { background-color: #D0AAA1; }
a { background-color: rgb(208,170,161); }
div.DivClassName
{
background-color: #D0AAA1;
}
.BgClassName
{
background-color: #D0AAA1;
}
</style>
border-color css
<style>
span { border-color: #D0AAA1; }
span { border-color: rgb(208,170,161); }
td.TdClassName
{
border-color: #D0AAA1;
}
.TagClassName
{
border-color: #D0AAA1;
}
</style>