Shades of Copper #DD8464
Tints of Copper #DD8464
RGB
CMYK
RGB Variations
Color information
#DD8464 (or 0xDD8464) is known color: Copper. HEX triplet: DD, 84 and 64. RGB value is (221,132,100). Sum of RGB (Red+Green+Blue) = 221+132+100=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8464 is #227B9B. Grayscale: #9B9B9B. Windows color (decimal): -2259868 or 6587613. OLE color: 6587613.
HSL color Cylindrical-coordinate representation of color #DD8464: hue angle of 15.87º 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 #DD8464 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 100 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.13 |
| HSL | 15.87º | 0.64% | 0.63% | - |
| HSV(B) | 15.87º | 0.55% | 0.87% | - |
| XYZ | 40.37 | 32.79 | 16.26 | - |
| YUV | 154.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 100 | 0 | 0.40 | 0.55 | 0.13 | 15.87 | 0.64 | 0.63 |
| Hex | DD | 84 | 64 | 0 | 28 | 37 | D | 10 | 40 | 3F |
| Octal | 335 | 204 | 144 | 0 | 50 | 67 | 15 | 20 | 100 | 77 |
| Binary | 11011101 | 10000100 | 1100100 | 0 | 101000 | 110111 | 1101 | 10000 | 1000000 | 111111 |
Color Harmonies of #DD8464
Complementary color
Monochromatic Colors of #DD8464
Black with #DD8464
Text Example
Text Example
White with #DD8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8464; }
p { color: rgb(221,132,100); }
H1.HeaderClassName
{
color: #DD8464;
}
.AnyTagClassName
{
color: #DD8464;
}
</style>
background-color css
<style>
a { background-color: #DD8464; }
a { background-color: rgb(221,132,100); }
div.DivClassName
{
background-color: #DD8464;
}
.BgClassName
{
background-color: #DD8464;
}
</style>
border-color css
<style>
span { border-color: #DD8464; }
span { border-color: rgb(221,132,100); }
td.TdClassName
{
border-color: #DD8464;
}
.TagClassName
{
border-color: #DD8464;
}
</style>