Shades of Eunry #DCA6A1
Tints of Eunry #DCA6A1
RGB
CMYK
RGB Variations
Color information
#DCA6A1 (or 0xDCA6A1) is known color: Eunry. HEX triplet: DC, A6 and A1. RGB value is (220,166,161). Sum of RGB (Red+Green+Blue) = 220+166+161=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A1 is #23595E. Grayscale: #B5B5B5. Windows color (decimal): -2316639 or 10594012. OLE color: 10594012.
HSL color Cylindrical-coordinate representation of color #DCA6A1: hue angle of 5.08º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA6A1 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 161 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.14 |
| HSL | 5.08º | 0.46% | 0.75% | - |
| HSV(B) | 5.08º | 0.27% | 0.86% | - |
| XYZ | 49.58 | 45.06 | 39.8 | - |
| YUV | 181.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 161 | 0 | 0.25 | 0.27 | 0.14 | 5.08 | 0.46 | 0.75 |
| Hex | DC | A6 | A1 | 0 | 19 | 1B | E | 5 | 2E | 4B |
| Octal | 334 | 246 | 241 | 0 | 31 | 33 | 16 | 5 | 56 | 113 |
| Binary | 11011100 | 10100110 | 10100001 | 0 | 11001 | 11011 | 1110 | 101 | 101110 | 1001011 |
Color Harmonies of #DCA6A1
Complementary color
Monochromatic Colors of #DCA6A1
Black with #DCA6A1
Text Example
Text Example
White with #DCA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6A1; }
p { color: rgb(220,166,161); }
H1.HeaderClassName
{
color: #DCA6A1;
}
.AnyTagClassName
{
color: #DCA6A1;
}
</style>
background-color css
<style>
a { background-color: #DCA6A1; }
a { background-color: rgb(220,166,161); }
div.DivClassName
{
background-color: #DCA6A1;
}
.BgClassName
{
background-color: #DCA6A1;
}
</style>
border-color css
<style>
span { border-color: #DCA6A1; }
span { border-color: rgb(220,166,161); }
td.TdClassName
{
border-color: #DCA6A1;
}
.TagClassName
{
border-color: #DCA6A1;
}
</style>