Shades of Copper #D58E68
Tints of Copper #D58E68
RGB
CMYK
RGB Variations
Color information
#D58E68 (or 0xD58E68) is known color: Copper. HEX triplet: D5, 8E and 68. RGB value is (213,142,104). Sum of RGB (Red+Green+Blue) = 213+142+104=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E68 is #2A7197. Grayscale: #9F9F9F. Windows color (decimal): -2781592 or 6852309. OLE color: 6852309.
HSL color Cylindrical-coordinate representation of color #D58E68: hue angle of 20.92º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58E68 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 104 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.16 |
| HSL | 20.92º | 0.56% | 0.62% | - |
| HSV(B) | 20.92º | 0.51% | 0.84% | - |
| XYZ | 39.61 | 34.49 | 17.67 | - |
| YUV | 158.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 104 | 0 | 0.33 | 0.51 | 0.16 | 20.92 | 0.56 | 0.62 |
| Hex | D5 | 8E | 68 | 0 | 21 | 33 | 10 | 15 | 38 | 3E |
| Octal | 325 | 216 | 150 | 0 | 41 | 63 | 20 | 25 | 70 | 76 |
| Binary | 11010101 | 10001110 | 1101000 | 0 | 100001 | 110011 | 10000 | 10101 | 111000 | 111110 |
Color Harmonies of #D58E68
Complementary color
Monochromatic Colors of #D58E68
Black with #D58E68
Text Example
Text Example
White with #D58E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E68; }
p { color: rgb(213,142,104); }
H1.HeaderClassName
{
color: #D58E68;
}
.AnyTagClassName
{
color: #D58E68;
}
</style>
background-color css
<style>
a { background-color: #D58E68; }
a { background-color: rgb(213,142,104); }
div.DivClassName
{
background-color: #D58E68;
}
.BgClassName
{
background-color: #D58E68;
}
</style>
border-color css
<style>
span { border-color: #D58E68; }
span { border-color: rgb(213,142,104); }
td.TdClassName
{
border-color: #D58E68;
}
.TagClassName
{
border-color: #D58E68;
}
</style>