Shades of Copper #DD8065
Tints of Copper #DD8065
RGB
CMYK
RGB Variations
Color information
#DD8065 (or 0xDD8065) is known color: Copper. HEX triplet: DD, 80 and 65. RGB value is (221,128,101). Sum of RGB (Red+Green+Blue) = 221+128+101=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8065 is #227F9A. Grayscale: #989898. Windows color (decimal): -2260891 or 6652125. OLE color: 6652125.
HSL color Cylindrical-coordinate representation of color #DD8065: hue angle of 13.5º 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 #DD8065 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 101 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.13 |
| HSL | 13.5º | 0.64% | 0.63% | - |
| HSV(B) | 13.5º | 0.54% | 0.87% | - |
| XYZ | 39.89 | 31.75 | 16.34 | - |
| YUV | 152.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 101 | 0 | 0.42 | 0.54 | 0.13 | 13.5 | 0.64 | 0.63 |
| Hex | DD | 80 | 65 | 0 | 2A | 36 | D | E | 40 | 3F |
| Octal | 335 | 200 | 145 | 0 | 52 | 66 | 15 | 16 | 100 | 77 |
| Binary | 11011101 | 10000000 | 1100101 | 0 | 101010 | 110110 | 1101 | 1110 | 1000000 | 111111 |
Color Harmonies of #DD8065
Complementary color
Monochromatic Colors of #DD8065
Black with #DD8065
Text Example
Text Example
White with #DD8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8065; }
p { color: rgb(221,128,101); }
H1.HeaderClassName
{
color: #DD8065;
}
.AnyTagClassName
{
color: #DD8065;
}
</style>
background-color css
<style>
a { background-color: #DD8065; }
a { background-color: rgb(221,128,101); }
div.DivClassName
{
background-color: #DD8065;
}
.BgClassName
{
background-color: #DD8065;
}
</style>
border-color css
<style>
span { border-color: #DD8065; }
span { border-color: rgb(221,128,101); }
td.TdClassName
{
border-color: #DD8065;
}
.TagClassName
{
border-color: #DD8065;
}
</style>