Shades of Eunry #D0AAA0
Tints of Eunry #D0AAA0
RGB
CMYK
RGB Variations
Color information
#D0AAA0 (or 0xD0AAA0) is known color: Eunry. HEX triplet: D0, AA and A0. RGB value is (208,170,160). Sum of RGB (Red+Green+Blue) = 208+170+160=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA0 is #2F555F. Grayscale: #B4B4B4. Windows color (decimal): -3102048 or 10529488. OLE color: 10529488.
HSL color Cylindrical-coordinate representation of color #D0AAA0: hue angle of 12.5º degrees, saturation: 0.34, 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 #D0AAA0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 160 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.18 |
| HSL | 12.5º | 0.34% | 0.72% | - |
| HSV(B) | 12.5º | 0.23% | 0.82% | - |
| XYZ | 46.73 | 44.7 | 39.42 | - |
| YUV | 180.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 160 | 0 | 0.18 | 0.23 | 0.18 | 12.5 | 0.34 | 0.72 |
| Hex | D0 | AA | A0 | 0 | 12 | 17 | 12 | C | 22 | 48 |
| Octal | 320 | 252 | 240 | 0 | 22 | 27 | 22 | 14 | 42 | 110 |
| Binary | 11010000 | 10101010 | 10100000 | 0 | 10010 | 10111 | 10010 | 1100 | 100010 | 1001000 |
Color Harmonies of #D0AAA0
Complementary color
Monochromatic Colors of #D0AAA0
Black with #D0AAA0
Text Example
Text Example
White with #D0AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAA0; }
p { color: rgb(208,170,160); }
H1.HeaderClassName
{
color: #D0AAA0;
}
.AnyTagClassName
{
color: #D0AAA0;
}
</style>
background-color css
<style>
a { background-color: #D0AAA0; }
a { background-color: rgb(208,170,160); }
div.DivClassName
{
background-color: #D0AAA0;
}
.BgClassName
{
background-color: #D0AAA0;
}
</style>
border-color css
<style>
span { border-color: #D0AAA0; }
span { border-color: rgb(208,170,160); }
td.TdClassName
{
border-color: #D0AAA0;
}
.TagClassName
{
border-color: #D0AAA0;
}
</style>