Shades of Eunry #D4A9A6
Tints of Eunry #D4A9A6
RGB
CMYK
RGB Variations
Color information
#D4A9A6 (or 0xD4A9A6) is known color: Eunry. HEX triplet: D4, A9 and A6. RGB value is (212,169,166). Sum of RGB (Red+Green+Blue) = 212+169+166=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A9A6 is #2B5659. Grayscale: #B5B5B5. Windows color (decimal): -2840154 or 10922452. OLE color: 10922452.
HSL color Cylindrical-coordinate representation of color #D4A9A6: hue angle of 3.91º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A9A6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 166 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.17 |
| HSL | 3.91º | 0.35% | 0.74% | - |
| HSV(B) | 3.91º | 0.22% | 0.83% | - |
| XYZ | 48.22 | 45.13 | 42.25 | - |
| YUV | 181.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 166 | 0 | 0.20 | 0.22 | 0.17 | 3.91 | 0.35 | 0.74 |
| Hex | D4 | A9 | A6 | 0 | 14 | 16 | 11 | 4 | 23 | 4A |
| Octal | 324 | 251 | 246 | 0 | 24 | 26 | 21 | 4 | 43 | 112 |
| Binary | 11010100 | 10101001 | 10100110 | 0 | 10100 | 10110 | 10001 | 100 | 100011 | 1001010 |
Color Harmonies of #D4A9A6
Complementary color
Monochromatic Colors of #D4A9A6
Black with #D4A9A6
Text Example
Text Example
White with #D4A9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9A6; }
p { color: rgb(212,169,166); }
H1.HeaderClassName
{
color: #D4A9A6;
}
.AnyTagClassName
{
color: #D4A9A6;
}
</style>
background-color css
<style>
a { background-color: #D4A9A6; }
a { background-color: rgb(212,169,166); }
div.DivClassName
{
background-color: #D4A9A6;
}
.BgClassName
{
background-color: #D4A9A6;
}
</style>
border-color css
<style>
span { border-color: #D4A9A6; }
span { border-color: rgb(212,169,166); }
td.TdClassName
{
border-color: #D4A9A6;
}
.TagClassName
{
border-color: #D4A9A6;
}
</style>