Shades of Copper #DD845D
Tints of Copper #DD845D
RGB
CMYK
RGB Variations
Color information
#DD845D (or 0xDD845D) is known color: Copper. HEX triplet: DD, 84 and 5D. RGB value is (221,132,93). Sum of RGB (Red+Green+Blue) = 221+132+93=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845D is #227BA2. Grayscale: #9A9A9A. Windows color (decimal): -2259875 or 6128861. OLE color: 6128861.
HSL color Cylindrical-coordinate representation of color #DD845D: hue angle of 18.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD845D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 93 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.13 |
| HSL | 18.28º | 0.65% | 0.62% | - |
| HSV(B) | 18.28º | 0.58% | 0.87% | - |
| XYZ | 40.05 | 32.66 | 14.55 | - |
| YUV | 154.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 93 | 0 | 0.40 | 0.58 | 0.13 | 18.28 | 0.65 | 0.62 |
| Hex | DD | 84 | 5D | 0 | 28 | 3A | D | 12 | 41 | 3E |
| Octal | 335 | 204 | 135 | 0 | 50 | 72 | 15 | 22 | 101 | 76 |
| Binary | 11011101 | 10000100 | 1011101 | 0 | 101000 | 111010 | 1101 | 10010 | 1000001 | 111110 |
Color Harmonies of #DD845D
Complementary color
Monochromatic Colors of #DD845D
Black with #DD845D
Text Example
Text Example
White with #DD845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD845D; }
p { color: rgb(221,132,93); }
H1.HeaderClassName
{
color: #DD845D;
}
.AnyTagClassName
{
color: #DD845D;
}
</style>
background-color css
<style>
a { background-color: #DD845D; }
a { background-color: rgb(221,132,93); }
div.DivClassName
{
background-color: #DD845D;
}
.BgClassName
{
background-color: #DD845D;
}
</style>
border-color css
<style>
span { border-color: #DD845D; }
span { border-color: rgb(221,132,93); }
td.TdClassName
{
border-color: #DD845D;
}
.TagClassName
{
border-color: #DD845D;
}
</style>