Shades of Copper #DD835C
Tints of Copper #DD835C
RGB
CMYK
RGB Variations
Color information
#DD835C (or 0xDD835C) is known color: Copper. HEX triplet: DD, 83 and 5C. RGB value is (221,131,92). Sum of RGB (Red+Green+Blue) = 221+131+92=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835C is #227CA3. Grayscale: #999999. Windows color (decimal): -2260132 or 6063069. OLE color: 6063069.
HSL color Cylindrical-coordinate representation of color #DD835C: hue angle of 18.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD835C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 92 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 18.14º | 0.65% | 0.61% | - |
| HSV(B) | 18.14º | 0.58% | 0.87% | - |
| XYZ | 39.87 | 32.38 | 14.27 | - |
| YUV | 153.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 92 | 0 | 0.41 | 0.58 | 0.13 | 18.14 | 0.65 | 0.61 |
| Hex | DD | 83 | 5C | 0 | 29 | 3A | D | 12 | 41 | 3D |
| Octal | 335 | 203 | 134 | 0 | 51 | 72 | 15 | 22 | 101 | 75 |
| Binary | 11011101 | 10000011 | 1011100 | 0 | 101001 | 111010 | 1101 | 10010 | 1000001 | 111101 |
Color Harmonies of #DD835C
Complementary color
Monochromatic Colors of #DD835C
Black with #DD835C
Text Example
Text Example
White with #DD835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD835C; }
p { color: rgb(221,131,92); }
H1.HeaderClassName
{
color: #DD835C;
}
.AnyTagClassName
{
color: #DD835C;
}
</style>
background-color css
<style>
a { background-color: #DD835C; }
a { background-color: rgb(221,131,92); }
div.DivClassName
{
background-color: #DD835C;
}
.BgClassName
{
background-color: #DD835C;
}
</style>
border-color css
<style>
span { border-color: #DD835C; }
span { border-color: rgb(221,131,92); }
td.TdClassName
{
border-color: #DD835C;
}
.TagClassName
{
border-color: #DD835C;
}
</style>