Shades of Copper #D58E6B
Tints of Copper #D58E6B
RGB
CMYK
RGB Variations
Color information
#D58E6B (or 0xD58E6B) is known color: Copper. HEX triplet: D5, 8E and 6B. RGB value is (213,142,107). Sum of RGB (Red+Green+Blue) = 213+142+107=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E6B is #2A7194. Grayscale: #9F9F9F. Windows color (decimal): -2781589 or 7048917. OLE color: 7048917.
HSL color Cylindrical-coordinate representation of color #D58E6B: hue angle of 19.81º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D58E6B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 107 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.16 |
| HSL | 19.81º | 0.56% | 0.63% | - |
| HSV(B) | 19.81º | 0.5% | 0.84% | - |
| XYZ | 39.77 | 34.55 | 18.48 | - |
| YUV | 159.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 107 | 0 | 0.33 | 0.50 | 0.16 | 19.81 | 0.56 | 0.63 |
| Hex | D5 | 8E | 6B | 0 | 21 | 32 | 10 | 14 | 38 | 3F |
| Octal | 325 | 216 | 153 | 0 | 41 | 62 | 20 | 24 | 70 | 77 |
| Binary | 11010101 | 10001110 | 1101011 | 0 | 100001 | 110010 | 10000 | 10100 | 111000 | 111111 |
Color Harmonies of #D58E6B
Complementary color
Monochromatic Colors of #D58E6B
Black with #D58E6B
Text Example
Text Example
White with #D58E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E6B; }
p { color: rgb(213,142,107); }
H1.HeaderClassName
{
color: #D58E6B;
}
.AnyTagClassName
{
color: #D58E6B;
}
</style>
background-color css
<style>
a { background-color: #D58E6B; }
a { background-color: rgb(213,142,107); }
div.DivClassName
{
background-color: #D58E6B;
}
.BgClassName
{
background-color: #D58E6B;
}
</style>
border-color css
<style>
span { border-color: #D58E6B; }
span { border-color: rgb(213,142,107); }
td.TdClassName
{
border-color: #D58E6B;
}
.TagClassName
{
border-color: #D58E6B;
}
</style>