Shades of Copper #DD835E
Tints of Copper #DD835E
RGB
CMYK
RGB Variations
Color information
#DD835E (or 0xDD835E) is known color: Copper. HEX triplet: DD, 83 and 5E. RGB value is (221,131,94). Sum of RGB (Red+Green+Blue) = 221+131+94=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835E is #227CA1. Grayscale: #999999. Windows color (decimal): -2260130 or 6194141. OLE color: 6194141.
HSL color Cylindrical-coordinate representation of color #DD835E: hue angle of 17.48º 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 #DD835E is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 94 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.13 |
| HSL | 17.48º | 0.65% | 0.62% | - |
| HSV(B) | 17.48º | 0.57% | 0.87% | - |
| XYZ | 39.96 | 32.41 | 14.74 | - |
| YUV | 153.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 94 | 0 | 0.41 | 0.57 | 0.13 | 17.48 | 0.65 | 0.62 |
| Hex | DD | 83 | 5E | 0 | 29 | 39 | D | 11 | 41 | 3E |
| Octal | 335 | 203 | 136 | 0 | 51 | 71 | 15 | 21 | 101 | 76 |
| Binary | 11011101 | 10000011 | 1011110 | 0 | 101001 | 111001 | 1101 | 10001 | 1000001 | 111110 |
Color Harmonies of #DD835E
Complementary color
Monochromatic Colors of #DD835E
Black with #DD835E
Text Example
Text Example
White with #DD835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD835E; }
p { color: rgb(221,131,94); }
H1.HeaderClassName
{
color: #DD835E;
}
.AnyTagClassName
{
color: #DD835E;
}
</style>
background-color css
<style>
a { background-color: #DD835E; }
a { background-color: rgb(221,131,94); }
div.DivClassName
{
background-color: #DD835E;
}
.BgClassName
{
background-color: #DD835E;
}
</style>
border-color css
<style>
span { border-color: #DD835E; }
span { border-color: rgb(221,131,94); }
td.TdClassName
{
border-color: #DD835E;
}
.TagClassName
{
border-color: #DD835E;
}
</style>