Shades of Eunry #D1A59F
Tints of Eunry #D1A59F
RGB
CMYK
RGB Variations
Color information
#D1A59F (or 0xD1A59F) is known color: Eunry. HEX triplet: D1, A5 and 9F. RGB value is (209,165,159). Sum of RGB (Red+Green+Blue) = 209+165+159=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A59F is #2E5A60. Grayscale: #B1B1B1. Windows color (decimal): -3037793 or 10462673. OLE color: 10462673.
HSL color Cylindrical-coordinate representation of color #D1A59F: hue angle of 7.2º degrees, saturation: 0.35, 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 #D1A59F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 159 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.18 |
| HSL | 7.2º | 0.35% | 0.72% | - |
| HSV(B) | 7.2º | 0.24% | 0.82% | - |
| XYZ | 46.01 | 42.97 | 38.67 | - |
| YUV | 177.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 159 | 0 | 0.21 | 0.24 | 0.18 | 7.2 | 0.35 | 0.72 |
| Hex | D1 | A5 | 9F | 0 | 15 | 18 | 12 | 7 | 23 | 48 |
| Octal | 321 | 245 | 237 | 0 | 25 | 30 | 22 | 7 | 43 | 110 |
| Binary | 11010001 | 10100101 | 10011111 | 0 | 10101 | 11000 | 10010 | 111 | 100011 | 1001000 |
Color Harmonies of #D1A59F
Complementary color
Monochromatic Colors of #D1A59F
Black with #D1A59F
Text Example
Text Example
White with #D1A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A59F; }
p { color: rgb(209,165,159); }
H1.HeaderClassName
{
color: #D1A59F;
}
.AnyTagClassName
{
color: #D1A59F;
}
</style>
background-color css
<style>
a { background-color: #D1A59F; }
a { background-color: rgb(209,165,159); }
div.DivClassName
{
background-color: #D1A59F;
}
.BgClassName
{
background-color: #D1A59F;
}
</style>
border-color css
<style>
span { border-color: #D1A59F; }
span { border-color: rgb(209,165,159); }
td.TdClassName
{
border-color: #D1A59F;
}
.TagClassName
{
border-color: #D1A59F;
}
</style>