Shades of Copper #DD8D70
Tints of Copper #DD8D70
RGB
CMYK
RGB Variations
Color information
#DD8D70 (or 0xDD8D70) is known color: Copper. HEX triplet: DD, 8D and 70. RGB value is (221,141,112). Sum of RGB (Red+Green+Blue) = 221+141+112=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D70 is #22728F. Grayscale: #A1A1A1. Windows color (decimal): -2257552 or 7376349. OLE color: 7376349.
HSL color Cylindrical-coordinate representation of color #DD8D70: hue angle of 15.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8D70 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 112 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.13 |
| HSL | 15.96º | 0.62% | 0.65% | - |
| HSV(B) | 15.96º | 0.49% | 0.87% | - |
| XYZ | 42.27 | 35.59 | 19.97 | - |
| YUV | 161.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 112 | 0 | 0.36 | 0.49 | 0.13 | 15.96 | 0.62 | 0.65 |
| Hex | DD | 8D | 70 | 0 | 24 | 31 | D | 10 | 3E | 41 |
| Octal | 335 | 215 | 160 | 0 | 44 | 61 | 15 | 20 | 76 | 101 |
| Binary | 11011101 | 10001101 | 1110000 | 0 | 100100 | 110001 | 1101 | 10000 | 111110 | 1000001 |
Color Harmonies of #DD8D70
Complementary color
Monochromatic Colors of #DD8D70
Black with #DD8D70
Text Example
Text Example
White with #DD8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D70; }
p { color: rgb(221,141,112); }
H1.HeaderClassName
{
color: #DD8D70;
}
.AnyTagClassName
{
color: #DD8D70;
}
</style>
background-color css
<style>
a { background-color: #DD8D70; }
a { background-color: rgb(221,141,112); }
div.DivClassName
{
background-color: #DD8D70;
}
.BgClassName
{
background-color: #DD8D70;
}
</style>
border-color css
<style>
span { border-color: #DD8D70; }
span { border-color: rgb(221,141,112); }
td.TdClassName
{
border-color: #DD8D70;
}
.TagClassName
{
border-color: #DD8D70;
}
</style>