Shades of Copper #DD8F6D
Tints of Copper #DD8F6D
RGB
CMYK
RGB Variations
Color information
#DD8F6D (or 0xDD8F6D) is known color: Copper. HEX triplet: DD, 8F and 6D. RGB value is (221,143,109). Sum of RGB (Red+Green+Blue) = 221+143+109=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6D is #227092. Grayscale: #A2A2A2. Windows color (decimal): -2257043 or 7180253. OLE color: 7180253.
HSL color Cylindrical-coordinate representation of color #DD8F6D: hue angle of 18.21º 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 #DD8F6D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 109 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.13 |
| HSL | 18.21º | 0.62% | 0.65% | - |
| HSV(B) | 18.21º | 0.51% | 0.87% | - |
| XYZ | 42.4 | 36.12 | 19.21 | - |
| YUV | 162.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 109 | 0 | 0.35 | 0.51 | 0.13 | 18.21 | 0.62 | 0.65 |
| Hex | DD | 8F | 6D | 0 | 23 | 33 | D | 12 | 3E | 41 |
| Octal | 335 | 217 | 155 | 0 | 43 | 63 | 15 | 22 | 76 | 101 |
| Binary | 11011101 | 10001111 | 1101101 | 0 | 100011 | 110011 | 1101 | 10010 | 111110 | 1000001 |
Color Harmonies of #DD8F6D
Complementary color
Monochromatic Colors of #DD8F6D
Black with #DD8F6D
Text Example
Text Example
White with #DD8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F6D; }
p { color: rgb(221,143,109); }
H1.HeaderClassName
{
color: #DD8F6D;
}
.AnyTagClassName
{
color: #DD8F6D;
}
</style>
background-color css
<style>
a { background-color: #DD8F6D; }
a { background-color: rgb(221,143,109); }
div.DivClassName
{
background-color: #DD8F6D;
}
.BgClassName
{
background-color: #DD8F6D;
}
</style>
border-color css
<style>
span { border-color: #DD8F6D; }
span { border-color: rgb(221,143,109); }
td.TdClassName
{
border-color: #DD8F6D;
}
.TagClassName
{
border-color: #DD8F6D;
}
</style>