Shades of Eunry #D7A09E
Tints of Eunry #D7A09E
RGB
CMYK
RGB Variations
Color information
#D7A09E (or 0xD7A09E) is known color: Eunry. HEX triplet: D7, A0 and 9E. RGB value is (215,160,158). Sum of RGB (Red+Green+Blue) = 215+160+158=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A09E is #285F61. Grayscale: #B0B0B0. Windows color (decimal): -2645858 or 10395863. OLE color: 10395863.
HSL color Cylindrical-coordinate representation of color #D7A09E: hue angle of 2.11º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7A09E is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 158 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.16 |
| HSL | 2.11º | 0.42% | 0.73% | - |
| HSV(B) | 2.11º | 0.27% | 0.84% | - |
| XYZ | 46.77 | 42.06 | 38 | - |
| YUV | 176.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 158 | 0 | 0.26 | 0.27 | 0.16 | 2.11 | 0.42 | 0.73 |
| Hex | D7 | A0 | 9E | 0 | 1A | 1B | 10 | 2 | 2A | 49 |
| Octal | 327 | 240 | 236 | 0 | 32 | 33 | 20 | 2 | 52 | 111 |
| Binary | 11010111 | 10100000 | 10011110 | 0 | 11010 | 11011 | 10000 | 10 | 101010 | 1001001 |
Color Harmonies of #D7A09E
Complementary color
Monochromatic Colors of #D7A09E
Black with #D7A09E
Text Example
Text Example
White with #D7A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A09E; }
p { color: rgb(215,160,158); }
H1.HeaderClassName
{
color: #D7A09E;
}
.AnyTagClassName
{
color: #D7A09E;
}
</style>
background-color css
<style>
a { background-color: #D7A09E; }
a { background-color: rgb(215,160,158); }
div.DivClassName
{
background-color: #D7A09E;
}
.BgClassName
{
background-color: #D7A09E;
}
</style>
border-color css
<style>
span { border-color: #D7A09E; }
span { border-color: rgb(215,160,158); }
td.TdClassName
{
border-color: #D7A09E;
}
.TagClassName
{
border-color: #D7A09E;
}
</style>