Shades of Copper #DD8565
Tints of Copper #DD8565
RGB
CMYK
RGB Variations
Color information
#DD8565 (or 0xDD8565) is known color: Copper. HEX triplet: DD, 85 and 65. RGB value is (221,133,101). Sum of RGB (Red+Green+Blue) = 221+133+101=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8565 is #227A9A. Grayscale: #9B9B9B. Windows color (decimal): -2259611 or 6653405. OLE color: 6653405.
HSL color Cylindrical-coordinate representation of color #DD8565: hue angle of 16º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD8565 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 101 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.13 |
| HSL | 16º | 0.64% | 0.63% | - |
| HSV(B) | 16º | 0.54% | 0.87% | - |
| XYZ | 40.56 | 33.09 | 16.56 | - |
| YUV | 155.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 101 | 0 | 0.40 | 0.54 | 0.13 | 16 | 0.64 | 0.63 |
| Hex | DD | 85 | 65 | 0 | 28 | 36 | D | 10 | 40 | 3F |
| Octal | 335 | 205 | 145 | 0 | 50 | 66 | 15 | 20 | 100 | 77 |
| Binary | 11011101 | 10000101 | 1100101 | 0 | 101000 | 110110 | 1101 | 10000 | 1000000 | 111111 |
Color Harmonies of #DD8565
Complementary color
Monochromatic Colors of #DD8565
Black with #DD8565
Text Example
Text Example
White with #DD8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8565; }
p { color: rgb(221,133,101); }
H1.HeaderClassName
{
color: #DD8565;
}
.AnyTagClassName
{
color: #DD8565;
}
</style>
background-color css
<style>
a { background-color: #DD8565; }
a { background-color: rgb(221,133,101); }
div.DivClassName
{
background-color: #DD8565;
}
.BgClassName
{
background-color: #DD8565;
}
</style>
border-color css
<style>
span { border-color: #DD8565; }
span { border-color: rgb(221,133,101); }
td.TdClassName
{
border-color: #DD8565;
}
.TagClassName
{
border-color: #DD8565;
}
</style>