Shades of Eunry #D5A39D
Tints of Eunry #D5A39D
RGB
CMYK
RGB Variations
Color information
#D5A39D (or 0xD5A39D) is known color: Eunry. HEX triplet: D5, A3 and 9D. RGB value is (213,163,157). Sum of RGB (Red+Green+Blue) = 213+163+157=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A39D is #2A5C62. Grayscale: #B1B1B1. Windows color (decimal): -2776163 or 10331093. OLE color: 10331093.
HSL color Cylindrical-coordinate representation of color #D5A39D: hue angle of 6.43º 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 #D5A39D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 157 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.16 |
| HSL | 6.43º | 0.4% | 0.73% | - |
| HSV(B) | 6.43º | 0.26% | 0.84% | - |
| XYZ | 46.62 | 42.77 | 37.7 | - |
| YUV | 177.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 157 | 0 | 0.23 | 0.26 | 0.16 | 6.43 | 0.4 | 0.73 |
| Hex | D5 | A3 | 9D | 0 | 17 | 1A | 10 | 6 | 28 | 49 |
| Octal | 325 | 243 | 235 | 0 | 27 | 32 | 20 | 6 | 50 | 111 |
| Binary | 11010101 | 10100011 | 10011101 | 0 | 10111 | 11010 | 10000 | 110 | 101000 | 1001001 |
Color Harmonies of #D5A39D
Complementary color
Monochromatic Colors of #D5A39D
Black with #D5A39D
Text Example
Text Example
White with #D5A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A39D; }
p { color: rgb(213,163,157); }
H1.HeaderClassName
{
color: #D5A39D;
}
.AnyTagClassName
{
color: #D5A39D;
}
</style>
background-color css
<style>
a { background-color: #D5A39D; }
a { background-color: rgb(213,163,157); }
div.DivClassName
{
background-color: #D5A39D;
}
.BgClassName
{
background-color: #D5A39D;
}
</style>
border-color css
<style>
span { border-color: #D5A39D; }
span { border-color: rgb(213,163,157); }
td.TdClassName
{
border-color: #D5A39D;
}
.TagClassName
{
border-color: #D5A39D;
}
</style>