Shades of Eunry #DCA5A1
Tints of Eunry #DCA5A1
RGB
CMYK
RGB Variations
Color information
#DCA5A1 (or 0xDCA5A1) is known color: Eunry. HEX triplet: DC, A5 and A1. RGB value is (220,165,161). Sum of RGB (Red+Green+Blue) = 220+165+161=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5A1 is #235A5E. Grayscale: #B5B5B5. Windows color (decimal): -2316895 or 10593756. OLE color: 10593756.
HSL color Cylindrical-coordinate representation of color #DCA5A1: hue angle of 4.07º 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 #DCA5A1 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 161 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.14 |
| HSL | 4.07º | 0.46% | 0.75% | - |
| HSV(B) | 4.07º | 0.27% | 0.86% | - |
| XYZ | 49.4 | 44.7 | 39.74 | - |
| YUV | 180.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 161 | 0 | 0.25 | 0.27 | 0.14 | 4.07 | 0.46 | 0.75 |
| Hex | DC | A5 | A1 | 0 | 19 | 1B | E | 4 | 2E | 4B |
| Octal | 334 | 245 | 241 | 0 | 31 | 33 | 16 | 4 | 56 | 113 |
| Binary | 11011100 | 10100101 | 10100001 | 0 | 11001 | 11011 | 1110 | 100 | 101110 | 1001011 |
Color Harmonies of #DCA5A1
Complementary color
Monochromatic Colors of #DCA5A1
Black with #DCA5A1
Text Example
Text Example
White with #DCA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5A1; }
p { color: rgb(220,165,161); }
H1.HeaderClassName
{
color: #DCA5A1;
}
.AnyTagClassName
{
color: #DCA5A1;
}
</style>
background-color css
<style>
a { background-color: #DCA5A1; }
a { background-color: rgb(220,165,161); }
div.DivClassName
{
background-color: #DCA5A1;
}
.BgClassName
{
background-color: #DCA5A1;
}
</style>
border-color css
<style>
span { border-color: #DCA5A1; }
span { border-color: rgb(220,165,161); }
td.TdClassName
{
border-color: #DCA5A1;
}
.TagClassName
{
border-color: #DCA5A1;
}
</style>