Shades of Copper #DD8864
Tints of Copper #DD8864
RGB
CMYK
RGB Variations
Color information
#DD8864 (or 0xDD8864) is known color: Copper. HEX triplet: DD, 88 and 64. RGB value is (221,136,100). Sum of RGB (Red+Green+Blue) = 221+136+100=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8864 is #22779B. Grayscale: #9D9D9D. Windows color (decimal): -2258844 or 6588637. OLE color: 6588637.
HSL color Cylindrical-coordinate representation of color #DD8864: hue angle of 17.85º 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 #DD8864 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 100 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.13 |
| HSL | 17.85º | 0.64% | 0.63% | - |
| HSV(B) | 17.85º | 0.55% | 0.87% | - |
| XYZ | 40.92 | 33.9 | 16.44 | - |
| YUV | 157.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 100 | 0 | 0.38 | 0.55 | 0.13 | 17.85 | 0.64 | 0.63 |
| Hex | DD | 88 | 64 | 0 | 26 | 37 | D | 12 | 40 | 3F |
| Octal | 335 | 210 | 144 | 0 | 46 | 67 | 15 | 22 | 100 | 77 |
| Binary | 11011101 | 10001000 | 1100100 | 0 | 100110 | 110111 | 1101 | 10010 | 1000000 | 111111 |
Color Harmonies of #DD8864
Complementary color
Monochromatic Colors of #DD8864
Black with #DD8864
Text Example
Text Example
White with #DD8864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8864; }
p { color: rgb(221,136,100); }
H1.HeaderClassName
{
color: #DD8864;
}
.AnyTagClassName
{
color: #DD8864;
}
</style>
background-color css
<style>
a { background-color: #DD8864; }
a { background-color: rgb(221,136,100); }
div.DivClassName
{
background-color: #DD8864;
}
.BgClassName
{
background-color: #DD8864;
}
</style>
border-color css
<style>
span { border-color: #DD8864; }
span { border-color: rgb(221,136,100); }
td.TdClassName
{
border-color: #DD8864;
}
.TagClassName
{
border-color: #DD8864;
}
</style>