Shades of Copper #D58867
Tints of Copper #D58867
RGB
CMYK
RGB Variations
Color information
#D58867 (or 0xD58867) is known color: Copper. HEX triplet: D5, 88 and 67. RGB value is (213,136,103). Sum of RGB (Red+Green+Blue) = 213+136+103=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58867 is #2A7798. Grayscale: #9B9B9B. Windows color (decimal): -2783129 or 6785237. OLE color: 6785237.
HSL color Cylindrical-coordinate representation of color #D58867: hue angle of 18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D58867 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 103 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.16 |
| HSL | 18º | 0.57% | 0.62% | - |
| HSV(B) | 18º | 0.52% | 0.84% | - |
| XYZ | 38.69 | 32.73 | 17.11 | - |
| YUV | 155.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 103 | 0 | 0.36 | 0.52 | 0.16 | 18 | 0.57 | 0.62 |
| Hex | D5 | 88 | 67 | 0 | 24 | 34 | 10 | 12 | 39 | 3E |
| Octal | 325 | 210 | 147 | 0 | 44 | 64 | 20 | 22 | 71 | 76 |
| Binary | 11010101 | 10001000 | 1100111 | 0 | 100100 | 110100 | 10000 | 10010 | 111001 | 111110 |
Color Harmonies of #D58867
Complementary color
Monochromatic Colors of #D58867
Black with #D58867
Text Example
Text Example
White with #D58867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58867; }
p { color: rgb(213,136,103); }
H1.HeaderClassName
{
color: #D58867;
}
.AnyTagClassName
{
color: #D58867;
}
</style>
background-color css
<style>
a { background-color: #D58867; }
a { background-color: rgb(213,136,103); }
div.DivClassName
{
background-color: #D58867;
}
.BgClassName
{
background-color: #D58867;
}
</style>
border-color css
<style>
span { border-color: #D58867; }
span { border-color: rgb(213,136,103); }
td.TdClassName
{
border-color: #D58867;
}
.TagClassName
{
border-color: #D58867;
}
</style>