Shades of Eunry #D5A49B
Tints of Eunry #D5A49B
RGB
CMYK
RGB Variations
Color information
#D5A49B (or 0xD5A49B) is known color: Eunry. HEX triplet: D5, A4 and 9B. RGB value is (213,164,155). Sum of RGB (Red+Green+Blue) = 213+164+155=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A49B is #2A5B64. Grayscale: #B1B1B1. Windows color (decimal): -2775909 or 10200277. OLE color: 10200277.
HSL color Cylindrical-coordinate representation of color #D5A49B: hue angle of 9.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A49B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 155 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.16 |
| HSL | 9.31º | 0.41% | 0.72% | - |
| HSV(B) | 9.31º | 0.27% | 0.84% | - |
| XYZ | 46.63 | 43.06 | 36.86 | - |
| YUV | 177.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 155 | 0 | 0.23 | 0.27 | 0.16 | 9.31 | 0.41 | 0.72 |
| Hex | D5 | A4 | 9B | 0 | 17 | 1B | 10 | 9 | 29 | 48 |
| Octal | 325 | 244 | 233 | 0 | 27 | 33 | 20 | 11 | 51 | 110 |
| Binary | 11010101 | 10100100 | 10011011 | 0 | 10111 | 11011 | 10000 | 1001 | 101001 | 1001000 |
Color Harmonies of #D5A49B
Complementary color
Monochromatic Colors of #D5A49B
Black with #D5A49B
Text Example
Text Example
White with #D5A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A49B; }
p { color: rgb(213,164,155); }
H1.HeaderClassName
{
color: #D5A49B;
}
.AnyTagClassName
{
color: #D5A49B;
}
</style>
background-color css
<style>
a { background-color: #D5A49B; }
a { background-color: rgb(213,164,155); }
div.DivClassName
{
background-color: #D5A49B;
}
.BgClassName
{
background-color: #D5A49B;
}
</style>
border-color css
<style>
span { border-color: #D5A49B; }
span { border-color: rgb(213,164,155); }
td.TdClassName
{
border-color: #D5A49B;
}
.TagClassName
{
border-color: #D5A49B;
}
</style>