Shades of Eunry #D4A69E
Tints of Eunry #D4A69E
RGB
CMYK
RGB Variations
Color information
#D4A69E (or 0xD4A69E) is known color: Eunry. HEX triplet: D4, A6 and 9E. RGB value is (212,166,158). Sum of RGB (Red+Green+Blue) = 212+166+158=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A69E is #2B5961. Grayscale: #B2B2B2. Windows color (decimal): -2840930 or 10397396. OLE color: 10397396.
HSL color Cylindrical-coordinate representation of color #D4A69E: hue angle of 8.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A69E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 158 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.17 |
| HSL | 8.89º | 0.39% | 0.73% | - |
| HSV(B) | 8.89º | 0.25% | 0.83% | - |
| XYZ | 46.96 | 43.74 | 38.32 | - |
| YUV | 178.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 158 | 0 | 0.22 | 0.25 | 0.17 | 8.89 | 0.39 | 0.73 |
| Hex | D4 | A6 | 9E | 0 | 16 | 19 | 11 | 9 | 27 | 49 |
| Octal | 324 | 246 | 236 | 0 | 26 | 31 | 21 | 11 | 47 | 111 |
| Binary | 11010100 | 10100110 | 10011110 | 0 | 10110 | 11001 | 10001 | 1001 | 100111 | 1001001 |
Color Harmonies of #D4A69E
Complementary color
Monochromatic Colors of #D4A69E
Black with #D4A69E
Text Example
Text Example
White with #D4A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A69E; }
p { color: rgb(212,166,158); }
H1.HeaderClassName
{
color: #D4A69E;
}
.AnyTagClassName
{
color: #D4A69E;
}
</style>
background-color css
<style>
a { background-color: #D4A69E; }
a { background-color: rgb(212,166,158); }
div.DivClassName
{
background-color: #D4A69E;
}
.BgClassName
{
background-color: #D4A69E;
}
</style>
border-color css
<style>
span { border-color: #D4A69E; }
span { border-color: rgb(212,166,158); }
td.TdClassName
{
border-color: #D4A69E;
}
.TagClassName
{
border-color: #D4A69E;
}
</style>