Shades of Eunry #D9A59D
Tints of Eunry #D9A59D
RGB
CMYK
RGB Variations
Color information
#D9A59D (or 0xD9A59D) is known color: Eunry. HEX triplet: D9, A5 and 9D. RGB value is (217,165,157). Sum of RGB (Red+Green+Blue) = 217+165+157=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A59D is #265A62. Grayscale: #B3B3B3. Windows color (decimal): -2513507 or 10331609. OLE color: 10331609.
HSL color Cylindrical-coordinate representation of color #D9A59D: hue angle of 8º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A59D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 157 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.15 |
| HSL | 8º | 0.44% | 0.73% | - |
| HSV(B) | 8º | 0.28% | 0.85% | - |
| XYZ | 48.16 | 44.1 | 37.87 | - |
| YUV | 179.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 157 | 0 | 0.24 | 0.28 | 0.15 | 8 | 0.44 | 0.73 |
| Hex | D9 | A5 | 9D | 0 | 18 | 1C | F | 8 | 2C | 49 |
| Octal | 331 | 245 | 235 | 0 | 30 | 34 | 17 | 10 | 54 | 111 |
| Binary | 11011001 | 10100101 | 10011101 | 0 | 11000 | 11100 | 1111 | 1000 | 101100 | 1001001 |
Color Harmonies of #D9A59D
Complementary color
Monochromatic Colors of #D9A59D
Black with #D9A59D
Text Example
Text Example
White with #D9A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A59D; }
p { color: rgb(217,165,157); }
H1.HeaderClassName
{
color: #D9A59D;
}
.AnyTagClassName
{
color: #D9A59D;
}
</style>
background-color css
<style>
a { background-color: #D9A59D; }
a { background-color: rgb(217,165,157); }
div.DivClassName
{
background-color: #D9A59D;
}
.BgClassName
{
background-color: #D9A59D;
}
</style>
border-color css
<style>
span { border-color: #D9A59D; }
span { border-color: rgb(217,165,157); }
td.TdClassName
{
border-color: #D9A59D;
}
.TagClassName
{
border-color: #D9A59D;
}
</style>