Shades of Copper #DD8362
Tints of Copper #DD8362
RGB
CMYK
RGB Variations
Color information
#DD8362 (or 0xDD8362) is known color: Copper. HEX triplet: DD, 83 and 62. RGB value is (221,131,98). Sum of RGB (Red+Green+Blue) = 221+131+98=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8362 is #227C9D. Grayscale: #9A9A9A. Windows color (decimal): -2260126 or 6456285. OLE color: 6456285.
HSL color Cylindrical-coordinate representation of color #DD8362: hue angle of 16.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8362 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 98 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.13 |
| HSL | 16.1º | 0.64% | 0.63% | - |
| HSV(B) | 16.1º | 0.56% | 0.87% | - |
| XYZ | 40.14 | 32.49 | 15.71 | - |
| YUV | 154.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 98 | 0 | 0.41 | 0.56 | 0.13 | 16.1 | 0.64 | 0.63 |
| Hex | DD | 83 | 62 | 0 | 29 | 38 | D | 10 | 40 | 3F |
| Octal | 335 | 203 | 142 | 0 | 51 | 70 | 15 | 20 | 100 | 77 |
| Binary | 11011101 | 10000011 | 1100010 | 0 | 101001 | 111000 | 1101 | 10000 | 1000000 | 111111 |
Color Harmonies of #DD8362
Complementary color
Monochromatic Colors of #DD8362
Black with #DD8362
Text Example
Text Example
White with #DD8362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8362; }
p { color: rgb(221,131,98); }
H1.HeaderClassName
{
color: #DD8362;
}
.AnyTagClassName
{
color: #DD8362;
}
</style>
background-color css
<style>
a { background-color: #DD8362; }
a { background-color: rgb(221,131,98); }
div.DivClassName
{
background-color: #DD8362;
}
.BgClassName
{
background-color: #DD8362;
}
</style>
border-color css
<style>
span { border-color: #DD8362; }
span { border-color: rgb(221,131,98); }
td.TdClassName
{
border-color: #DD8362;
}
.TagClassName
{
border-color: #DD8362;
}
</style>