Shades of Copper #DD835D
Tints of Copper #DD835D
RGB
CMYK
RGB Variations
Color information
#DD835D (or 0xDD835D) is known color: Copper. HEX triplet: DD, 83 and 5D. RGB value is (221,131,93). Sum of RGB (Red+Green+Blue) = 221+131+93=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835D is #227CA2. Grayscale: #999999. Windows color (decimal): -2260131 or 6128605. OLE color: 6128605.
HSL color Cylindrical-coordinate representation of color #DD835D: hue angle of 17.81º 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 #DD835D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 93 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 17.81º | 0.65% | 0.62% | - |
| HSV(B) | 17.81º | 0.58% | 0.87% | - |
| XYZ | 39.91 | 32.4 | 14.51 | - |
| YUV | 153.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 93 | 0 | 0.41 | 0.58 | 0.13 | 17.81 | 0.65 | 0.62 |
| Hex | DD | 83 | 5D | 0 | 29 | 3A | D | 12 | 41 | 3E |
| Octal | 335 | 203 | 135 | 0 | 51 | 72 | 15 | 22 | 101 | 76 |
| Binary | 11011101 | 10000011 | 1011101 | 0 | 101001 | 111010 | 1101 | 10010 | 1000001 | 111110 |
Color Harmonies of #DD835D
Complementary color
Monochromatic Colors of #DD835D
Black with #DD835D
Text Example
Text Example
White with #DD835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD835D; }
p { color: rgb(221,131,93); }
H1.HeaderClassName
{
color: #DD835D;
}
.AnyTagClassName
{
color: #DD835D;
}
</style>
background-color css
<style>
a { background-color: #DD835D; }
a { background-color: rgb(221,131,93); }
div.DivClassName
{
background-color: #DD835D;
}
.BgClassName
{
background-color: #DD835D;
}
</style>
border-color css
<style>
span { border-color: #DD835D; }
span { border-color: rgb(221,131,93); }
td.TdClassName
{
border-color: #DD835D;
}
.TagClassName
{
border-color: #DD835D;
}
</style>