Shades of Copper #DD805D
Tints of Copper #DD805D
RGB
CMYK
RGB Variations
Color information
#DD805D (or 0xDD805D) is known color: Copper. HEX triplet: DD, 80 and 5D. RGB value is (221,128,93). Sum of RGB (Red+Green+Blue) = 221+128+93=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD805D is #227FA2. Grayscale: #989898. Windows color (decimal): -2260899 or 6127837. OLE color: 6127837.
HSL color Cylindrical-coordinate representation of color #DD805D: hue angle of 16.41º 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 #DD805D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 93 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.13 |
| HSL | 16.41º | 0.65% | 0.62% | - |
| HSV(B) | 16.41º | 0.58% | 0.87% | - |
| XYZ | 39.51 | 31.6 | 14.37 | - |
| YUV | 151.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 93 | 0 | 0.42 | 0.58 | 0.13 | 16.41 | 0.65 | 0.62 |
| Hex | DD | 80 | 5D | 0 | 2A | 3A | D | 10 | 41 | 3E |
| Octal | 335 | 200 | 135 | 0 | 52 | 72 | 15 | 20 | 101 | 76 |
| Binary | 11011101 | 10000000 | 1011101 | 0 | 101010 | 111010 | 1101 | 10000 | 1000001 | 111110 |
Color Harmonies of #DD805D
Complementary color
Monochromatic Colors of #DD805D
Black with #DD805D
Text Example
Text Example
White with #DD805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD805D; }
p { color: rgb(221,128,93); }
H1.HeaderClassName
{
color: #DD805D;
}
.AnyTagClassName
{
color: #DD805D;
}
</style>
background-color css
<style>
a { background-color: #DD805D; }
a { background-color: rgb(221,128,93); }
div.DivClassName
{
background-color: #DD805D;
}
.BgClassName
{
background-color: #DD805D;
}
</style>
border-color css
<style>
span { border-color: #DD805D; }
span { border-color: rgb(221,128,93); }
td.TdClassName
{
border-color: #DD805D;
}
.TagClassName
{
border-color: #DD805D;
}
</style>