Shades of Eunry #D2AAA1
Tints of Eunry #D2AAA1
RGB
CMYK
RGB Variations
Color information
#D2AAA1 (or 0xD2AAA1) is known color: Eunry. HEX triplet: D2, AA and A1. RGB value is (210,170,161). Sum of RGB (Red+Green+Blue) = 210+170+161=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAA1 is #2D555E. Grayscale: #B5B5B5. Windows color (decimal): -2970975 or 10595026. OLE color: 10595026.
HSL color Cylindrical-coordinate representation of color #D2AAA1: hue angle of 11.02º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2AAA1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 161 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.18 |
| HSL | 11.02º | 0.35% | 0.73% | - |
| HSV(B) | 11.02º | 0.23% | 0.82% | - |
| XYZ | 47.39 | 45.02 | 39.91 | - |
| YUV | 180.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 161 | 0 | 0.19 | 0.23 | 0.18 | 11.02 | 0.35 | 0.73 |
| Hex | D2 | AA | A1 | 0 | 13 | 17 | 12 | B | 23 | 49 |
| Octal | 322 | 252 | 241 | 0 | 23 | 27 | 22 | 13 | 43 | 111 |
| Binary | 11010010 | 10101010 | 10100001 | 0 | 10011 | 10111 | 10010 | 1011 | 100011 | 1001001 |
Color Harmonies of #D2AAA1
Complementary color
Monochromatic Colors of #D2AAA1
Black with #D2AAA1
Text Example
Text Example
White with #D2AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAA1; }
p { color: rgb(210,170,161); }
H1.HeaderClassName
{
color: #D2AAA1;
}
.AnyTagClassName
{
color: #D2AAA1;
}
</style>
background-color css
<style>
a { background-color: #D2AAA1; }
a { background-color: rgb(210,170,161); }
div.DivClassName
{
background-color: #D2AAA1;
}
.BgClassName
{
background-color: #D2AAA1;
}
</style>
border-color css
<style>
span { border-color: #D2AAA1; }
span { border-color: rgb(210,170,161); }
td.TdClassName
{
border-color: #D2AAA1;
}
.TagClassName
{
border-color: #D2AAA1;
}
</style>