Shades of Copper #DD8D63
Tints of Copper #DD8D63
RGB
CMYK
RGB Variations
Color information
#DD8D63 (or 0xDD8D63) is known color: Copper. HEX triplet: DD, 8D and 63. RGB value is (221,141,99). Sum of RGB (Red+Green+Blue) = 221+141+99=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D63 is #22729C. Grayscale: #A0A0A0. Windows color (decimal): -2257565 or 6524381. OLE color: 6524381.
HSL color Cylindrical-coordinate representation of color #DD8D63: hue angle of 20.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD8D63 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 99 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.13 |
| HSL | 20.66º | 0.64% | 0.63% | - |
| HSV(B) | 20.66º | 0.55% | 0.87% | - |
| XYZ | 41.6 | 35.32 | 16.43 | - |
| YUV | 160.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 99 | 0 | 0.36 | 0.55 | 0.13 | 20.66 | 0.64 | 0.63 |
| Hex | DD | 8D | 63 | 0 | 24 | 37 | D | 15 | 40 | 3F |
| Octal | 335 | 215 | 143 | 0 | 44 | 67 | 15 | 25 | 100 | 77 |
| Binary | 11011101 | 10001101 | 1100011 | 0 | 100100 | 110111 | 1101 | 10101 | 1000000 | 111111 |
Color Harmonies of #DD8D63
Complementary color
Monochromatic Colors of #DD8D63
Black with #DD8D63
Text Example
Text Example
White with #DD8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D63; }
p { color: rgb(221,141,99); }
H1.HeaderClassName
{
color: #DD8D63;
}
.AnyTagClassName
{
color: #DD8D63;
}
</style>
background-color css
<style>
a { background-color: #DD8D63; }
a { background-color: rgb(221,141,99); }
div.DivClassName
{
background-color: #DD8D63;
}
.BgClassName
{
background-color: #DD8D63;
}
</style>
border-color css
<style>
span { border-color: #DD8D63; }
span { border-color: rgb(221,141,99); }
td.TdClassName
{
border-color: #DD8D63;
}
.TagClassName
{
border-color: #DD8D63;
}
</style>