Shades of Copper #DD876D
Tints of Copper #DD876D
RGB
CMYK
RGB Variations
Color information
#DD876D (or 0xDD876D) is known color: Copper. HEX triplet: DD, 87 and 6D. RGB value is (221,135,109). Sum of RGB (Red+Green+Blue) = 221+135+109=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD876D is #227892. Grayscale: #9D9D9D. Windows color (decimal): -2259091 or 7178205. OLE color: 7178205.
HSL color Cylindrical-coordinate representation of color #DD876D: hue angle of 13.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD876D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 109 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.13 |
| HSL | 13.93º | 0.62% | 0.65% | - |
| HSV(B) | 13.93º | 0.51% | 0.87% | - |
| XYZ | 41.24 | 33.8 | 18.82 | - |
| YUV | 157.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 109 | 0 | 0.39 | 0.51 | 0.13 | 13.93 | 0.62 | 0.65 |
| Hex | DD | 87 | 6D | 0 | 27 | 33 | D | E | 3E | 41 |
| Octal | 335 | 207 | 155 | 0 | 47 | 63 | 15 | 16 | 76 | 101 |
| Binary | 11011101 | 10000111 | 1101101 | 0 | 100111 | 110011 | 1101 | 1110 | 111110 | 1000001 |
Color Harmonies of #DD876D
Complementary color
Monochromatic Colors of #DD876D
Black with #DD876D
Text Example
Text Example
White with #DD876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD876D; }
p { color: rgb(221,135,109); }
H1.HeaderClassName
{
color: #DD876D;
}
.AnyTagClassName
{
color: #DD876D;
}
</style>
background-color css
<style>
a { background-color: #DD876D; }
a { background-color: rgb(221,135,109); }
div.DivClassName
{
background-color: #DD876D;
}
.BgClassName
{
background-color: #DD876D;
}
</style>
border-color css
<style>
span { border-color: #DD876D; }
span { border-color: rgb(221,135,109); }
td.TdClassName
{
border-color: #DD876D;
}
.TagClassName
{
border-color: #DD876D;
}
</style>