Shades of Copper #DD8764
Tints of Copper #DD8764
RGB
CMYK
RGB Variations
Color information
#DD8764 (or 0xDD8764) is known color: Copper. HEX triplet: DD, 87 and 64. RGB value is (221,135,100). Sum of RGB (Red+Green+Blue) = 221+135+100=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8764 is #22789B. Grayscale: #9C9C9C. Windows color (decimal): -2259100 or 6588381. OLE color: 6588381.
HSL color Cylindrical-coordinate representation of color #DD8764: hue angle of 17.36º 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 #DD8764 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 100 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.13 |
| HSL | 17.36º | 0.64% | 0.63% | - |
| HSV(B) | 17.36º | 0.55% | 0.87% | - |
| XYZ | 40.78 | 33.62 | 16.4 | - |
| YUV | 156.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 100 | 0 | 0.39 | 0.55 | 0.13 | 17.36 | 0.64 | 0.63 |
| Hex | DD | 87 | 64 | 0 | 27 | 37 | D | 11 | 40 | 3F |
| Octal | 335 | 207 | 144 | 0 | 47 | 67 | 15 | 21 | 100 | 77 |
| Binary | 11011101 | 10000111 | 1100100 | 0 | 100111 | 110111 | 1101 | 10001 | 1000000 | 111111 |
Color Harmonies of #DD8764
Complementary color
Monochromatic Colors of #DD8764
Black with #DD8764
Text Example
Text Example
White with #DD8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8764; }
p { color: rgb(221,135,100); }
H1.HeaderClassName
{
color: #DD8764;
}
.AnyTagClassName
{
color: #DD8764;
}
</style>
background-color css
<style>
a { background-color: #DD8764; }
a { background-color: rgb(221,135,100); }
div.DivClassName
{
background-color: #DD8764;
}
.BgClassName
{
background-color: #DD8764;
}
</style>
border-color css
<style>
span { border-color: #DD8764; }
span { border-color: rgb(221,135,100); }
td.TdClassName
{
border-color: #DD8764;
}
.TagClassName
{
border-color: #DD8764;
}
</style>