Shades of Copper #D58963
Tints of Copper #D58963
RGB
CMYK
RGB Variations
Color information
#D58963 (or 0xD58963) is known color: Copper. HEX triplet: D5, 89 and 63. RGB value is (213,137,99). Sum of RGB (Red+Green+Blue) = 213+137+99=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58963 is #2A769C. Grayscale: #9B9B9B. Windows color (decimal): -2782877 or 6523349. OLE color: 6523349.
HSL color Cylindrical-coordinate representation of color #D58963: hue angle of 20º 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 #D58963 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 99 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.16 |
| HSL | 20º | 0.58% | 0.61% | - |
| HSV(B) | 20º | 0.54% | 0.84% | - |
| XYZ | 38.64 | 32.94 | 16.13 | - |
| YUV | 155.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 99 | 0 | 0.36 | 0.54 | 0.16 | 20 | 0.58 | 0.61 |
| Hex | D5 | 89 | 63 | 0 | 24 | 36 | 10 | 14 | 3A | 3D |
| Octal | 325 | 211 | 143 | 0 | 44 | 66 | 20 | 24 | 72 | 75 |
| Binary | 11010101 | 10001001 | 1100011 | 0 | 100100 | 110110 | 10000 | 10100 | 111010 | 111101 |
Color Harmonies of #D58963
Complementary color
Monochromatic Colors of #D58963
Black with #D58963
Text Example
Text Example
White with #D58963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58963; }
p { color: rgb(213,137,99); }
H1.HeaderClassName
{
color: #D58963;
}
.AnyTagClassName
{
color: #D58963;
}
</style>
background-color css
<style>
a { background-color: #D58963; }
a { background-color: rgb(213,137,99); }
div.DivClassName
{
background-color: #D58963;
}
.BgClassName
{
background-color: #D58963;
}
</style>
border-color css
<style>
span { border-color: #D58963; }
span { border-color: rgb(213,137,99); }
td.TdClassName
{
border-color: #D58963;
}
.TagClassName
{
border-color: #D58963;
}
</style>