Shades of Copper #DD8B71
Tints of Copper #DD8B71
RGB
CMYK
RGB Variations
Color information
#DD8B71 (or 0xDD8B71) is known color: Copper. HEX triplet: DD, 8B and 71. RGB value is (221,139,113). Sum of RGB (Red+Green+Blue) = 221+139+113=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B71 is #22748E. Grayscale: #A0A0A0. Windows color (decimal): -2258063 or 7441373. OLE color: 7441373.
HSL color Cylindrical-coordinate representation of color #DD8B71: hue angle of 14.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8B71 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 113 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.13 |
| HSL | 14.44º | 0.61% | 0.65% | - |
| HSV(B) | 14.44º | 0.49% | 0.87% | - |
| XYZ | 42.03 | 35.03 | 20.17 | - |
| YUV | 160.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 113 | 0 | 0.37 | 0.49 | 0.13 | 14.44 | 0.61 | 0.65 |
| Hex | DD | 8B | 71 | 0 | 25 | 31 | D | E | 3D | 41 |
| Octal | 335 | 213 | 161 | 0 | 45 | 61 | 15 | 16 | 75 | 101 |
| Binary | 11011101 | 10001011 | 1110001 | 0 | 100101 | 110001 | 1101 | 1110 | 111101 | 1000001 |
Color Harmonies of #DD8B71
Complementary color
Monochromatic Colors of #DD8B71
Black with #DD8B71
Text Example
Text Example
White with #DD8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B71; }
p { color: rgb(221,139,113); }
H1.HeaderClassName
{
color: #DD8B71;
}
.AnyTagClassName
{
color: #DD8B71;
}
</style>
background-color css
<style>
a { background-color: #DD8B71; }
a { background-color: rgb(221,139,113); }
div.DivClassName
{
background-color: #DD8B71;
}
.BgClassName
{
background-color: #DD8B71;
}
</style>
border-color css
<style>
span { border-color: #DD8B71; }
span { border-color: rgb(221,139,113); }
td.TdClassName
{
border-color: #DD8B71;
}
.TagClassName
{
border-color: #DD8B71;
}
</style>