Shades of Copper #D58868
Tints of Copper #D58868
RGB
CMYK
RGB Variations
Color information
#D58868 (or 0xD58868) is known color: Copper. HEX triplet: D5, 88 and 68. RGB value is (213,136,104). Sum of RGB (Red+Green+Blue) = 213+136+104=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D58868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58868 is #2A7797. Grayscale: #9B9B9B. Windows color (decimal): -2783128 or 6850773. OLE color: 6850773.
HSL color Cylindrical-coordinate representation of color #D58868: hue angle of 17.61º 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 #D58868 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 104 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.16 |
| HSL | 17.61º | 0.56% | 0.62% | - |
| HSV(B) | 17.61º | 0.51% | 0.84% | - |
| XYZ | 38.74 | 32.75 | 17.38 | - |
| YUV | 155.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 104 | 0 | 0.36 | 0.51 | 0.16 | 17.61 | 0.56 | 0.62 |
| Hex | D5 | 88 | 68 | 0 | 24 | 33 | 10 | 12 | 38 | 3E |
| Octal | 325 | 210 | 150 | 0 | 44 | 63 | 20 | 22 | 70 | 76 |
| Binary | 11010101 | 10001000 | 1101000 | 0 | 100100 | 110011 | 10000 | 10010 | 111000 | 111110 |
Color Harmonies of #D58868
Complementary color
Monochromatic Colors of #D58868
Black with #D58868
Text Example
Text Example
White with #D58868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58868; }
p { color: rgb(213,136,104); }
H1.HeaderClassName
{
color: #D58868;
}
.AnyTagClassName
{
color: #D58868;
}
</style>
background-color css
<style>
a { background-color: #D58868; }
a { background-color: rgb(213,136,104); }
div.DivClassName
{
background-color: #D58868;
}
.BgClassName
{
background-color: #D58868;
}
</style>
border-color css
<style>
span { border-color: #D58868; }
span { border-color: rgb(213,136,104); }
td.TdClassName
{
border-color: #D58868;
}
.TagClassName
{
border-color: #D58868;
}
</style>