Shades of Copper #D58D6E
Tints of Copper #D58D6E
RGB
CMYK
RGB Variations
Color information
#D58D6E (or 0xD58D6E) is known color: Copper. HEX triplet: D5, 8D and 6E. RGB value is (213,141,110). Sum of RGB (Red+Green+Blue) = 213+141+110=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D6E is #2A7291. Grayscale: #9F9F9F. Windows color (decimal): -2781842 or 7245269. OLE color: 7245269.
HSL color Cylindrical-coordinate representation of color #D58D6E: hue angle of 18.06º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D58D6E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 110 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.16 |
| HSL | 18.06º | 0.55% | 0.63% | - |
| HSV(B) | 18.06º | 0.48% | 0.84% | - |
| XYZ | 39.78 | 34.32 | 19.28 | - |
| YUV | 158.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 110 | 0 | 0.34 | 0.48 | 0.16 | 18.06 | 0.55 | 0.63 |
| Hex | D5 | 8D | 6E | 0 | 22 | 30 | 10 | 12 | 37 | 3F |
| Octal | 325 | 215 | 156 | 0 | 42 | 60 | 20 | 22 | 67 | 77 |
| Binary | 11010101 | 10001101 | 1101110 | 0 | 100010 | 110000 | 10000 | 10010 | 110111 | 111111 |
Color Harmonies of #D58D6E
Complementary color
Monochromatic Colors of #D58D6E
Black with #D58D6E
Text Example
Text Example
White with #D58D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D6E; }
p { color: rgb(213,141,110); }
H1.HeaderClassName
{
color: #D58D6E;
}
.AnyTagClassName
{
color: #D58D6E;
}
</style>
background-color css
<style>
a { background-color: #D58D6E; }
a { background-color: rgb(213,141,110); }
div.DivClassName
{
background-color: #D58D6E;
}
.BgClassName
{
background-color: #D58D6E;
}
</style>
border-color css
<style>
span { border-color: #D58D6E; }
span { border-color: rgb(213,141,110); }
td.TdClassName
{
border-color: #D58D6E;
}
.TagClassName
{
border-color: #D58D6E;
}
</style>