Shades of Eunry #D0A69F
Tints of Eunry #D0A69F
RGB
CMYK
RGB Variations
Color information
#D0A69F (or 0xD0A69F) is known color: Eunry. HEX triplet: D0, A6 and 9F. RGB value is (208,166,159). Sum of RGB (Red+Green+Blue) = 208+166+159=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A69F is #2F5960. Grayscale: #B1B1B1. Windows color (decimal): -3103073 or 10462928. OLE color: 10462928.
HSL color Cylindrical-coordinate representation of color #D0A69F: hue angle of 8.57º 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 #D0A69F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 159 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.18 |
| HSL | 8.57º | 0.34% | 0.72% | - |
| HSV(B) | 8.57º | 0.24% | 0.82% | - |
| XYZ | 45.91 | 43.19 | 38.72 | - |
| YUV | 177.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 159 | 0 | 0.20 | 0.24 | 0.18 | 8.57 | 0.34 | 0.72 |
| Hex | D0 | A6 | 9F | 0 | 14 | 18 | 12 | 9 | 22 | 48 |
| Octal | 320 | 246 | 237 | 0 | 24 | 30 | 22 | 11 | 42 | 110 |
| Binary | 11010000 | 10100110 | 10011111 | 0 | 10100 | 11000 | 10010 | 1001 | 100010 | 1001000 |
Color Harmonies of #D0A69F
Complementary color
Monochromatic Colors of #D0A69F
Black with #D0A69F
Text Example
Text Example
White with #D0A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A69F; }
p { color: rgb(208,166,159); }
H1.HeaderClassName
{
color: #D0A69F;
}
.AnyTagClassName
{
color: #D0A69F;
}
</style>
background-color css
<style>
a { background-color: #D0A69F; }
a { background-color: rgb(208,166,159); }
div.DivClassName
{
background-color: #D0A69F;
}
.BgClassName
{
background-color: #D0A69F;
}
</style>
border-color css
<style>
span { border-color: #D0A69F; }
span { border-color: rgb(208,166,159); }
td.TdClassName
{
border-color: #D0A69F;
}
.TagClassName
{
border-color: #D0A69F;
}
</style>