Shades of Copper #D58E6D
Tints of Copper #D58E6D
RGB
CMYK
RGB Variations
Color information
#D58E6D (or 0xD58E6D) is known color: Copper. HEX triplet: D5, 8E and 6D. RGB value is (213,142,109). Sum of RGB (Red+Green+Blue) = 213+142+109=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E6D is #2A7192. Grayscale: #9F9F9F. Windows color (decimal): -2781587 or 7179989. OLE color: 7179989.
HSL color Cylindrical-coordinate representation of color #D58E6D: hue angle of 19.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D58E6D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 109 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.16 |
| HSL | 19.04º | 0.55% | 0.63% | - |
| HSV(B) | 19.04º | 0.49% | 0.84% | - |
| XYZ | 39.87 | 34.6 | 19.04 | - |
| YUV | 159.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 109 | 0 | 0.33 | 0.49 | 0.16 | 19.04 | 0.55 | 0.63 |
| Hex | D5 | 8E | 6D | 0 | 21 | 31 | 10 | 13 | 37 | 3F |
| Octal | 325 | 216 | 155 | 0 | 41 | 61 | 20 | 23 | 67 | 77 |
| Binary | 11010101 | 10001110 | 1101101 | 0 | 100001 | 110001 | 10000 | 10011 | 110111 | 111111 |
Color Harmonies of #D58E6D
Complementary color
Monochromatic Colors of #D58E6D
Black with #D58E6D
Text Example
Text Example
White with #D58E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E6D; }
p { color: rgb(213,142,109); }
H1.HeaderClassName
{
color: #D58E6D;
}
.AnyTagClassName
{
color: #D58E6D;
}
</style>
background-color css
<style>
a { background-color: #D58E6D; }
a { background-color: rgb(213,142,109); }
div.DivClassName
{
background-color: #D58E6D;
}
.BgClassName
{
background-color: #D58E6D;
}
</style>
border-color css
<style>
span { border-color: #D58E6D; }
span { border-color: rgb(213,142,109); }
td.TdClassName
{
border-color: #D58E6D;
}
.TagClassName
{
border-color: #D58E6D;
}
</style>