Shades of Eunry #D5A29E
Tints of Eunry #D5A29E
RGB
CMYK
RGB Variations
Color information
#D5A29E (or 0xD5A29E) is known color: Eunry. HEX triplet: D5, A2 and 9E. RGB value is (213,162,158). Sum of RGB (Red+Green+Blue) = 213+162+158=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29E is #2A5D61. Grayscale: #B0B0B0. Windows color (decimal): -2776418 or 10396373. OLE color: 10396373.
HSL color Cylindrical-coordinate representation of color #D5A29E: hue angle of 4.36º 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 #D5A29E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 158 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.16 |
| HSL | 4.36º | 0.4% | 0.73% | - |
| HSV(B) | 4.36º | 0.26% | 0.84% | - |
| XYZ | 46.53 | 42.46 | 38.09 | - |
| YUV | 176.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 158 | 0 | 0.24 | 0.26 | 0.16 | 4.36 | 0.4 | 0.73 |
| Hex | D5 | A2 | 9E | 0 | 18 | 1A | 10 | 4 | 28 | 49 |
| Octal | 325 | 242 | 236 | 0 | 30 | 32 | 20 | 4 | 50 | 111 |
| Binary | 11010101 | 10100010 | 10011110 | 0 | 11000 | 11010 | 10000 | 100 | 101000 | 1001001 |
Color Harmonies of #D5A29E
Complementary color
Monochromatic Colors of #D5A29E
Black with #D5A29E
Text Example
Text Example
White with #D5A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A29E; }
p { color: rgb(213,162,158); }
H1.HeaderClassName
{
color: #D5A29E;
}
.AnyTagClassName
{
color: #D5A29E;
}
</style>
background-color css
<style>
a { background-color: #D5A29E; }
a { background-color: rgb(213,162,158); }
div.DivClassName
{
background-color: #D5A29E;
}
.BgClassName
{
background-color: #D5A29E;
}
</style>
border-color css
<style>
span { border-color: #D5A29E; }
span { border-color: rgb(213,162,158); }
td.TdClassName
{
border-color: #D5A29E;
}
.TagClassName
{
border-color: #D5A29E;
}
</style>