Shades of Eunry #D4A49D
Tints of Eunry #D4A49D
RGB
CMYK
RGB Variations
Color information
#D4A49D (or 0xD4A49D) is known color: Eunry. HEX triplet: D4, A4 and 9D. RGB value is (212,164,157). Sum of RGB (Red+Green+Blue) = 212+164+157=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A49D is #2B5B62. Grayscale: #B1B1B1. Windows color (decimal): -2841443 or 10331348. OLE color: 10331348.
HSL color Cylindrical-coordinate representation of color #D4A49D: hue angle of 7.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A49D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 157 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.17 |
| HSL | 7.64º | 0.39% | 0.72% | - |
| HSV(B) | 7.64º | 0.26% | 0.83% | - |
| XYZ | 46.51 | 42.98 | 37.74 | - |
| YUV | 177.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 157 | 0 | 0.23 | 0.26 | 0.17 | 7.64 | 0.39 | 0.72 |
| Hex | D4 | A4 | 9D | 0 | 17 | 1A | 11 | 8 | 27 | 48 |
| Octal | 324 | 244 | 235 | 0 | 27 | 32 | 21 | 10 | 47 | 110 |
| Binary | 11010100 | 10100100 | 10011101 | 0 | 10111 | 11010 | 10001 | 1000 | 100111 | 1001000 |
Color Harmonies of #D4A49D
Complementary color
Monochromatic Colors of #D4A49D
Black with #D4A49D
Text Example
Text Example
White with #D4A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A49D; }
p { color: rgb(212,164,157); }
H1.HeaderClassName
{
color: #D4A49D;
}
.AnyTagClassName
{
color: #D4A49D;
}
</style>
background-color css
<style>
a { background-color: #D4A49D; }
a { background-color: rgb(212,164,157); }
div.DivClassName
{
background-color: #D4A49D;
}
.BgClassName
{
background-color: #D4A49D;
}
</style>
border-color css
<style>
span { border-color: #D4A49D; }
span { border-color: rgb(212,164,157); }
td.TdClassName
{
border-color: #D4A49D;
}
.TagClassName
{
border-color: #D4A49D;
}
</style>