Shades of Copper #DD7F5F
Tints of Copper #DD7F5F
RGB
CMYK
RGB Variations
Color information
#DD7F5F (or 0xDD7F5F) is known color: Copper. HEX triplet: DD, 7F and 5F. RGB value is (221,127,95). Sum of RGB (Red+Green+Blue) = 221+127+95=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F5F is #2280A0. Grayscale: #979797. Windows color (decimal): -2261153 or 6258653. OLE color: 6258653.
HSL color Cylindrical-coordinate representation of color #DD7F5F: hue angle of 15.24º 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 #DD7F5F is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 95 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.13 |
| HSL | 15.24º | 0.65% | 0.62% | - |
| HSV(B) | 15.24º | 0.57% | 0.87% | - |
| XYZ | 39.47 | 31.38 | 14.8 | - |
| YUV | 151.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 95 | 0 | 0.43 | 0.57 | 0.13 | 15.24 | 0.65 | 0.62 |
| Hex | DD | 7F | 5F | 0 | 2B | 39 | D | F | 41 | 3E |
| Octal | 335 | 177 | 137 | 0 | 53 | 71 | 15 | 17 | 101 | 76 |
| Binary | 11011101 | 1111111 | 1011111 | 0 | 101011 | 111001 | 1101 | 1111 | 1000001 | 111110 |
Color Harmonies of #DD7F5F
Complementary color
Monochromatic Colors of #DD7F5F
Black with #DD7F5F
Text Example
Text Example
White with #DD7F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F5F; }
p { color: rgb(221,127,95); }
H1.HeaderClassName
{
color: #DD7F5F;
}
.AnyTagClassName
{
color: #DD7F5F;
}
</style>
background-color css
<style>
a { background-color: #DD7F5F; }
a { background-color: rgb(221,127,95); }
div.DivClassName
{
background-color: #DD7F5F;
}
.BgClassName
{
background-color: #DD7F5F;
}
</style>
border-color css
<style>
span { border-color: #DD7F5F; }
span { border-color: rgb(221,127,95); }
td.TdClassName
{
border-color: #DD7F5F;
}
.TagClassName
{
border-color: #DD7F5F;
}
</style>