Shades of Copper #D58A62
Tints of Copper #D58A62
RGB
CMYK
RGB Variations
Color information
#D58A62 (or 0xD58A62) is known color: Copper. HEX triplet: D5, 8A and 62. RGB value is (213,138,98). Sum of RGB (Red+Green+Blue) = 213+138+98=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A62 is #2A759D. Grayscale: #9C9C9C. Windows color (decimal): -2782622 or 6458069. OLE color: 6458069.
HSL color Cylindrical-coordinate representation of color #D58A62: hue angle of 20.87º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58A62 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 98 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.16 |
| HSL | 20.87º | 0.58% | 0.61% | - |
| HSV(B) | 20.87º | 0.54% | 0.84% | - |
| XYZ | 38.73 | 33.2 | 15.92 | - |
| YUV | 155.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 98 | 0 | 0.35 | 0.54 | 0.16 | 20.87 | 0.58 | 0.61 |
| Hex | D5 | 8A | 62 | 0 | 23 | 36 | 10 | 15 | 3A | 3D |
| Octal | 325 | 212 | 142 | 0 | 43 | 66 | 20 | 25 | 72 | 75 |
| Binary | 11010101 | 10001010 | 1100010 | 0 | 100011 | 110110 | 10000 | 10101 | 111010 | 111101 |
Color Harmonies of #D58A62
Complementary color
Monochromatic Colors of #D58A62
Black with #D58A62
Text Example
Text Example
White with #D58A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A62; }
p { color: rgb(213,138,98); }
H1.HeaderClassName
{
color: #D58A62;
}
.AnyTagClassName
{
color: #D58A62;
}
</style>
background-color css
<style>
a { background-color: #D58A62; }
a { background-color: rgb(213,138,98); }
div.DivClassName
{
background-color: #D58A62;
}
.BgClassName
{
background-color: #D58A62;
}
</style>
border-color css
<style>
span { border-color: #D58A62; }
span { border-color: rgb(213,138,98); }
td.TdClassName
{
border-color: #D58A62;
}
.TagClassName
{
border-color: #D58A62;
}
</style>