Shades of Eunry #D0A59F
Tints of Eunry #D0A59F
RGB
CMYK
RGB Variations
Color information
#D0A59F (or 0xD0A59F) is known color: Eunry. HEX triplet: D0, A5 and 9F. RGB value is (208,165,159). Sum of RGB (Red+Green+Blue) = 208+165+159=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A59F is #2F5A60. Grayscale: #B1B1B1. Windows color (decimal): -3103329 or 10462672. OLE color: 10462672.
HSL color Cylindrical-coordinate representation of color #D0A59F: hue angle of 7.35º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A59F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 159 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.18 |
| HSL | 7.35º | 0.34% | 0.72% | - |
| HSV(B) | 7.35º | 0.24% | 0.82% | - |
| XYZ | 45.73 | 42.82 | 38.66 | - |
| YUV | 177.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 159 | 0 | 0.21 | 0.24 | 0.18 | 7.35 | 0.34 | 0.72 |
| Hex | D0 | A5 | 9F | 0 | 15 | 18 | 12 | 7 | 22 | 48 |
| Octal | 320 | 245 | 237 | 0 | 25 | 30 | 22 | 7 | 42 | 110 |
| Binary | 11010000 | 10100101 | 10011111 | 0 | 10101 | 11000 | 10010 | 111 | 100010 | 1001000 |
Color Harmonies of #D0A59F
Complementary color
Monochromatic Colors of #D0A59F
Black with #D0A59F
Text Example
Text Example
White with #D0A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A59F; }
p { color: rgb(208,165,159); }
H1.HeaderClassName
{
color: #D0A59F;
}
.AnyTagClassName
{
color: #D0A59F;
}
</style>
background-color css
<style>
a { background-color: #D0A59F; }
a { background-color: rgb(208,165,159); }
div.DivClassName
{
background-color: #D0A59F;
}
.BgClassName
{
background-color: #D0A59F;
}
</style>
border-color css
<style>
span { border-color: #D0A59F; }
span { border-color: rgb(208,165,159); }
td.TdClassName
{
border-color: #D0A59F;
}
.TagClassName
{
border-color: #D0A59F;
}
</style>