Shades of Copper #D58668
Tints of Copper #D58668
RGB
CMYK
RGB Variations
Color information
#D58668 (or 0xD58668) is known color: Copper. HEX triplet: D5, 86 and 68. RGB value is (213,134,104). Sum of RGB (Red+Green+Blue) = 213+134+104=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58668 is #2A7997. Grayscale: #9A9A9A. Windows color (decimal): -2783640 or 6850261. OLE color: 6850261.
HSL color Cylindrical-coordinate representation of color #D58668: hue angle of 16.51º 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 #D58668 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 104 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.16 |
| HSL | 16.51º | 0.56% | 0.62% | - |
| HSV(B) | 16.51º | 0.51% | 0.84% | - |
| XYZ | 38.46 | 32.2 | 17.28 | - |
| YUV | 154.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 104 | 0 | 0.37 | 0.51 | 0.16 | 16.51 | 0.56 | 0.62 |
| Hex | D5 | 86 | 68 | 0 | 25 | 33 | 10 | 11 | 38 | 3E |
| Octal | 325 | 206 | 150 | 0 | 45 | 63 | 20 | 21 | 70 | 76 |
| Binary | 11010101 | 10000110 | 1101000 | 0 | 100101 | 110011 | 10000 | 10001 | 111000 | 111110 |
Color Harmonies of #D58668
Complementary color
Monochromatic Colors of #D58668
Black with #D58668
Text Example
Text Example
White with #D58668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58668; }
p { color: rgb(213,134,104); }
H1.HeaderClassName
{
color: #D58668;
}
.AnyTagClassName
{
color: #D58668;
}
</style>
background-color css
<style>
a { background-color: #D58668; }
a { background-color: rgb(213,134,104); }
div.DivClassName
{
background-color: #D58668;
}
.BgClassName
{
background-color: #D58668;
}
</style>
border-color css
<style>
span { border-color: #D58668; }
span { border-color: rgb(213,134,104); }
td.TdClassName
{
border-color: #D58668;
}
.TagClassName
{
border-color: #D58668;
}
</style>