Shades of Copper #DD8A70
Tints of Copper #DD8A70
RGB
CMYK
RGB Variations
Color information
#DD8A70 (or 0xDD8A70) is known color: Copper. HEX triplet: DD, 8A and 70. RGB value is (221,138,112). Sum of RGB (Red+Green+Blue) = 221+138+112=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A70 is #22758F. Grayscale: #A0A0A0. Windows color (decimal): -2258320 or 7375581. OLE color: 7375581.
HSL color Cylindrical-coordinate representation of color #DD8A70: hue angle of 14.31º 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 #DD8A70 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 112 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.13 |
| HSL | 14.31º | 0.62% | 0.65% | - |
| HSV(B) | 14.31º | 0.49% | 0.87% | - |
| XYZ | 41.83 | 34.72 | 19.83 | - |
| YUV | 159.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 112 | 0 | 0.38 | 0.49 | 0.13 | 14.31 | 0.62 | 0.65 |
| Hex | DD | 8A | 70 | 0 | 26 | 31 | D | E | 3E | 41 |
| Octal | 335 | 212 | 160 | 0 | 46 | 61 | 15 | 16 | 76 | 101 |
| Binary | 11011101 | 10001010 | 1110000 | 0 | 100110 | 110001 | 1101 | 1110 | 111110 | 1000001 |
Color Harmonies of #DD8A70
Complementary color
Monochromatic Colors of #DD8A70
Black with #DD8A70
Text Example
Text Example
White with #DD8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A70; }
p { color: rgb(221,138,112); }
H1.HeaderClassName
{
color: #DD8A70;
}
.AnyTagClassName
{
color: #DD8A70;
}
</style>
background-color css
<style>
a { background-color: #DD8A70; }
a { background-color: rgb(221,138,112); }
div.DivClassName
{
background-color: #DD8A70;
}
.BgClassName
{
background-color: #DD8A70;
}
</style>
border-color css
<style>
span { border-color: #DD8A70; }
span { border-color: rgb(221,138,112); }
td.TdClassName
{
border-color: #DD8A70;
}
.TagClassName
{
border-color: #DD8A70;
}
</style>