Shades of Copper #DD8763
Tints of Copper #DD8763
RGB
CMYK
RGB Variations
Color information
#DD8763 (or 0xDD8763) is known color: Copper. HEX triplet: DD, 87 and 63. RGB value is (221,135,99). Sum of RGB (Red+Green+Blue) = 221+135+99=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8763 is #22789C. Grayscale: #9C9C9C. Windows color (decimal): -2259101 or 6522845. OLE color: 6522845.
HSL color Cylindrical-coordinate representation of color #DD8763: hue angle of 17.7º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD8763 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 99 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.13 |
| HSL | 17.7º | 0.64% | 0.63% | - |
| HSV(B) | 17.7º | 0.55% | 0.87% | - |
| XYZ | 40.73 | 33.6 | 16.14 | - |
| YUV | 156.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 99 | 0 | 0.39 | 0.55 | 0.13 | 17.7 | 0.64 | 0.63 |
| Hex | DD | 87 | 63 | 0 | 27 | 37 | D | 12 | 40 | 3F |
| Octal | 335 | 207 | 143 | 0 | 47 | 67 | 15 | 22 | 100 | 77 |
| Binary | 11011101 | 10000111 | 1100011 | 0 | 100111 | 110111 | 1101 | 10010 | 1000000 | 111111 |
Color Harmonies of #DD8763
Complementary color
Monochromatic Colors of #DD8763
Black with #DD8763
Text Example
Text Example
White with #DD8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8763; }
p { color: rgb(221,135,99); }
H1.HeaderClassName
{
color: #DD8763;
}
.AnyTagClassName
{
color: #DD8763;
}
</style>
background-color css
<style>
a { background-color: #DD8763; }
a { background-color: rgb(221,135,99); }
div.DivClassName
{
background-color: #DD8763;
}
.BgClassName
{
background-color: #DD8763;
}
</style>
border-color css
<style>
span { border-color: #DD8763; }
span { border-color: rgb(221,135,99); }
td.TdClassName
{
border-color: #DD8763;
}
.TagClassName
{
border-color: #DD8763;
}
</style>