Shades of Copper #DC855A
Tints of Copper #DC855A
RGB
CMYK
RGB Variations
Color information
#DC855A (or 0xDC855A) is known color: Copper. HEX triplet: DC, 85 and 5A. RGB value is (220,133,90). Sum of RGB (Red+Green+Blue) = 220+133+90=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC855A is #237AA5. Grayscale: #9A9A9A. Windows color (decimal): -2325158 or 5932508. OLE color: 5932508.
HSL color Cylindrical-coordinate representation of color #DC855A: hue angle of 19.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC855A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 90 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.14 |
| HSL | 19.85º | 0.65% | 0.61% | - |
| HSV(B) | 19.85º | 0.59% | 0.86% | - |
| XYZ | 39.75 | 32.73 | 13.9 | - |
| YUV | 154.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 90 | 0 | 0.40 | 0.59 | 0.14 | 19.85 | 0.65 | 0.61 |
| Hex | DC | 85 | 5A | 0 | 28 | 3B | E | 14 | 41 | 3D |
| Octal | 334 | 205 | 132 | 0 | 50 | 73 | 16 | 24 | 101 | 75 |
| Binary | 11011100 | 10000101 | 1011010 | 0 | 101000 | 111011 | 1110 | 10100 | 1000001 | 111101 |
Color Harmonies of #DC855A
Complementary color
Monochromatic Colors of #DC855A
Black with #DC855A
Text Example
Text Example
White with #DC855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC855A; }
p { color: rgb(220,133,90); }
H1.HeaderClassName
{
color: #DC855A;
}
.AnyTagClassName
{
color: #DC855A;
}
</style>
background-color css
<style>
a { background-color: #DC855A; }
a { background-color: rgb(220,133,90); }
div.DivClassName
{
background-color: #DC855A;
}
.BgClassName
{
background-color: #DC855A;
}
</style>
border-color css
<style>
span { border-color: #DC855A; }
span { border-color: rgb(220,133,90); }
td.TdClassName
{
border-color: #DC855A;
}
.TagClassName
{
border-color: #DC855A;
}
</style>