Shades of Copper #DD865C
Tints of Copper #DD865C
RGB
CMYK
RGB Variations
Color information
#DD865C (or 0xDD865C) is known color: Copper. HEX triplet: DD, 86 and 5C. RGB value is (221,134,92). Sum of RGB (Red+Green+Blue) = 221+134+92=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD865C is #2279A3. Grayscale: #9B9B9B. Windows color (decimal): -2259364 or 6063837. OLE color: 6063837.
HSL color Cylindrical-coordinate representation of color #DD865C: hue angle of 19.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD865C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.13 |
| HSL | 19.53º | 0.65% | 0.61% | - |
| HSV(B) | 19.53º | 0.58% | 0.87% | - |
| XYZ | 40.28 | 33.2 | 14.41 | - |
| YUV | 155.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 92 | 0 | 0.39 | 0.58 | 0.13 | 19.53 | 0.65 | 0.61 |
| Hex | DD | 86 | 5C | 0 | 27 | 3A | D | 14 | 41 | 3D |
| Octal | 335 | 206 | 134 | 0 | 47 | 72 | 15 | 24 | 101 | 75 |
| Binary | 11011101 | 10000110 | 1011100 | 0 | 100111 | 111010 | 1101 | 10100 | 1000001 | 111101 |
Color Harmonies of #DD865C
Complementary color
Monochromatic Colors of #DD865C
Black with #DD865C
Text Example
Text Example
White with #DD865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD865C; }
p { color: rgb(221,134,92); }
H1.HeaderClassName
{
color: #DD865C;
}
.AnyTagClassName
{
color: #DD865C;
}
</style>
background-color css
<style>
a { background-color: #DD865C; }
a { background-color: rgb(221,134,92); }
div.DivClassName
{
background-color: #DD865C;
}
.BgClassName
{
background-color: #DD865C;
}
</style>
border-color css
<style>
span { border-color: #DD865C; }
span { border-color: rgb(221,134,92); }
td.TdClassName
{
border-color: #DD865C;
}
.TagClassName
{
border-color: #DD865C;
}
</style>