Shades of Eunry #DCA4A1
Tints of Eunry #DCA4A1
RGB
CMYK
RGB Variations
Color information
#DCA4A1 (or 0xDCA4A1) is known color: Eunry. HEX triplet: DC, A4 and A1. RGB value is (220,164,161). Sum of RGB (Red+Green+Blue) = 220+164+161=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4A1 is #235B5E. Grayscale: #B4B4B4. Windows color (decimal): -2317151 or 10593500. OLE color: 10593500.
HSL color Cylindrical-coordinate representation of color #DCA4A1: hue angle of 3.05º 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 #DCA4A1 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 161 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.14 |
| HSL | 3.05º | 0.46% | 0.75% | - |
| HSV(B) | 3.05º | 0.27% | 0.86% | - |
| XYZ | 49.22 | 44.34 | 39.68 | - |
| YUV | 180.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 161 | 0 | 0.25 | 0.27 | 0.14 | 3.05 | 0.46 | 0.75 |
| Hex | DC | A4 | A1 | 0 | 19 | 1B | E | 3 | 2E | 4B |
| Octal | 334 | 244 | 241 | 0 | 31 | 33 | 16 | 3 | 56 | 113 |
| Binary | 11011100 | 10100100 | 10100001 | 0 | 11001 | 11011 | 1110 | 11 | 101110 | 1001011 |
Color Harmonies of #DCA4A1
Complementary color
Monochromatic Colors of #DCA4A1
Black with #DCA4A1
Text Example
Text Example
White with #DCA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4A1; }
p { color: rgb(220,164,161); }
H1.HeaderClassName
{
color: #DCA4A1;
}
.AnyTagClassName
{
color: #DCA4A1;
}
</style>
background-color css
<style>
a { background-color: #DCA4A1; }
a { background-color: rgb(220,164,161); }
div.DivClassName
{
background-color: #DCA4A1;
}
.BgClassName
{
background-color: #DCA4A1;
}
</style>
border-color css
<style>
span { border-color: #DCA4A1; }
span { border-color: rgb(220,164,161); }
td.TdClassName
{
border-color: #DCA4A1;
}
.TagClassName
{
border-color: #DCA4A1;
}
</style>