Shades of Eunry #D5A39E
Tints of Eunry #D5A39E
RGB
CMYK
RGB Variations
Color information
#D5A39E (or 0xD5A39E) is known color: Eunry. HEX triplet: D5, A3 and 9E. RGB value is (213,163,158). Sum of RGB (Red+Green+Blue) = 213+163+158=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A39E is #2A5C61. Grayscale: #B1B1B1. Windows color (decimal): -2776162 or 10396629. OLE color: 10396629.
HSL color Cylindrical-coordinate representation of color #D5A39E: hue angle of 5.45º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A39E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 158 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.16 |
| HSL | 5.45º | 0.4% | 0.73% | - |
| HSV(B) | 5.45º | 0.26% | 0.84% | - |
| XYZ | 46.71 | 42.81 | 38.15 | - |
| YUV | 177.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 158 | 0 | 0.23 | 0.26 | 0.16 | 5.45 | 0.4 | 0.73 |
| Hex | D5 | A3 | 9E | 0 | 17 | 1A | 10 | 5 | 28 | 49 |
| Octal | 325 | 243 | 236 | 0 | 27 | 32 | 20 | 5 | 50 | 111 |
| Binary | 11010101 | 10100011 | 10011110 | 0 | 10111 | 11010 | 10000 | 101 | 101000 | 1001001 |
Color Harmonies of #D5A39E
Complementary color
Monochromatic Colors of #D5A39E
Black with #D5A39E
Text Example
Text Example
White with #D5A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A39E; }
p { color: rgb(213,163,158); }
H1.HeaderClassName
{
color: #D5A39E;
}
.AnyTagClassName
{
color: #D5A39E;
}
</style>
background-color css
<style>
a { background-color: #D5A39E; }
a { background-color: rgb(213,163,158); }
div.DivClassName
{
background-color: #D5A39E;
}
.BgClassName
{
background-color: #D5A39E;
}
</style>
border-color css
<style>
span { border-color: #D5A39E; }
span { border-color: rgb(213,163,158); }
td.TdClassName
{
border-color: #D5A39E;
}
.TagClassName
{
border-color: #D5A39E;
}
</style>