Shades of Eunry #D5A8A1
Tints of Eunry #D5A8A1
RGB
CMYK
RGB Variations
Color information
#D5A8A1 (or 0xD5A8A1) is known color: Eunry. HEX triplet: D5, A8 and A1. RGB value is (213,168,161). Sum of RGB (Red+Green+Blue) = 213+168+161=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A8A1 is #2A575E. Grayscale: #B4B4B4. Windows color (decimal): -2774879 or 10594517. OLE color: 10594517.
HSL color Cylindrical-coordinate representation of color #D5A8A1: hue angle of 8.08º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A8A1 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 161 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.16 |
| HSL | 8.08º | 0.38% | 0.73% | - |
| HSV(B) | 8.08º | 0.24% | 0.84% | - |
| XYZ | 47.88 | 44.72 | 39.83 | - |
| YUV | 180.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 161 | 0 | 0.21 | 0.24 | 0.16 | 8.08 | 0.38 | 0.73 |
| Hex | D5 | A8 | A1 | 0 | 15 | 18 | 10 | 8 | 26 | 49 |
| Octal | 325 | 250 | 241 | 0 | 25 | 30 | 20 | 10 | 46 | 111 |
| Binary | 11010101 | 10101000 | 10100001 | 0 | 10101 | 11000 | 10000 | 1000 | 100110 | 1001001 |
Color Harmonies of #D5A8A1
Complementary color
Monochromatic Colors of #D5A8A1
Black with #D5A8A1
Text Example
Text Example
White with #D5A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8A1; }
p { color: rgb(213,168,161); }
H1.HeaderClassName
{
color: #D5A8A1;
}
.AnyTagClassName
{
color: #D5A8A1;
}
</style>
background-color css
<style>
a { background-color: #D5A8A1; }
a { background-color: rgb(213,168,161); }
div.DivClassName
{
background-color: #D5A8A1;
}
.BgClassName
{
background-color: #D5A8A1;
}
</style>
border-color css
<style>
span { border-color: #D5A8A1; }
span { border-color: rgb(213,168,161); }
td.TdClassName
{
border-color: #D5A8A1;
}
.TagClassName
{
border-color: #D5A8A1;
}
</style>