Shades of Copper #DD8558
Tints of Copper #DD8558
RGB
CMYK
RGB Variations
Color information
#DD8558 (or 0xDD8558) is known color: Copper. HEX triplet: DD, 85 and 58. RGB value is (221,133,88). Sum of RGB (Red+Green+Blue) = 221+133+88=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8558 is #227AA7. Grayscale: #9A9A9A. Windows color (decimal): -2259624 or 5801437. OLE color: 5801437.
HSL color Cylindrical-coordinate representation of color #DD8558: hue angle of 20.3º 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 #DD8558 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 88 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.13 |
| HSL | 20.3º | 0.66% | 0.61% | - |
| HSV(B) | 20.3º | 0.6% | 0.87% | - |
| XYZ | 39.97 | 32.85 | 13.47 | - |
| YUV | 154.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 88 | 0 | 0.40 | 0.60 | 0.13 | 20.3 | 0.66 | 0.61 |
| Hex | DD | 85 | 58 | 0 | 28 | 3C | D | 14 | 42 | 3D |
| Octal | 335 | 205 | 130 | 0 | 50 | 74 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000101 | 1011000 | 0 | 101000 | 111100 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD8558
Complementary color
Monochromatic Colors of #DD8558
Black with #DD8558
Text Example
Text Example
White with #DD8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8558; }
p { color: rgb(221,133,88); }
H1.HeaderClassName
{
color: #DD8558;
}
.AnyTagClassName
{
color: #DD8558;
}
</style>
background-color css
<style>
a { background-color: #DD8558; }
a { background-color: rgb(221,133,88); }
div.DivClassName
{
background-color: #DD8558;
}
.BgClassName
{
background-color: #DD8558;
}
</style>
border-color css
<style>
span { border-color: #DD8558; }
span { border-color: rgb(221,133,88); }
td.TdClassName
{
border-color: #DD8558;
}
.TagClassName
{
border-color: #DD8558;
}
</style>