Shades of Copper #DD866C
Tints of Copper #DD866C
RGB
CMYK
RGB Variations
Color information
#DD866C (or 0xDD866C) is known color: Copper. HEX triplet: DD, 86 and 6C. RGB value is (221,134,108). Sum of RGB (Red+Green+Blue) = 221+134+108=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866C is #227993. Grayscale: #9D9D9D. Windows color (decimal): -2259348 or 7112413. OLE color: 7112413.
HSL color Cylindrical-coordinate representation of color #DD866C: hue angle of 13.81º 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 #DD866C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 108 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.13 |
| HSL | 13.81º | 0.62% | 0.65% | - |
| HSV(B) | 13.81º | 0.51% | 0.87% | - |
| XYZ | 41.05 | 33.51 | 18.49 | - |
| YUV | 157.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 108 | 0 | 0.39 | 0.51 | 0.13 | 13.81 | 0.62 | 0.65 |
| Hex | DD | 86 | 6C | 0 | 27 | 33 | D | E | 3E | 41 |
| Octal | 335 | 206 | 154 | 0 | 47 | 63 | 15 | 16 | 76 | 101 |
| Binary | 11011101 | 10000110 | 1101100 | 0 | 100111 | 110011 | 1101 | 1110 | 111110 | 1000001 |
Color Harmonies of #DD866C
Complementary color
Monochromatic Colors of #DD866C
Black with #DD866C
Text Example
Text Example
White with #DD866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD866C; }
p { color: rgb(221,134,108); }
H1.HeaderClassName
{
color: #DD866C;
}
.AnyTagClassName
{
color: #DD866C;
}
</style>
background-color css
<style>
a { background-color: #DD866C; }
a { background-color: rgb(221,134,108); }
div.DivClassName
{
background-color: #DD866C;
}
.BgClassName
{
background-color: #DD866C;
}
</style>
border-color css
<style>
span { border-color: #DD866C; }
span { border-color: rgb(221,134,108); }
td.TdClassName
{
border-color: #DD866C;
}
.TagClassName
{
border-color: #DD866C;
}
</style>