Shades of Copper #DD8459
Tints of Copper #DD8459
RGB
CMYK
RGB Variations
Color information
#DD8459 (or 0xDD8459) is known color: Copper. HEX triplet: DD, 84 and 59. RGB value is (221,132,89). Sum of RGB (Red+Green+Blue) = 221+132+89=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8459 is #227BA6. Grayscale: #999999. Windows color (decimal): -2259879 or 5866717. OLE color: 5866717.
HSL color Cylindrical-coordinate representation of color #DD8459: hue angle of 19.55º 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 #DD8459 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 89 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.13 |
| HSL | 19.55º | 0.66% | 0.61% | - |
| HSV(B) | 19.55º | 0.6% | 0.87% | - |
| XYZ | 39.87 | 32.6 | 13.64 | - |
| YUV | 153.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 89 | 0 | 0.40 | 0.60 | 0.13 | 19.55 | 0.66 | 0.61 |
| Hex | DD | 84 | 59 | 0 | 28 | 3C | D | 14 | 42 | 3D |
| Octal | 335 | 204 | 131 | 0 | 50 | 74 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000100 | 1011001 | 0 | 101000 | 111100 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD8459
Complementary color
Monochromatic Colors of #DD8459
Black with #DD8459
Text Example
Text Example
White with #DD8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8459; }
p { color: rgb(221,132,89); }
H1.HeaderClassName
{
color: #DD8459;
}
.AnyTagClassName
{
color: #DD8459;
}
</style>
background-color css
<style>
a { background-color: #DD8459; }
a { background-color: rgb(221,132,89); }
div.DivClassName
{
background-color: #DD8459;
}
.BgClassName
{
background-color: #DD8459;
}
</style>
border-color css
<style>
span { border-color: #DD8459; }
span { border-color: rgb(221,132,89); }
td.TdClassName
{
border-color: #DD8459;
}
.TagClassName
{
border-color: #DD8459;
}
</style>