Shades of Eunry #D0AA9E
Tints of Eunry #D0AA9E
RGB
CMYK
RGB Variations
Color information
#D0AA9E (or 0xD0AA9E) is known color: Eunry. HEX triplet: D0, AA and 9E. RGB value is (208,170,158). Sum of RGB (Red+Green+Blue) = 208+170+158=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA9E is #2F5561. Grayscale: #B4B4B4. Windows color (decimal): -3102050 or 10398416. OLE color: 10398416.
HSL color Cylindrical-coordinate representation of color #D0AA9E: hue angle of 14.4º 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 #D0AA9E is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 158 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.18 |
| HSL | 14.4º | 0.35% | 0.72% | - |
| HSV(B) | 14.4º | 0.24% | 0.82% | - |
| XYZ | 46.56 | 44.63 | 38.51 | - |
| YUV | 179.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 158 | 0 | 0.18 | 0.24 | 0.18 | 14.4 | 0.35 | 0.72 |
| Hex | D0 | AA | 9E | 0 | 12 | 18 | 12 | E | 23 | 48 |
| Octal | 320 | 252 | 236 | 0 | 22 | 30 | 22 | 16 | 43 | 110 |
| Binary | 11010000 | 10101010 | 10011110 | 0 | 10010 | 11000 | 10010 | 1110 | 100011 | 1001000 |
Color Harmonies of #D0AA9E
Complementary color
Monochromatic Colors of #D0AA9E
Black with #D0AA9E
Text Example
Text Example
White with #D0AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA9E; }
p { color: rgb(208,170,158); }
H1.HeaderClassName
{
color: #D0AA9E;
}
.AnyTagClassName
{
color: #D0AA9E;
}
</style>
background-color css
<style>
a { background-color: #D0AA9E; }
a { background-color: rgb(208,170,158); }
div.DivClassName
{
background-color: #D0AA9E;
}
.BgClassName
{
background-color: #D0AA9E;
}
</style>
border-color css
<style>
span { border-color: #D0AA9E; }
span { border-color: rgb(208,170,158); }
td.TdClassName
{
border-color: #D0AA9E;
}
.TagClassName
{
border-color: #D0AA9E;
}
</style>