Shades of Copper #DD825C
Tints of Copper #DD825C
RGB
CMYK
RGB Variations
Color information
#DD825C (or 0xDD825C) is known color: Copper. HEX triplet: DD, 82 and 5C. RGB value is (221,130,92). Sum of RGB (Red+Green+Blue) = 221+130+92=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825C is #227DA3. Grayscale: #999999. Windows color (decimal): -2260388 or 6062813. OLE color: 6062813.
HSL color Cylindrical-coordinate representation of color #DD825C: hue angle of 17.67º 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 #DD825C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 92 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 17.67º | 0.65% | 0.61% | - |
| HSV(B) | 17.67º | 0.58% | 0.87% | - |
| XYZ | 39.73 | 32.11 | 14.23 | - |
| YUV | 152.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 92 | 0 | 0.41 | 0.58 | 0.13 | 17.67 | 0.65 | 0.61 |
| Hex | DD | 82 | 5C | 0 | 29 | 3A | D | 12 | 41 | 3D |
| Octal | 335 | 202 | 134 | 0 | 51 | 72 | 15 | 22 | 101 | 75 |
| Binary | 11011101 | 10000010 | 1011100 | 0 | 101001 | 111010 | 1101 | 10010 | 1000001 | 111101 |
Color Harmonies of #DD825C
Complementary color
Monochromatic Colors of #DD825C
Black with #DD825C
Text Example
Text Example
White with #DD825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD825C; }
p { color: rgb(221,130,92); }
H1.HeaderClassName
{
color: #DD825C;
}
.AnyTagClassName
{
color: #DD825C;
}
</style>
background-color css
<style>
a { background-color: #DD825C; }
a { background-color: rgb(221,130,92); }
div.DivClassName
{
background-color: #DD825C;
}
.BgClassName
{
background-color: #DD825C;
}
</style>
border-color css
<style>
span { border-color: #DD825C; }
span { border-color: rgb(221,130,92); }
td.TdClassName
{
border-color: #DD825C;
}
.TagClassName
{
border-color: #DD825C;
}
</style>