Shades of Copper #DC885A
Tints of Copper #DC885A
RGB
CMYK
RGB Variations
Color information
#DC885A (or 0xDC885A) is known color: Copper. HEX triplet: DC, 88 and 5A. RGB value is (220,136,90). Sum of RGB (Red+Green+Blue) = 220+136+90=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC885A is #2377A5. Grayscale: #9C9C9C. Windows color (decimal): -2324390 or 5933276. OLE color: 5933276.
HSL color Cylindrical-coordinate representation of color #DC885A: hue angle of 21.23º 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 #DC885A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 90 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.14 |
| HSL | 21.23º | 0.65% | 0.61% | - |
| HSV(B) | 21.23º | 0.59% | 0.86% | - |
| XYZ | 40.16 | 33.56 | 14.03 | - |
| YUV | 155.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 90 | 0 | 0.38 | 0.59 | 0.14 | 21.23 | 0.65 | 0.61 |
| Hex | DC | 88 | 5A | 0 | 26 | 3B | E | 15 | 41 | 3D |
| Octal | 334 | 210 | 132 | 0 | 46 | 73 | 16 | 25 | 101 | 75 |
| Binary | 11011100 | 10001000 | 1011010 | 0 | 100110 | 111011 | 1110 | 10101 | 1000001 | 111101 |
Color Harmonies of #DC885A
Complementary color
Monochromatic Colors of #DC885A
Black with #DC885A
Text Example
Text Example
White with #DC885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC885A; }
p { color: rgb(220,136,90); }
H1.HeaderClassName
{
color: #DC885A;
}
.AnyTagClassName
{
color: #DC885A;
}
</style>
background-color css
<style>
a { background-color: #DC885A; }
a { background-color: rgb(220,136,90); }
div.DivClassName
{
background-color: #DC885A;
}
.BgClassName
{
background-color: #DC885A;
}
</style>
border-color css
<style>
span { border-color: #DC885A; }
span { border-color: rgb(220,136,90); }
td.TdClassName
{
border-color: #DC885A;
}
.TagClassName
{
border-color: #DC885A;
}
</style>