Shades of Eunry #D9A49F
Tints of Eunry #D9A49F
RGB
CMYK
RGB Variations
Color information
#D9A49F (or 0xD9A49F) is known color: Eunry. HEX triplet: D9, A4 and 9F. RGB value is (217,164,159). Sum of RGB (Red+Green+Blue) = 217+164+159=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A49F is #265B60. Grayscale: #B3B3B3. Windows color (decimal): -2513761 or 10462425. OLE color: 10462425.
HSL color Cylindrical-coordinate representation of color #D9A49F: hue angle of 5.17º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9A49F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 159 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.15 |
| HSL | 5.17º | 0.43% | 0.74% | - |
| HSV(B) | 5.17º | 0.27% | 0.85% | - |
| XYZ | 48.15 | 43.81 | 38.72 | - |
| YUV | 179.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 159 | 0 | 0.24 | 0.27 | 0.15 | 5.17 | 0.43 | 0.74 |
| Hex | D9 | A4 | 9F | 0 | 18 | 1B | F | 5 | 2B | 4A |
| Octal | 331 | 244 | 237 | 0 | 30 | 33 | 17 | 5 | 53 | 112 |
| Binary | 11011001 | 10100100 | 10011111 | 0 | 11000 | 11011 | 1111 | 101 | 101011 | 1001010 |
Color Harmonies of #D9A49F
Complementary color
Monochromatic Colors of #D9A49F
Black with #D9A49F
Text Example
Text Example
White with #D9A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A49F; }
p { color: rgb(217,164,159); }
H1.HeaderClassName
{
color: #D9A49F;
}
.AnyTagClassName
{
color: #D9A49F;
}
</style>
background-color css
<style>
a { background-color: #D9A49F; }
a { background-color: rgb(217,164,159); }
div.DivClassName
{
background-color: #D9A49F;
}
.BgClassName
{
background-color: #D9A49F;
}
</style>
border-color css
<style>
span { border-color: #D9A49F; }
span { border-color: rgb(217,164,159); }
td.TdClassName
{
border-color: #D9A49F;
}
.TagClassName
{
border-color: #D9A49F;
}
</style>