Shades of Copper #DD7F61
Tints of Copper #DD7F61
RGB
CMYK
RGB Variations
Color information
#DD7F61 (or 0xDD7F61) is known color: Copper. HEX triplet: DD, 7F and 61. RGB value is (221,127,97). Sum of RGB (Red+Green+Blue) = 221+127+97=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F61 is #22809E. Grayscale: #979797. Windows color (decimal): -2261151 or 6389725. OLE color: 6389725.
HSL color Cylindrical-coordinate representation of color #DD7F61: hue angle of 14.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7F61 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 97 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.13 |
| HSL | 14.52º | 0.65% | 0.62% | - |
| HSV(B) | 14.52º | 0.56% | 0.87% | - |
| XYZ | 39.57 | 31.41 | 15.29 | - |
| YUV | 151.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 97 | 0 | 0.43 | 0.56 | 0.13 | 14.52 | 0.65 | 0.62 |
| Hex | DD | 7F | 61 | 0 | 2B | 38 | D | F | 41 | 3E |
| Octal | 335 | 177 | 141 | 0 | 53 | 70 | 15 | 17 | 101 | 76 |
| Binary | 11011101 | 1111111 | 1100001 | 0 | 101011 | 111000 | 1101 | 1111 | 1000001 | 111110 |
Color Harmonies of #DD7F61
Complementary color
Monochromatic Colors of #DD7F61
Black with #DD7F61
Text Example
Text Example
White with #DD7F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F61; }
p { color: rgb(221,127,97); }
H1.HeaderClassName
{
color: #DD7F61;
}
.AnyTagClassName
{
color: #DD7F61;
}
</style>
background-color css
<style>
a { background-color: #DD7F61; }
a { background-color: rgb(221,127,97); }
div.DivClassName
{
background-color: #DD7F61;
}
.BgClassName
{
background-color: #DD7F61;
}
</style>
border-color css
<style>
span { border-color: #DD7F61; }
span { border-color: rgb(221,127,97); }
td.TdClassName
{
border-color: #DD7F61;
}
.TagClassName
{
border-color: #DD7F61;
}
</style>