Shades of Copper #DD865E
Tints of Copper #DD865E
RGB
CMYK
RGB Variations
Color information
#DD865E (or 0xDD865E) is known color: Copper. HEX triplet: DD, 86 and 5E. RGB value is (221,134,94). Sum of RGB (Red+Green+Blue) = 221+134+94=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865E is #2279A1. Grayscale: #9B9B9B. Windows color (decimal): -2259362 or 6194909. OLE color: 6194909.
HSL color Cylindrical-coordinate representation of color #DD865E: hue angle of 18.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD865E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 94 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 18.9º | 0.65% | 0.62% | - |
| HSV(B) | 18.9º | 0.57% | 0.87% | - |
| XYZ | 40.36 | 33.23 | 14.88 | - |
| YUV | 155.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 94 | 0 | 0.39 | 0.57 | 0.13 | 18.9 | 0.65 | 0.62 |
| Hex | DD | 86 | 5E | 0 | 27 | 39 | D | 13 | 41 | 3E |
| Octal | 335 | 206 | 136 | 0 | 47 | 71 | 15 | 23 | 101 | 76 |
| Binary | 11011101 | 10000110 | 1011110 | 0 | 100111 | 111001 | 1101 | 10011 | 1000001 | 111110 |
Color Harmonies of #DD865E
Complementary color
Monochromatic Colors of #DD865E
Black with #DD865E
Text Example
Text Example
White with #DD865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD865E; }
p { color: rgb(221,134,94); }
H1.HeaderClassName
{
color: #DD865E;
}
.AnyTagClassName
{
color: #DD865E;
}
</style>
background-color css
<style>
a { background-color: #DD865E; }
a { background-color: rgb(221,134,94); }
div.DivClassName
{
background-color: #DD865E;
}
.BgClassName
{
background-color: #DD865E;
}
</style>
border-color css
<style>
span { border-color: #DD865E; }
span { border-color: rgb(221,134,94); }
td.TdClassName
{
border-color: #DD865E;
}
.TagClassName
{
border-color: #DD865E;
}
</style>