Shades of Copper #D58764
Tints of Copper #D58764
RGB
CMYK
RGB Variations
Color information
#D58764 (or 0xD58764) is known color: Copper. HEX triplet: D5, 87 and 64. RGB value is (213,135,100). Sum of RGB (Red+Green+Blue) = 213+135+100=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58764 is #2A789B. Grayscale: #9A9A9A. Windows color (decimal): -2783388 or 6588373. OLE color: 6588373.
HSL color Cylindrical-coordinate representation of color #D58764: hue angle of 18.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58764 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 100 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.16 |
| HSL | 18.58º | 0.57% | 0.61% | - |
| HSV(B) | 18.58º | 0.53% | 0.84% | - |
| XYZ | 38.4 | 32.39 | 16.29 | - |
| YUV | 154.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 100 | 0 | 0.37 | 0.53 | 0.16 | 18.58 | 0.57 | 0.61 |
| Hex | D5 | 87 | 64 | 0 | 25 | 35 | 10 | 13 | 39 | 3D |
| Octal | 325 | 207 | 144 | 0 | 45 | 65 | 20 | 23 | 71 | 75 |
| Binary | 11010101 | 10000111 | 1100100 | 0 | 100101 | 110101 | 10000 | 10011 | 111001 | 111101 |
Color Harmonies of #D58764
Complementary color
Monochromatic Colors of #D58764
Black with #D58764
Text Example
Text Example
White with #D58764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58764; }
p { color: rgb(213,135,100); }
H1.HeaderClassName
{
color: #D58764;
}
.AnyTagClassName
{
color: #D58764;
}
</style>
background-color css
<style>
a { background-color: #D58764; }
a { background-color: rgb(213,135,100); }
div.DivClassName
{
background-color: #D58764;
}
.BgClassName
{
background-color: #D58764;
}
</style>
border-color css
<style>
span { border-color: #D58764; }
span { border-color: rgb(213,135,100); }
td.TdClassName
{
border-color: #D58764;
}
.TagClassName
{
border-color: #D58764;
}
</style>