Shades of Eunry #D0AA9F
Tints of Eunry #D0AA9F
RGB
CMYK
RGB Variations
Color information
#D0AA9F (or 0xD0AA9F) is known color: Eunry. HEX triplet: D0, AA and 9F. RGB value is (208,170,159). Sum of RGB (Red+Green+Blue) = 208+170+159=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA9F is #2F5560. Grayscale: #B4B4B4. Windows color (decimal): -3102049 or 10463952. OLE color: 10463952.
HSL color Cylindrical-coordinate representation of color #D0AA9F: hue angle of 13.47º degrees, saturation: 0.34, 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 #D0AA9F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 159 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.18 |
| HSL | 13.47º | 0.34% | 0.72% | - |
| HSV(B) | 13.47º | 0.24% | 0.82% | - |
| XYZ | 46.65 | 44.66 | 38.96 | - |
| YUV | 180.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 159 | 0 | 0.18 | 0.24 | 0.18 | 13.47 | 0.34 | 0.72 |
| Hex | D0 | AA | 9F | 0 | 12 | 18 | 12 | D | 22 | 48 |
| Octal | 320 | 252 | 237 | 0 | 22 | 30 | 22 | 15 | 42 | 110 |
| Binary | 11010000 | 10101010 | 10011111 | 0 | 10010 | 11000 | 10010 | 1101 | 100010 | 1001000 |
Color Harmonies of #D0AA9F
Complementary color
Monochromatic Colors of #D0AA9F
Black with #D0AA9F
Text Example
Text Example
White with #D0AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA9F; }
p { color: rgb(208,170,159); }
H1.HeaderClassName
{
color: #D0AA9F;
}
.AnyTagClassName
{
color: #D0AA9F;
}
</style>
background-color css
<style>
a { background-color: #D0AA9F; }
a { background-color: rgb(208,170,159); }
div.DivClassName
{
background-color: #D0AA9F;
}
.BgClassName
{
background-color: #D0AA9F;
}
</style>
border-color css
<style>
span { border-color: #D0AA9F; }
span { border-color: rgb(208,170,159); }
td.TdClassName
{
border-color: #D0AA9F;
}
.TagClassName
{
border-color: #D0AA9F;
}
</style>