Shades of Copper #DD986C
Tints of Copper #DD986C
RGB
CMYK
RGB Variations
Color information
#DD986C (or 0xDD986C) is known color: Copper. HEX triplet: DD, 98 and 6C. RGB value is (221,152,108). Sum of RGB (Red+Green+Blue) = 221+152+108=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD986C is #226793. Grayscale: #A7A7A7. Windows color (decimal): -2254740 or 7117021. OLE color: 7117021.
HSL color Cylindrical-coordinate representation of color #DD986C: hue angle of 23.36º 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 #DD986C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 108 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.13 |
| HSL | 23.36º | 0.62% | 0.65% | - |
| HSV(B) | 23.36º | 0.51% | 0.87% | - |
| XYZ | 43.75 | 38.91 | 19.39 | - |
| YUV | 167.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 108 | 0 | 0.31 | 0.51 | 0.13 | 23.36 | 0.62 | 0.65 |
| Hex | DD | 98 | 6C | 0 | 1F | 33 | D | 17 | 3E | 41 |
| Octal | 335 | 230 | 154 | 0 | 37 | 63 | 15 | 27 | 76 | 101 |
| Binary | 11011101 | 10011000 | 1101100 | 0 | 11111 | 110011 | 1101 | 10111 | 111110 | 1000001 |
Color Harmonies of #DD986C
Complementary color
Monochromatic Colors of #DD986C
Black with #DD986C
Text Example
Text Example
White with #DD986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD986C; }
p { color: rgb(221,152,108); }
H1.HeaderClassName
{
color: #DD986C;
}
.AnyTagClassName
{
color: #DD986C;
}
</style>
background-color css
<style>
a { background-color: #DD986C; }
a { background-color: rgb(221,152,108); }
div.DivClassName
{
background-color: #DD986C;
}
.BgClassName
{
background-color: #DD986C;
}
</style>
border-color css
<style>
span { border-color: #DD986C; }
span { border-color: rgb(221,152,108); }
td.TdClassName
{
border-color: #DD986C;
}
.TagClassName
{
border-color: #DD986C;
}
</style>