Shades of Eunry #D5A4A2
Tints of Eunry #D5A4A2
RGB
CMYK
RGB Variations
Color information
#D5A4A2 (or 0xD5A4A2) is known color: Eunry. HEX triplet: D5, A4 and A2. RGB value is (213,164,162). Sum of RGB (Red+Green+Blue) = 213+164+162=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A4A2 is #2A5B5D. Grayscale: #B2B2B2. Windows color (decimal): -2775902 or 10659029. OLE color: 10659029.
HSL color Cylindrical-coordinate representation of color #D5A4A2: hue angle of 2.35º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A4A2 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 162 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.16 |
| HSL | 2.35º | 0.38% | 0.74% | - |
| HSV(B) | 2.35º | 0.24% | 0.84% | - |
| XYZ | 47.24 | 43.31 | 40.05 | - |
| YUV | 178.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 162 | 0 | 0.23 | 0.24 | 0.16 | 2.35 | 0.38 | 0.74 |
| Hex | D5 | A4 | A2 | 0 | 17 | 18 | 10 | 2 | 26 | 4A |
| Octal | 325 | 244 | 242 | 0 | 27 | 30 | 20 | 2 | 46 | 112 |
| Binary | 11010101 | 10100100 | 10100010 | 0 | 10111 | 11000 | 10000 | 10 | 100110 | 1001010 |
Color Harmonies of #D5A4A2
Complementary color
Monochromatic Colors of #D5A4A2
Black with #D5A4A2
Text Example
Text Example
White with #D5A4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4A2; }
p { color: rgb(213,164,162); }
H1.HeaderClassName
{
color: #D5A4A2;
}
.AnyTagClassName
{
color: #D5A4A2;
}
</style>
background-color css
<style>
a { background-color: #D5A4A2; }
a { background-color: rgb(213,164,162); }
div.DivClassName
{
background-color: #D5A4A2;
}
.BgClassName
{
background-color: #D5A4A2;
}
</style>
border-color css
<style>
span { border-color: #D5A4A2; }
span { border-color: rgb(213,164,162); }
td.TdClassName
{
border-color: #D5A4A2;
}
.TagClassName
{
border-color: #D5A4A2;
}
</style>