Shades of Copper #DD8E6C
Tints of Copper #DD8E6C
RGB
CMYK
RGB Variations
Color information
#DD8E6C (or 0xDD8E6C) is known color: Copper. HEX triplet: DD, 8E and 6C. RGB value is (221,142,108). Sum of RGB (Red+Green+Blue) = 221+142+108=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E6C is #227193. Grayscale: #A1A1A1. Windows color (decimal): -2257300 or 7114461. OLE color: 7114461.
HSL color Cylindrical-coordinate representation of color #DD8E6C: hue angle of 18.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD8E6C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 108 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.13 |
| HSL | 18.05º | 0.62% | 0.65% | - |
| HSV(B) | 18.05º | 0.51% | 0.87% | - |
| XYZ | 42.2 | 35.8 | 18.87 | - |
| YUV | 161.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 108 | 0 | 0.36 | 0.51 | 0.13 | 18.05 | 0.62 | 0.65 |
| Hex | DD | 8E | 6C | 0 | 24 | 33 | D | 12 | 3E | 41 |
| Octal | 335 | 216 | 154 | 0 | 44 | 63 | 15 | 22 | 76 | 101 |
| Binary | 11011101 | 10001110 | 1101100 | 0 | 100100 | 110011 | 1101 | 10010 | 111110 | 1000001 |
Color Harmonies of #DD8E6C
Complementary color
Monochromatic Colors of #DD8E6C
Black with #DD8E6C
Text Example
Text Example
White with #DD8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E6C; }
p { color: rgb(221,142,108); }
H1.HeaderClassName
{
color: #DD8E6C;
}
.AnyTagClassName
{
color: #DD8E6C;
}
</style>
background-color css
<style>
a { background-color: #DD8E6C; }
a { background-color: rgb(221,142,108); }
div.DivClassName
{
background-color: #DD8E6C;
}
.BgClassName
{
background-color: #DD8E6C;
}
</style>
border-color css
<style>
span { border-color: #DD8E6C; }
span { border-color: rgb(221,142,108); }
td.TdClassName
{
border-color: #DD8E6C;
}
.TagClassName
{
border-color: #DD8E6C;
}
</style>