Shades of Copper #DD8467
Tints of Copper #DD8467
RGB
CMYK
RGB Variations
Color information
#DD8467 (or 0xDD8467) is known color: Copper. HEX triplet: DD, 84 and 67. RGB value is (221,132,103). Sum of RGB (Red+Green+Blue) = 221+132+103=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8467 is #227B98. Grayscale: #9B9B9B. Windows color (decimal): -2259865 or 6784221. OLE color: 6784221.
HSL color Cylindrical-coordinate representation of color #DD8467: hue angle of 14.75º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD8467 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 103 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.13 |
| HSL | 14.75º | 0.63% | 0.64% | - |
| HSV(B) | 14.75º | 0.53% | 0.87% | - |
| XYZ | 40.52 | 32.85 | 17.04 | - |
| YUV | 155.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 103 | 0 | 0.40 | 0.53 | 0.13 | 14.75 | 0.63 | 0.64 |
| Hex | DD | 84 | 67 | 0 | 28 | 35 | D | F | 3F | 40 |
| Octal | 335 | 204 | 147 | 0 | 50 | 65 | 15 | 17 | 77 | 100 |
| Binary | 11011101 | 10000100 | 1100111 | 0 | 101000 | 110101 | 1101 | 1111 | 111111 | 1000000 |
Color Harmonies of #DD8467
Complementary color
Monochromatic Colors of #DD8467
Black with #DD8467
Text Example
Text Example
White with #DD8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8467; }
p { color: rgb(221,132,103); }
H1.HeaderClassName
{
color: #DD8467;
}
.AnyTagClassName
{
color: #DD8467;
}
</style>
background-color css
<style>
a { background-color: #DD8467; }
a { background-color: rgb(221,132,103); }
div.DivClassName
{
background-color: #DD8467;
}
.BgClassName
{
background-color: #DD8467;
}
</style>
border-color css
<style>
span { border-color: #DD8467; }
span { border-color: rgb(221,132,103); }
td.TdClassName
{
border-color: #DD8467;
}
.TagClassName
{
border-color: #DD8467;
}
</style>