Shades of Copper #DD855E
Tints of Copper #DD855E
RGB
CMYK
RGB Variations
Color information
#DD855E (or 0xDD855E) is known color: Copper. HEX triplet: DD, 85 and 5E. RGB value is (221,133,94). Sum of RGB (Red+Green+Blue) = 221+133+94=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD855E is #227AA1. Grayscale: #9B9B9B. Windows color (decimal): -2259618 or 6194653. OLE color: 6194653.
HSL color Cylindrical-coordinate representation of color #DD855E: hue angle of 18.43º 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 #DD855E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 94 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 18.43º | 0.65% | 0.62% | - |
| HSV(B) | 18.43º | 0.57% | 0.87% | - |
| XYZ | 40.23 | 32.96 | 14.83 | - |
| YUV | 154.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 94 | 0 | 0.40 | 0.57 | 0.13 | 18.43 | 0.65 | 0.62 |
| Hex | DD | 85 | 5E | 0 | 28 | 39 | D | 12 | 41 | 3E |
| Octal | 335 | 205 | 136 | 0 | 50 | 71 | 15 | 22 | 101 | 76 |
| Binary | 11011101 | 10000101 | 1011110 | 0 | 101000 | 111001 | 1101 | 10010 | 1000001 | 111110 |
Color Harmonies of #DD855E
Complementary color
Monochromatic Colors of #DD855E
Black with #DD855E
Text Example
Text Example
White with #DD855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD855E; }
p { color: rgb(221,133,94); }
H1.HeaderClassName
{
color: #DD855E;
}
.AnyTagClassName
{
color: #DD855E;
}
</style>
background-color css
<style>
a { background-color: #DD855E; }
a { background-color: rgb(221,133,94); }
div.DivClassName
{
background-color: #DD855E;
}
.BgClassName
{
background-color: #DD855E;
}
</style>
border-color css
<style>
span { border-color: #DD855E; }
span { border-color: rgb(221,133,94); }
td.TdClassName
{
border-color: #DD855E;
}
.TagClassName
{
border-color: #DD855E;
}
</style>