Shades of Copper #DD8561
Tints of Copper #DD8561
RGB
CMYK
RGB Variations
Color information
#DD8561 (or 0xDD8561) is known color: Copper. HEX triplet: DD, 85 and 61. RGB value is (221,133,97). Sum of RGB (Red+Green+Blue) = 221+133+97=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8561 is #227A9E. Grayscale: #9B9B9B. Windows color (decimal): -2259615 or 6391261. OLE color: 6391261.
HSL color Cylindrical-coordinate representation of color #DD8561: hue angle of 17.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8561 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 97 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.13 |
| HSL | 17.42º | 0.65% | 0.62% | - |
| HSV(B) | 17.42º | 0.56% | 0.87% | - |
| XYZ | 40.36 | 33.01 | 15.55 | - |
| YUV | 155.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 97 | 0 | 0.40 | 0.56 | 0.13 | 17.42 | 0.65 | 0.62 |
| Hex | DD | 85 | 61 | 0 | 28 | 38 | D | 11 | 41 | 3E |
| Octal | 335 | 205 | 141 | 0 | 50 | 70 | 15 | 21 | 101 | 76 |
| Binary | 11011101 | 10000101 | 1100001 | 0 | 101000 | 111000 | 1101 | 10001 | 1000001 | 111110 |
Color Harmonies of #DD8561
Complementary color
Monochromatic Colors of #DD8561
Black with #DD8561
Text Example
Text Example
White with #DD8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8561; }
p { color: rgb(221,133,97); }
H1.HeaderClassName
{
color: #DD8561;
}
.AnyTagClassName
{
color: #DD8561;
}
</style>
background-color css
<style>
a { background-color: #DD8561; }
a { background-color: rgb(221,133,97); }
div.DivClassName
{
background-color: #DD8561;
}
.BgClassName
{
background-color: #DD8561;
}
</style>
border-color css
<style>
span { border-color: #DD8561; }
span { border-color: rgb(221,133,97); }
td.TdClassName
{
border-color: #DD8561;
}
.TagClassName
{
border-color: #DD8561;
}
</style>