Shades of Copper #D58768
Tints of Copper #D58768
RGB
CMYK
RGB Variations
Color information
#D58768 (or 0xD58768) is known color: Copper. HEX triplet: D5, 87 and 68. RGB value is (213,135,104). Sum of RGB (Red+Green+Blue) = 213+135+104=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58768 is #2A7897. Grayscale: #9A9A9A. Windows color (decimal): -2783384 or 6850517. OLE color: 6850517.
HSL color Cylindrical-coordinate representation of color #D58768: hue angle of 17.06º 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 #D58768 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 104 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.16 |
| HSL | 17.06º | 0.56% | 0.62% | - |
| HSV(B) | 17.06º | 0.51% | 0.84% | - |
| XYZ | 38.6 | 32.47 | 17.33 | - |
| YUV | 154.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 104 | 0 | 0.37 | 0.51 | 0.16 | 17.06 | 0.56 | 0.62 |
| Hex | D5 | 87 | 68 | 0 | 25 | 33 | 10 | 11 | 38 | 3E |
| Octal | 325 | 207 | 150 | 0 | 45 | 63 | 20 | 21 | 70 | 76 |
| Binary | 11010101 | 10000111 | 1101000 | 0 | 100101 | 110011 | 10000 | 10001 | 111000 | 111110 |
Color Harmonies of #D58768
Complementary color
Monochromatic Colors of #D58768
Black with #D58768
Text Example
Text Example
White with #D58768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58768; }
p { color: rgb(213,135,104); }
H1.HeaderClassName
{
color: #D58768;
}
.AnyTagClassName
{
color: #D58768;
}
</style>
background-color css
<style>
a { background-color: #D58768; }
a { background-color: rgb(213,135,104); }
div.DivClassName
{
background-color: #D58768;
}
.BgClassName
{
background-color: #D58768;
}
</style>
border-color css
<style>
span { border-color: #D58768; }
span { border-color: rgb(213,135,104); }
td.TdClassName
{
border-color: #D58768;
}
.TagClassName
{
border-color: #D58768;
}
</style>