Shades of Copper #DD8359
Tints of Copper #DD8359
RGB
CMYK
RGB Variations
Color information
#DD8359 (or 0xDD8359) is known color: Copper. HEX triplet: DD, 83 and 59. RGB value is (221,131,89). Sum of RGB (Red+Green+Blue) = 221+131+89=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8359 is #227CA6. Grayscale: #999999. Windows color (decimal): -2260135 or 5866461. OLE color: 5866461.
HSL color Cylindrical-coordinate representation of color #DD8359: hue angle of 19.09º 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 #DD8359 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 89 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.13 |
| HSL | 19.09º | 0.66% | 0.61% | - |
| HSV(B) | 19.09º | 0.6% | 0.87% | - |
| XYZ | 39.74 | 32.33 | 13.6 | - |
| YUV | 153.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 89 | 0 | 0.41 | 0.60 | 0.13 | 19.09 | 0.66 | 0.61 |
| Hex | DD | 83 | 59 | 0 | 29 | 3C | D | 13 | 42 | 3D |
| Octal | 335 | 203 | 131 | 0 | 51 | 74 | 15 | 23 | 102 | 75 |
| Binary | 11011101 | 10000011 | 1011001 | 0 | 101001 | 111100 | 1101 | 10011 | 1000010 | 111101 |
Color Harmonies of #DD8359
Complementary color
Monochromatic Colors of #DD8359
Black with #DD8359
Text Example
Text Example
White with #DD8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8359; }
p { color: rgb(221,131,89); }
H1.HeaderClassName
{
color: #DD8359;
}
.AnyTagClassName
{
color: #DD8359;
}
</style>
background-color css
<style>
a { background-color: #DD8359; }
a { background-color: rgb(221,131,89); }
div.DivClassName
{
background-color: #DD8359;
}
.BgClassName
{
background-color: #DD8359;
}
</style>
border-color css
<style>
span { border-color: #DD8359; }
span { border-color: rgb(221,131,89); }
td.TdClassName
{
border-color: #DD8359;
}
.TagClassName
{
border-color: #DD8359;
}
</style>