Shades of Eunry #D0A7A2
Tints of Eunry #D0A7A2
RGB
CMYK
RGB Variations
Color information
#D0A7A2 (or 0xD0A7A2) is known color: Eunry. HEX triplet: D0, A7 and A2. RGB value is (208,167,162). Sum of RGB (Red+Green+Blue) = 208+167+162=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A7A2 is #2F585D. Grayscale: #B2B2B2. Windows color (decimal): -3102814 or 10659792. OLE color: 10659792.
HSL color Cylindrical-coordinate representation of color #D0A7A2: hue angle of 6.52º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A7A2 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 162 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.18 |
| HSL | 6.52º | 0.33% | 0.73% | - |
| HSV(B) | 6.52º | 0.22% | 0.82% | - |
| XYZ | 46.35 | 43.66 | 40.17 | - |
| YUV | 178.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 162 | 0 | 0.20 | 0.22 | 0.18 | 6.52 | 0.33 | 0.73 |
| Hex | D0 | A7 | A2 | 0 | 14 | 16 | 12 | 7 | 21 | 49 |
| Octal | 320 | 247 | 242 | 0 | 24 | 26 | 22 | 7 | 41 | 111 |
| Binary | 11010000 | 10100111 | 10100010 | 0 | 10100 | 10110 | 10010 | 111 | 100001 | 1001001 |
Color Harmonies of #D0A7A2
Complementary color
Monochromatic Colors of #D0A7A2
Black with #D0A7A2
Text Example
Text Example
White with #D0A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7A2; }
p { color: rgb(208,167,162); }
H1.HeaderClassName
{
color: #D0A7A2;
}
.AnyTagClassName
{
color: #D0A7A2;
}
</style>
background-color css
<style>
a { background-color: #D0A7A2; }
a { background-color: rgb(208,167,162); }
div.DivClassName
{
background-color: #D0A7A2;
}
.BgClassName
{
background-color: #D0A7A2;
}
</style>
border-color css
<style>
span { border-color: #D0A7A2; }
span { border-color: rgb(208,167,162); }
td.TdClassName
{
border-color: #D0A7A2;
}
.TagClassName
{
border-color: #D0A7A2;
}
</style>