Shades of Eunry #D4A2A1
Tints of Eunry #D4A2A1
RGB
CMYK
RGB Variations
Color information
#D4A2A1 (or 0xD4A2A1) is known color: Eunry. HEX triplet: D4, A2 and A1. RGB value is (212,162,161). Sum of RGB (Red+Green+Blue) = 212+162+161=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A2A1 is #2B5D5E. Grayscale: #B0B0B0. Windows color (decimal): -2841951 or 10592980. OLE color: 10592980.
HSL color Cylindrical-coordinate representation of color #D4A2A1: hue angle of 1.18º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2A1 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 161 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.17 |
| HSL | 1.18º | 0.37% | 0.73% | - |
| HSV(B) | 1.18º | 0.24% | 0.83% | - |
| XYZ | 46.5 | 42.41 | 39.45 | - |
| YUV | 176.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 161 | 0 | 0.24 | 0.24 | 0.17 | 1.18 | 0.37 | 0.73 |
| Hex | D4 | A2 | A1 | 0 | 18 | 18 | 11 | 1 | 25 | 49 |
| Octal | 324 | 242 | 241 | 0 | 30 | 30 | 21 | 1 | 45 | 111 |
| Binary | 11010100 | 10100010 | 10100001 | 0 | 11000 | 11000 | 10001 | 1 | 100101 | 1001001 |
Color Harmonies of #D4A2A1
Complementary color
Monochromatic Colors of #D4A2A1
Black with #D4A2A1
Text Example
Text Example
White with #D4A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2A1; }
p { color: rgb(212,162,161); }
H1.HeaderClassName
{
color: #D4A2A1;
}
.AnyTagClassName
{
color: #D4A2A1;
}
</style>
background-color css
<style>
a { background-color: #D4A2A1; }
a { background-color: rgb(212,162,161); }
div.DivClassName
{
background-color: #D4A2A1;
}
.BgClassName
{
background-color: #D4A2A1;
}
</style>
border-color css
<style>
span { border-color: #D4A2A1; }
span { border-color: rgb(212,162,161); }
td.TdClassName
{
border-color: #D4A2A1;
}
.TagClassName
{
border-color: #D4A2A1;
}
</style>