Shades of Copper #DD845F
Tints of Copper #DD845F
RGB
CMYK
RGB Variations
Color information
#DD845F (or 0xDD845F) is known color: Copper. HEX triplet: DD, 84 and 5F. RGB value is (221,132,95). Sum of RGB (Red+Green+Blue) = 221+132+95=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845F is #227BA0. Grayscale: #9A9A9A. Windows color (decimal): -2259873 or 6259933. OLE color: 6259933.
HSL color Cylindrical-coordinate representation of color #DD845F: hue angle of 17.62º 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 #DD845F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 95 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 17.62º | 0.65% | 0.62% | - |
| HSV(B) | 17.62º | 0.57% | 0.87% | - |
| XYZ | 40.14 | 32.7 | 15.02 | - |
| YUV | 154.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 95 | 0 | 0.40 | 0.57 | 0.13 | 17.62 | 0.65 | 0.62 |
| Hex | DD | 84 | 5F | 0 | 28 | 39 | D | 12 | 41 | 3E |
| Octal | 335 | 204 | 137 | 0 | 50 | 71 | 15 | 22 | 101 | 76 |
| Binary | 11011101 | 10000100 | 1011111 | 0 | 101000 | 111001 | 1101 | 10010 | 1000001 | 111110 |
Color Harmonies of #DD845F
Complementary color
Monochromatic Colors of #DD845F
Black with #DD845F
Text Example
Text Example
White with #DD845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD845F; }
p { color: rgb(221,132,95); }
H1.HeaderClassName
{
color: #DD845F;
}
.AnyTagClassName
{
color: #DD845F;
}
</style>
background-color css
<style>
a { background-color: #DD845F; }
a { background-color: rgb(221,132,95); }
div.DivClassName
{
background-color: #DD845F;
}
.BgClassName
{
background-color: #DD845F;
}
</style>
border-color css
<style>
span { border-color: #DD845F; }
span { border-color: rgb(221,132,95); }
td.TdClassName
{
border-color: #DD845F;
}
.TagClassName
{
border-color: #DD845F;
}
</style>