Shades of Copper #DD8C61
Tints of Copper #DD8C61
RGB
CMYK
RGB Variations
Color information
#DD8C61 (or 0xDD8C61) is known color: Copper. HEX triplet: DD, 8C and 61. RGB value is (221,140,97). Sum of RGB (Red+Green+Blue) = 221+140+97=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C61 is #22739E. Grayscale: #9F9F9F. Windows color (decimal): -2257823 or 6393053. OLE color: 6393053.
HSL color Cylindrical-coordinate representation of color #DD8C61: hue angle of 20.81º 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 #DD8C61 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 97 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.13 |
| HSL | 20.81º | 0.65% | 0.62% | - |
| HSV(B) | 20.81º | 0.56% | 0.87% | - |
| XYZ | 41.35 | 34.99 | 15.88 | - |
| YUV | 159.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 97 | 0 | 0.37 | 0.56 | 0.13 | 20.81 | 0.65 | 0.62 |
| Hex | DD | 8C | 61 | 0 | 25 | 38 | D | 15 | 41 | 3E |
| Octal | 335 | 214 | 141 | 0 | 45 | 70 | 15 | 25 | 101 | 76 |
| Binary | 11011101 | 10001100 | 1100001 | 0 | 100101 | 111000 | 1101 | 10101 | 1000001 | 111110 |
Color Harmonies of #DD8C61
Complementary color
Monochromatic Colors of #DD8C61
Black with #DD8C61
Text Example
Text Example
White with #DD8C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C61; }
p { color: rgb(221,140,97); }
H1.HeaderClassName
{
color: #DD8C61;
}
.AnyTagClassName
{
color: #DD8C61;
}
</style>
background-color css
<style>
a { background-color: #DD8C61; }
a { background-color: rgb(221,140,97); }
div.DivClassName
{
background-color: #DD8C61;
}
.BgClassName
{
background-color: #DD8C61;
}
</style>
border-color css
<style>
span { border-color: #DD8C61; }
span { border-color: rgb(221,140,97); }
td.TdClassName
{
border-color: #DD8C61;
}
.TagClassName
{
border-color: #DD8C61;
}
</style>