Shades of Eunry #D4A39E
Tints of Eunry #D4A39E
RGB
CMYK
RGB Variations
Color information
#D4A39E (or 0xD4A39E) is known color: Eunry. HEX triplet: D4, A3 and 9E. RGB value is (212,163,158). Sum of RGB (Red+Green+Blue) = 212+163+158=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A39E is #2B5C61. Grayscale: #B1B1B1. Windows color (decimal): -2841698 or 10396628. OLE color: 10396628.
HSL color Cylindrical-coordinate representation of color #D4A39E: hue angle of 5.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A39E is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 158 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.17 |
| HSL | 5.56º | 0.39% | 0.73% | - |
| HSV(B) | 5.56º | 0.25% | 0.83% | - |
| XYZ | 46.42 | 42.66 | 38.14 | - |
| YUV | 177.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 158 | 0 | 0.23 | 0.25 | 0.17 | 5.56 | 0.39 | 0.73 |
| Hex | D4 | A3 | 9E | 0 | 17 | 19 | 11 | 6 | 27 | 49 |
| Octal | 324 | 243 | 236 | 0 | 27 | 31 | 21 | 6 | 47 | 111 |
| Binary | 11010100 | 10100011 | 10011110 | 0 | 10111 | 11001 | 10001 | 110 | 100111 | 1001001 |
Color Harmonies of #D4A39E
Complementary color
Monochromatic Colors of #D4A39E
Black with #D4A39E
Text Example
Text Example
White with #D4A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A39E; }
p { color: rgb(212,163,158); }
H1.HeaderClassName
{
color: #D4A39E;
}
.AnyTagClassName
{
color: #D4A39E;
}
</style>
background-color css
<style>
a { background-color: #D4A39E; }
a { background-color: rgb(212,163,158); }
div.DivClassName
{
background-color: #D4A39E;
}
.BgClassName
{
background-color: #D4A39E;
}
</style>
border-color css
<style>
span { border-color: #D4A39E; }
span { border-color: rgb(212,163,158); }
td.TdClassName
{
border-color: #D4A39E;
}
.TagClassName
{
border-color: #D4A39E;
}
</style>