Shades of Copper #DD805F
Tints of Copper #DD805F
RGB
CMYK
RGB Variations
Color information
#DD805F (or 0xDD805F) is known color: Copper. HEX triplet: DD, 80 and 5F. RGB value is (221,128,95). Sum of RGB (Red+Green+Blue) = 221+128+95=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD805F is #227FA0. Grayscale: #989898. Windows color (decimal): -2260897 or 6258909. OLE color: 6258909.
HSL color Cylindrical-coordinate representation of color #DD805F: hue angle of 15.71º 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 #DD805F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 95 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 15.71º | 0.65% | 0.62% | - |
| HSV(B) | 15.71º | 0.57% | 0.87% | - |
| XYZ | 39.6 | 31.64 | 14.85 | - |
| YUV | 152.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 95 | 0 | 0.42 | 0.57 | 0.13 | 15.71 | 0.65 | 0.62 |
| Hex | DD | 80 | 5F | 0 | 2A | 39 | D | 10 | 41 | 3E |
| Octal | 335 | 200 | 137 | 0 | 52 | 71 | 15 | 20 | 101 | 76 |
| Binary | 11011101 | 10000000 | 1011111 | 0 | 101010 | 111001 | 1101 | 10000 | 1000001 | 111110 |
Color Harmonies of #DD805F
Complementary color
Monochromatic Colors of #DD805F
Black with #DD805F
Text Example
Text Example
White with #DD805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD805F; }
p { color: rgb(221,128,95); }
H1.HeaderClassName
{
color: #DD805F;
}
.AnyTagClassName
{
color: #DD805F;
}
</style>
background-color css
<style>
a { background-color: #DD805F; }
a { background-color: rgb(221,128,95); }
div.DivClassName
{
background-color: #DD805F;
}
.BgClassName
{
background-color: #DD805F;
}
</style>
border-color css
<style>
span { border-color: #DD805F; }
span { border-color: rgb(221,128,95); }
td.TdClassName
{
border-color: #DD805F;
}
.TagClassName
{
border-color: #DD805F;
}
</style>