Shades of Copper #D58965
Tints of Copper #D58965
RGB
CMYK
RGB Variations
Color information
#D58965 (or 0xD58965) is known color: Copper. HEX triplet: D5, 89 and 65. RGB value is (213,137,101). Sum of RGB (Red+Green+Blue) = 213+137+101=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58965 is #2A769A. Grayscale: #9B9B9B. Windows color (decimal): -2782875 or 6654421. OLE color: 6654421.
HSL color Cylindrical-coordinate representation of color #D58965: hue angle of 19.29º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58965 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 101 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.16 |
| HSL | 19.29º | 0.57% | 0.62% | - |
| HSV(B) | 19.29º | 0.53% | 0.84% | - |
| XYZ | 38.74 | 32.98 | 16.64 | - |
| YUV | 155.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 101 | 0 | 0.36 | 0.53 | 0.16 | 19.29 | 0.57 | 0.62 |
| Hex | D5 | 89 | 65 | 0 | 24 | 35 | 10 | 13 | 39 | 3E |
| Octal | 325 | 211 | 145 | 0 | 44 | 65 | 20 | 23 | 71 | 76 |
| Binary | 11010101 | 10001001 | 1100101 | 0 | 100100 | 110101 | 10000 | 10011 | 111001 | 111110 |
Color Harmonies of #D58965
Complementary color
Monochromatic Colors of #D58965
Black with #D58965
Text Example
Text Example
White with #D58965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58965; }
p { color: rgb(213,137,101); }
H1.HeaderClassName
{
color: #D58965;
}
.AnyTagClassName
{
color: #D58965;
}
</style>
background-color css
<style>
a { background-color: #D58965; }
a { background-color: rgb(213,137,101); }
div.DivClassName
{
background-color: #D58965;
}
.BgClassName
{
background-color: #D58965;
}
</style>
border-color css
<style>
span { border-color: #D58965; }
span { border-color: rgb(213,137,101); }
td.TdClassName
{
border-color: #D58965;
}
.TagClassName
{
border-color: #D58965;
}
</style>