Shades of Eunry #D7A59F
Tints of Eunry #D7A59F
RGB
CMYK
RGB Variations
Color information
#D7A59F (or 0xD7A59F) is known color: Eunry. HEX triplet: D7, A5 and 9F. RGB value is (215,165,159). Sum of RGB (Red+Green+Blue) = 215+165+159=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A59F is #285A60. Grayscale: #B3B3B3. Windows color (decimal): -2644577 or 10462679. OLE color: 10462679.
HSL color Cylindrical-coordinate representation of color #D7A59F: hue angle of 6.43º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A59F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 159 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.16 |
| HSL | 6.43º | 0.41% | 0.73% | - |
| HSV(B) | 6.43º | 0.26% | 0.84% | - |
| XYZ | 47.74 | 43.86 | 38.75 | - |
| YUV | 179.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 159 | 0 | 0.23 | 0.26 | 0.16 | 6.43 | 0.41 | 0.73 |
| Hex | D7 | A5 | 9F | 0 | 17 | 1A | 10 | 6 | 29 | 49 |
| Octal | 327 | 245 | 237 | 0 | 27 | 32 | 20 | 6 | 51 | 111 |
| Binary | 11010111 | 10100101 | 10011111 | 0 | 10111 | 11010 | 10000 | 110 | 101001 | 1001001 |
Color Harmonies of #D7A59F
Complementary color
Monochromatic Colors of #D7A59F
Black with #D7A59F
Text Example
Text Example
White with #D7A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A59F; }
p { color: rgb(215,165,159); }
H1.HeaderClassName
{
color: #D7A59F;
}
.AnyTagClassName
{
color: #D7A59F;
}
</style>
background-color css
<style>
a { background-color: #D7A59F; }
a { background-color: rgb(215,165,159); }
div.DivClassName
{
background-color: #D7A59F;
}
.BgClassName
{
background-color: #D7A59F;
}
</style>
border-color css
<style>
span { border-color: #D7A59F; }
span { border-color: rgb(215,165,159); }
td.TdClassName
{
border-color: #D7A59F;
}
.TagClassName
{
border-color: #D7A59F;
}
</style>