Shades of Copper #DD8A63
Tints of Copper #DD8A63
RGB
CMYK
RGB Variations
Color information
#DD8A63 (or 0xDD8A63) is known color: Copper. HEX triplet: DD, 8A and 63. RGB value is (221,138,99). Sum of RGB (Red+Green+Blue) = 221+138+99=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A63 is #22759C. Grayscale: #9E9E9E. Windows color (decimal): -2258333 or 6523613. OLE color: 6523613.
HSL color Cylindrical-coordinate representation of color #DD8A63: hue angle of 19.18º 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 #DD8A63 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 99 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.13 |
| HSL | 19.18º | 0.64% | 0.63% | - |
| HSV(B) | 19.18º | 0.55% | 0.87% | - |
| XYZ | 41.16 | 34.45 | 16.28 | - |
| YUV | 158.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 99 | 0 | 0.38 | 0.55 | 0.13 | 19.18 | 0.64 | 0.63 |
| Hex | DD | 8A | 63 | 0 | 26 | 37 | D | 13 | 40 | 3F |
| Octal | 335 | 212 | 143 | 0 | 46 | 67 | 15 | 23 | 100 | 77 |
| Binary | 11011101 | 10001010 | 1100011 | 0 | 100110 | 110111 | 1101 | 10011 | 1000000 | 111111 |
Color Harmonies of #DD8A63
Complementary color
Monochromatic Colors of #DD8A63
Black with #DD8A63
Text Example
Text Example
White with #DD8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A63; }
p { color: rgb(221,138,99); }
H1.HeaderClassName
{
color: #DD8A63;
}
.AnyTagClassName
{
color: #DD8A63;
}
</style>
background-color css
<style>
a { background-color: #DD8A63; }
a { background-color: rgb(221,138,99); }
div.DivClassName
{
background-color: #DD8A63;
}
.BgClassName
{
background-color: #DD8A63;
}
</style>
border-color css
<style>
span { border-color: #DD8A63; }
span { border-color: rgb(221,138,99); }
td.TdClassName
{
border-color: #DD8A63;
}
.TagClassName
{
border-color: #DD8A63;
}
</style>