Shades of Copper #D58862
Tints of Copper #D58862
RGB
CMYK
RGB Variations
Color information
#D58862 (or 0xD58862) is known color: Copper. HEX triplet: D5, 88 and 62. RGB value is (213,136,98). Sum of RGB (Red+Green+Blue) = 213+136+98=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58862 is #2A779D. Grayscale: #9A9A9A. Windows color (decimal): -2783134 or 6457557. OLE color: 6457557.
HSL color Cylindrical-coordinate representation of color #D58862: hue angle of 19.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58862 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 98 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.16 |
| HSL | 19.83º | 0.58% | 0.61% | - |
| HSV(B) | 19.83º | 0.54% | 0.84% | - |
| XYZ | 38.45 | 32.64 | 15.83 | - |
| YUV | 154.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 98 | 0 | 0.36 | 0.54 | 0.16 | 19.83 | 0.58 | 0.61 |
| Hex | D5 | 88 | 62 | 0 | 24 | 36 | 10 | 14 | 3A | 3D |
| Octal | 325 | 210 | 142 | 0 | 44 | 66 | 20 | 24 | 72 | 75 |
| Binary | 11010101 | 10001000 | 1100010 | 0 | 100100 | 110110 | 10000 | 10100 | 111010 | 111101 |
Color Harmonies of #D58862
Complementary color
Monochromatic Colors of #D58862
Black with #D58862
Text Example
Text Example
White with #D58862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58862; }
p { color: rgb(213,136,98); }
H1.HeaderClassName
{
color: #D58862;
}
.AnyTagClassName
{
color: #D58862;
}
</style>
background-color css
<style>
a { background-color: #D58862; }
a { background-color: rgb(213,136,98); }
div.DivClassName
{
background-color: #D58862;
}
.BgClassName
{
background-color: #D58862;
}
</style>
border-color css
<style>
span { border-color: #D58862; }
span { border-color: rgb(213,136,98); }
td.TdClassName
{
border-color: #D58862;
}
.TagClassName
{
border-color: #D58862;
}
</style>