Shades of Copper #DD8F61
Tints of Copper #DD8F61
RGB
CMYK
RGB Variations
Color information
#DD8F61 (or 0xDD8F61) is known color: Copper. HEX triplet: DD, 8F and 61. RGB value is (221,143,97). Sum of RGB (Red+Green+Blue) = 221+143+97=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F61 is #22709E. Grayscale: #A1A1A1. Windows color (decimal): -2257055 or 6393821. OLE color: 6393821.
HSL color Cylindrical-coordinate representation of color #DD8F61: hue angle of 22.26º 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 #DD8F61 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 97 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.13 |
| HSL | 22.26º | 0.65% | 0.62% | - |
| HSV(B) | 22.26º | 0.56% | 0.87% | - |
| XYZ | 41.8 | 35.88 | 16.03 | - |
| YUV | 161.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 97 | 0 | 0.35 | 0.56 | 0.13 | 22.26 | 0.65 | 0.62 |
| Hex | DD | 8F | 61 | 0 | 23 | 38 | D | 16 | 41 | 3E |
| Octal | 335 | 217 | 141 | 0 | 43 | 70 | 15 | 26 | 101 | 76 |
| Binary | 11011101 | 10001111 | 1100001 | 0 | 100011 | 111000 | 1101 | 10110 | 1000001 | 111110 |
Color Harmonies of #DD8F61
Complementary color
Monochromatic Colors of #DD8F61
Black with #DD8F61
Text Example
Text Example
White with #DD8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F61; }
p { color: rgb(221,143,97); }
H1.HeaderClassName
{
color: #DD8F61;
}
.AnyTagClassName
{
color: #DD8F61;
}
</style>
background-color css
<style>
a { background-color: #DD8F61; }
a { background-color: rgb(221,143,97); }
div.DivClassName
{
background-color: #DD8F61;
}
.BgClassName
{
background-color: #DD8F61;
}
</style>
border-color css
<style>
span { border-color: #DD8F61; }
span { border-color: rgb(221,143,97); }
td.TdClassName
{
border-color: #DD8F61;
}
.TagClassName
{
border-color: #DD8F61;
}
</style>