Shades of Copper #DD8559
Tints of Copper #DD8559
RGB
CMYK
RGB Variations
Color information
#DD8559 (or 0xDD8559) is known color: Copper. HEX triplet: DD, 85 and 59. RGB value is (221,133,89). Sum of RGB (Red+Green+Blue) = 221+133+89=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8559 is #227AA6. Grayscale: #9A9A9A. Windows color (decimal): -2259623 or 5866973. OLE color: 5866973.
HSL color Cylindrical-coordinate representation of color #DD8559: hue angle of 20º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8559 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 89 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.13 |
| HSL | 20º | 0.66% | 0.61% | - |
| HSV(B) | 20º | 0.6% | 0.87% | - |
| XYZ | 40.01 | 32.87 | 13.69 | - |
| YUV | 154.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 89 | 0 | 0.40 | 0.60 | 0.13 | 20 | 0.66 | 0.61 |
| Hex | DD | 85 | 59 | 0 | 28 | 3C | D | 14 | 42 | 3D |
| Octal | 335 | 205 | 131 | 0 | 50 | 74 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000101 | 1011001 | 0 | 101000 | 111100 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD8559
Complementary color
Monochromatic Colors of #DD8559
Black with #DD8559
Text Example
Text Example
White with #DD8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8559; }
p { color: rgb(221,133,89); }
H1.HeaderClassName
{
color: #DD8559;
}
.AnyTagClassName
{
color: #DD8559;
}
</style>
background-color css
<style>
a { background-color: #DD8559; }
a { background-color: rgb(221,133,89); }
div.DivClassName
{
background-color: #DD8559;
}
.BgClassName
{
background-color: #DD8559;
}
</style>
border-color css
<style>
span { border-color: #DD8559; }
span { border-color: rgb(221,133,89); }
td.TdClassName
{
border-color: #DD8559;
}
.TagClassName
{
border-color: #DD8559;
}
</style>