Shades of Copper #DD8569
Tints of Copper #DD8569
RGB
CMYK
RGB Variations
Color information
#DD8569 (or 0xDD8569) is known color: Copper. HEX triplet: DD, 85 and 69. RGB value is (221,133,105). Sum of RGB (Red+Green+Blue) = 221+133+105=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8569 is #227A96. Grayscale: #9C9C9C. Windows color (decimal): -2259607 or 6915549. OLE color: 6915549.
HSL color Cylindrical-coordinate representation of color #DD8569: hue angle of 14.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD8569 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 105 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.13 |
| HSL | 14.48º | 0.63% | 0.64% | - |
| HSV(B) | 14.48º | 0.52% | 0.87% | - |
| XYZ | 40.76 | 33.17 | 17.62 | - |
| YUV | 156.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 105 | 0 | 0.40 | 0.52 | 0.13 | 14.48 | 0.63 | 0.64 |
| Hex | DD | 85 | 69 | 0 | 28 | 34 | D | E | 3F | 40 |
| Octal | 335 | 205 | 151 | 0 | 50 | 64 | 15 | 16 | 77 | 100 |
| Binary | 11011101 | 10000101 | 1101001 | 0 | 101000 | 110100 | 1101 | 1110 | 111111 | 1000000 |
Color Harmonies of #DD8569
Complementary color
Monochromatic Colors of #DD8569
Black with #DD8569
Text Example
Text Example
White with #DD8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8569; }
p { color: rgb(221,133,105); }
H1.HeaderClassName
{
color: #DD8569;
}
.AnyTagClassName
{
color: #DD8569;
}
</style>
background-color css
<style>
a { background-color: #DD8569; }
a { background-color: rgb(221,133,105); }
div.DivClassName
{
background-color: #DD8569;
}
.BgClassName
{
background-color: #DD8569;
}
</style>
border-color css
<style>
span { border-color: #DD8569; }
span { border-color: rgb(221,133,105); }
td.TdClassName
{
border-color: #DD8569;
}
.TagClassName
{
border-color: #DD8569;
}
</style>