Shades of Eunry #D1A09E
Tints of Eunry #D1A09E
RGB
CMYK
RGB Variations
Color information
#D1A09E (or 0xD1A09E) is known color: Eunry. HEX triplet: D1, A0 and 9E. RGB value is (209,160,158). Sum of RGB (Red+Green+Blue) = 209+160+158=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A09E is #2E5F61. Grayscale: #AEAEAE. Windows color (decimal): -3039074 or 10395857. OLE color: 10395857.
HSL color Cylindrical-coordinate representation of color #D1A09E: hue angle of 2.35º degrees, saturation: 0.36, 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 #D1A09E is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 158 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.18 |
| HSL | 2.35º | 0.36% | 0.72% | - |
| HSV(B) | 2.35º | 0.24% | 0.82% | - |
| XYZ | 45.04 | 41.17 | 37.92 | - |
| YUV | 174.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 158 | 0 | 0.23 | 0.24 | 0.18 | 2.35 | 0.36 | 0.72 |
| Hex | D1 | A0 | 9E | 0 | 17 | 18 | 12 | 2 | 24 | 48 |
| Octal | 321 | 240 | 236 | 0 | 27 | 30 | 22 | 2 | 44 | 110 |
| Binary | 11010001 | 10100000 | 10011110 | 0 | 10111 | 11000 | 10010 | 10 | 100100 | 1001000 |
Color Harmonies of #D1A09E
Complementary color
Monochromatic Colors of #D1A09E
Black with #D1A09E
Text Example
Text Example
White with #D1A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A09E; }
p { color: rgb(209,160,158); }
H1.HeaderClassName
{
color: #D1A09E;
}
.AnyTagClassName
{
color: #D1A09E;
}
</style>
background-color css
<style>
a { background-color: #D1A09E; }
a { background-color: rgb(209,160,158); }
div.DivClassName
{
background-color: #D1A09E;
}
.BgClassName
{
background-color: #D1A09E;
}
</style>
border-color css
<style>
span { border-color: #D1A09E; }
span { border-color: rgb(209,160,158); }
td.TdClassName
{
border-color: #D1A09E;
}
.TagClassName
{
border-color: #D1A09E;
}
</style>