Shades of Eunry #D0A6A4
Tints of Eunry #D0A6A4
RGB
CMYK
RGB Variations
Color information
#D0A6A4 (or 0xD0A6A4) is known color: Eunry. HEX triplet: D0, A6 and A4. RGB value is (208,166,164). Sum of RGB (Red+Green+Blue) = 208+166+164=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6A4 is #2F595B. Grayscale: #B2B2B2. Windows color (decimal): -3103068 or 10790608. OLE color: 10790608.
HSL color Cylindrical-coordinate representation of color #D0A6A4: hue angle of 2.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A6A4 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 164 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.18 |
| HSL | 2.73º | 0.32% | 0.73% | - |
| HSV(B) | 2.73º | 0.21% | 0.82% | - |
| XYZ | 46.35 | 43.36 | 41.05 | - |
| YUV | 178.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 164 | 0 | 0.20 | 0.21 | 0.18 | 2.73 | 0.32 | 0.73 |
| Hex | D0 | A6 | A4 | 0 | 14 | 15 | 12 | 3 | 20 | 49 |
| Octal | 320 | 246 | 244 | 0 | 24 | 25 | 22 | 3 | 40 | 111 |
| Binary | 11010000 | 10100110 | 10100100 | 0 | 10100 | 10101 | 10010 | 11 | 100000 | 1001001 |
Color Harmonies of #D0A6A4
Complementary color
Monochromatic Colors of #D0A6A4
Black with #D0A6A4
Text Example
Text Example
White with #D0A6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6A4; }
p { color: rgb(208,166,164); }
H1.HeaderClassName
{
color: #D0A6A4;
}
.AnyTagClassName
{
color: #D0A6A4;
}
</style>
background-color css
<style>
a { background-color: #D0A6A4; }
a { background-color: rgb(208,166,164); }
div.DivClassName
{
background-color: #D0A6A4;
}
.BgClassName
{
background-color: #D0A6A4;
}
</style>
border-color css
<style>
span { border-color: #D0A6A4; }
span { border-color: rgb(208,166,164); }
td.TdClassName
{
border-color: #D0A6A4;
}
.TagClassName
{
border-color: #D0A6A4;
}
</style>