Shades of Copper #DD8E6E
Tints of Copper #DD8E6E
RGB
CMYK
RGB Variations
Color information
#DD8E6E (or 0xDD8E6E) is known color: Copper. HEX triplet: DD, 8E and 6E. RGB value is (221,142,110). Sum of RGB (Red+Green+Blue) = 221+142+110=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E6E is #227191. Grayscale: #A2A2A2. Windows color (decimal): -2257298 or 7245533. OLE color: 7245533.
HSL color Cylindrical-coordinate representation of color #DD8E6E: hue angle of 17.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD8E6E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 110 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.13 |
| HSL | 17.3º | 0.62% | 0.65% | - |
| HSV(B) | 17.3º | 0.5% | 0.87% | - |
| XYZ | 42.31 | 35.84 | 19.44 | - |
| YUV | 161.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 110 | 0 | 0.36 | 0.50 | 0.13 | 17.3 | 0.62 | 0.65 |
| Hex | DD | 8E | 6E | 0 | 24 | 32 | D | 11 | 3E | 41 |
| Octal | 335 | 216 | 156 | 0 | 44 | 62 | 15 | 21 | 76 | 101 |
| Binary | 11011101 | 10001110 | 1101110 | 0 | 100100 | 110010 | 1101 | 10001 | 111110 | 1000001 |
Color Harmonies of #DD8E6E
Complementary color
Monochromatic Colors of #DD8E6E
Black with #DD8E6E
Text Example
Text Example
White with #DD8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E6E; }
p { color: rgb(221,142,110); }
H1.HeaderClassName
{
color: #DD8E6E;
}
.AnyTagClassName
{
color: #DD8E6E;
}
</style>
background-color css
<style>
a { background-color: #DD8E6E; }
a { background-color: rgb(221,142,110); }
div.DivClassName
{
background-color: #DD8E6E;
}
.BgClassName
{
background-color: #DD8E6E;
}
</style>
border-color css
<style>
span { border-color: #DD8E6E; }
span { border-color: rgb(221,142,110); }
td.TdClassName
{
border-color: #DD8E6E;
}
.TagClassName
{
border-color: #DD8E6E;
}
</style>