Shades of Copper #DD8965
Tints of Copper #DD8965
RGB
CMYK
RGB Variations
Color information
#DD8965 (or 0xDD8965) is known color: Copper. HEX triplet: DD, 89 and 65. RGB value is (221,137,101). Sum of RGB (Red+Green+Blue) = 221+137+101=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8965 is #22769A. Grayscale: #9E9E9E. Windows color (decimal): -2258587 or 6654429. OLE color: 6654429.
HSL color Cylindrical-coordinate representation of color #DD8965: hue angle of 18º 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 #DD8965 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 101 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.13 |
| HSL | 18º | 0.64% | 0.63% | - |
| HSV(B) | 18º | 0.54% | 0.87% | - |
| XYZ | 41.11 | 34.2 | 16.75 | - |
| YUV | 158.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 101 | 0 | 0.38 | 0.54 | 0.13 | 18 | 0.64 | 0.63 |
| Hex | DD | 89 | 65 | 0 | 26 | 36 | D | 12 | 40 | 3F |
| Octal | 335 | 211 | 145 | 0 | 46 | 66 | 15 | 22 | 100 | 77 |
| Binary | 11011101 | 10001001 | 1100101 | 0 | 100110 | 110110 | 1101 | 10010 | 1000000 | 111111 |
Color Harmonies of #DD8965
Complementary color
Monochromatic Colors of #DD8965
Black with #DD8965
Text Example
Text Example
White with #DD8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8965; }
p { color: rgb(221,137,101); }
H1.HeaderClassName
{
color: #DD8965;
}
.AnyTagClassName
{
color: #DD8965;
}
</style>
background-color css
<style>
a { background-color: #DD8965; }
a { background-color: rgb(221,137,101); }
div.DivClassName
{
background-color: #DD8965;
}
.BgClassName
{
background-color: #DD8965;
}
</style>
border-color css
<style>
span { border-color: #DD8965; }
span { border-color: rgb(221,137,101); }
td.TdClassName
{
border-color: #DD8965;
}
.TagClassName
{
border-color: #DD8965;
}
</style>