Shades of Copper #DD8659
Tints of Copper #DD8659
RGB
CMYK
RGB Variations
Color information
#DD8659 (or 0xDD8659) is known color: Copper. HEX triplet: DD, 86 and 59. RGB value is (221,134,89). Sum of RGB (Red+Green+Blue) = 221+134+89=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8659 is #2279A6. Grayscale: #9B9B9B. Windows color (decimal): -2259367 or 5867229. OLE color: 5867229.
HSL color Cylindrical-coordinate representation of color #DD8659: hue angle of 20.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8659 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 89 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.13 |
| HSL | 20.45º | 0.66% | 0.61% | - |
| HSV(B) | 20.45º | 0.6% | 0.87% | - |
| XYZ | 40.15 | 33.14 | 13.73 | - |
| YUV | 154.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 89 | 0 | 0.39 | 0.60 | 0.13 | 20.45 | 0.66 | 0.61 |
| Hex | DD | 86 | 59 | 0 | 27 | 3C | D | 14 | 42 | 3D |
| Octal | 335 | 206 | 131 | 0 | 47 | 74 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000110 | 1011001 | 0 | 100111 | 111100 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD8659
Complementary color
Monochromatic Colors of #DD8659
Black with #DD8659
Text Example
Text Example
White with #DD8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8659; }
p { color: rgb(221,134,89); }
H1.HeaderClassName
{
color: #DD8659;
}
.AnyTagClassName
{
color: #DD8659;
}
</style>
background-color css
<style>
a { background-color: #DD8659; }
a { background-color: rgb(221,134,89); }
div.DivClassName
{
background-color: #DD8659;
}
.BgClassName
{
background-color: #DD8659;
}
</style>
border-color css
<style>
span { border-color: #DD8659; }
span { border-color: rgb(221,134,89); }
td.TdClassName
{
border-color: #DD8659;
}
.TagClassName
{
border-color: #DD8659;
}
</style>