Shades of Eunry #DCA6A2
Tints of Eunry #DCA6A2
RGB
CMYK
RGB Variations
Color information
#DCA6A2 (or 0xDCA6A2) is known color: Eunry. HEX triplet: DC, A6 and A2. RGB value is (220,166,162). Sum of RGB (Red+Green+Blue) = 220+166+162=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A2 is #23595D. Grayscale: #B5B5B5. Windows color (decimal): -2316638 or 10659548. OLE color: 10659548.
HSL color Cylindrical-coordinate representation of color #DCA6A2: hue angle of 4.14º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA6A2 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 162 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.14 |
| HSL | 4.14º | 0.45% | 0.75% | - |
| HSV(B) | 4.14º | 0.26% | 0.86% | - |
| XYZ | 49.67 | 45.1 | 40.27 | - |
| YUV | 181.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 162 | 0 | 0.25 | 0.26 | 0.14 | 4.14 | 0.45 | 0.75 |
| Hex | DC | A6 | A2 | 0 | 19 | 1A | E | 4 | 2D | 4B |
| Octal | 334 | 246 | 242 | 0 | 31 | 32 | 16 | 4 | 55 | 113 |
| Binary | 11011100 | 10100110 | 10100010 | 0 | 11001 | 11010 | 1110 | 100 | 101101 | 1001011 |
Color Harmonies of #DCA6A2
Complementary color
Monochromatic Colors of #DCA6A2
Black with #DCA6A2
Text Example
Text Example
White with #DCA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6A2; }
p { color: rgb(220,166,162); }
H1.HeaderClassName
{
color: #DCA6A2;
}
.AnyTagClassName
{
color: #DCA6A2;
}
</style>
background-color css
<style>
a { background-color: #DCA6A2; }
a { background-color: rgb(220,166,162); }
div.DivClassName
{
background-color: #DCA6A2;
}
.BgClassName
{
background-color: #DCA6A2;
}
</style>
border-color css
<style>
span { border-color: #DCA6A2; }
span { border-color: rgb(220,166,162); }
td.TdClassName
{
border-color: #DCA6A2;
}
.TagClassName
{
border-color: #DCA6A2;
}
</style>