Shades of Copper #DD8463
Tints of Copper #DD8463
RGB
CMYK
RGB Variations
Color information
#DD8463 (or 0xDD8463) is known color: Copper. HEX triplet: DD, 84 and 63. RGB value is (221,132,99). Sum of RGB (Red+Green+Blue) = 221+132+99=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8463 is #227B9C. Grayscale: #9B9B9B. Windows color (decimal): -2259869 or 6522077. OLE color: 6522077.
HSL color Cylindrical-coordinate representation of color #DD8463: hue angle of 16.23º 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 #DD8463 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 99 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.13 |
| HSL | 16.23º | 0.64% | 0.63% | - |
| HSV(B) | 16.23º | 0.55% | 0.87% | - |
| XYZ | 40.32 | 32.78 | 16.01 | - |
| YUV | 154.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 99 | 0 | 0.40 | 0.55 | 0.13 | 16.23 | 0.64 | 0.63 |
| Hex | DD | 84 | 63 | 0 | 28 | 37 | D | 10 | 40 | 3F |
| Octal | 335 | 204 | 143 | 0 | 50 | 67 | 15 | 20 | 100 | 77 |
| Binary | 11011101 | 10000100 | 1100011 | 0 | 101000 | 110111 | 1101 | 10000 | 1000000 | 111111 |
Color Harmonies of #DD8463
Complementary color
Monochromatic Colors of #DD8463
Black with #DD8463
Text Example
Text Example
White with #DD8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8463; }
p { color: rgb(221,132,99); }
H1.HeaderClassName
{
color: #DD8463;
}
.AnyTagClassName
{
color: #DD8463;
}
</style>
background-color css
<style>
a { background-color: #DD8463; }
a { background-color: rgb(221,132,99); }
div.DivClassName
{
background-color: #DD8463;
}
.BgClassName
{
background-color: #DD8463;
}
</style>
border-color css
<style>
span { border-color: #DD8463; }
span { border-color: rgb(221,132,99); }
td.TdClassName
{
border-color: #DD8463;
}
.TagClassName
{
border-color: #DD8463;
}
</style>