Shades of Copper #DD885E
Tints of Copper #DD885E
RGB
CMYK
RGB Variations
Color information
#DD885E (or 0xDD885E) is known color: Copper. HEX triplet: DD, 88 and 5E. RGB value is (221,136,94). Sum of RGB (Red+Green+Blue) = 221+136+94=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD885E is #2277A1. Grayscale: #9C9C9C. Windows color (decimal): -2258850 or 6195421. OLE color: 6195421.
HSL color Cylindrical-coordinate representation of color #DD885E: hue angle of 19.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD885E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 94 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.13 |
| HSL | 19.84º | 0.65% | 0.62% | - |
| HSV(B) | 19.84º | 0.57% | 0.87% | - |
| XYZ | 40.64 | 33.79 | 14.97 | - |
| YUV | 156.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 94 | 0 | 0.38 | 0.57 | 0.13 | 19.84 | 0.65 | 0.62 |
| Hex | DD | 88 | 5E | 0 | 26 | 39 | D | 14 | 41 | 3E |
| Octal | 335 | 210 | 136 | 0 | 46 | 71 | 15 | 24 | 101 | 76 |
| Binary | 11011101 | 10001000 | 1011110 | 0 | 100110 | 111001 | 1101 | 10100 | 1000001 | 111110 |
Color Harmonies of #DD885E
Complementary color
Monochromatic Colors of #DD885E
Black with #DD885E
Text Example
Text Example
White with #DD885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD885E; }
p { color: rgb(221,136,94); }
H1.HeaderClassName
{
color: #DD885E;
}
.AnyTagClassName
{
color: #DD885E;
}
</style>
background-color css
<style>
a { background-color: #DD885E; }
a { background-color: rgb(221,136,94); }
div.DivClassName
{
background-color: #DD885E;
}
.BgClassName
{
background-color: #DD885E;
}
</style>
border-color css
<style>
span { border-color: #DD885E; }
span { border-color: rgb(221,136,94); }
td.TdClassName
{
border-color: #DD885E;
}
.TagClassName
{
border-color: #DD885E;
}
</style>