Shades of Eunry #D0AAA2
Tints of Eunry #D0AAA2
RGB
CMYK
RGB Variations
Color information
#D0AAA2 (or 0xD0AAA2) is known color: Eunry. HEX triplet: D0, AA and A2. RGB value is (208,170,162). Sum of RGB (Red+Green+Blue) = 208+170+162=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA2 is #2F555D. Grayscale: #B4B4B4. Windows color (decimal): -3102046 or 10660560. OLE color: 10660560.
HSL color Cylindrical-coordinate representation of color #D0AAA2: hue angle of 10.43º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0AAA2 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 162 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.18 |
| HSL | 10.43º | 0.33% | 0.73% | - |
| HSV(B) | 10.43º | 0.22% | 0.82% | - |
| XYZ | 46.91 | 44.77 | 40.35 | - |
| YUV | 180.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 162 | 0 | 0.18 | 0.22 | 0.18 | 10.43 | 0.33 | 0.73 |
| Hex | D0 | AA | A2 | 0 | 12 | 16 | 12 | A | 21 | 49 |
| Octal | 320 | 252 | 242 | 0 | 22 | 26 | 22 | 12 | 41 | 111 |
| Binary | 11010000 | 10101010 | 10100010 | 0 | 10010 | 10110 | 10010 | 1010 | 100001 | 1001001 |
Color Harmonies of #D0AAA2
Complementary color
Monochromatic Colors of #D0AAA2
Black with #D0AAA2
Text Example
Text Example
White with #D0AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAA2; }
p { color: rgb(208,170,162); }
H1.HeaderClassName
{
color: #D0AAA2;
}
.AnyTagClassName
{
color: #D0AAA2;
}
</style>
background-color css
<style>
a { background-color: #D0AAA2; }
a { background-color: rgb(208,170,162); }
div.DivClassName
{
background-color: #D0AAA2;
}
.BgClassName
{
background-color: #D0AAA2;
}
</style>
border-color css
<style>
span { border-color: #D0AAA2; }
span { border-color: rgb(208,170,162); }
td.TdClassName
{
border-color: #D0AAA2;
}
.TagClassName
{
border-color: #D0AAA2;
}
</style>