Shades of Copper #D58B64
Tints of Copper #D58B64
RGB
CMYK
RGB Variations
Color information
#D58B64 (or 0xD58B64) is known color: Copper. HEX triplet: D5, 8B and 64. RGB value is (213,139,100). Sum of RGB (Red+Green+Blue) = 213+139+100=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B64 is #2A749B. Grayscale: #9C9C9C. Windows color (decimal): -2782364 or 6589397. OLE color: 6589397.
HSL color Cylindrical-coordinate representation of color #D58B64: hue angle of 20.71º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58B64 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 100 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.16 |
| HSL | 20.71º | 0.57% | 0.61% | - |
| HSV(B) | 20.71º | 0.53% | 0.84% | - |
| XYZ | 38.97 | 33.53 | 16.47 | - |
| YUV | 156.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 100 | 0 | 0.35 | 0.53 | 0.16 | 20.71 | 0.57 | 0.61 |
| Hex | D5 | 8B | 64 | 0 | 23 | 35 | 10 | 15 | 39 | 3D |
| Octal | 325 | 213 | 144 | 0 | 43 | 65 | 20 | 25 | 71 | 75 |
| Binary | 11010101 | 10001011 | 1100100 | 0 | 100011 | 110101 | 10000 | 10101 | 111001 | 111101 |
Color Harmonies of #D58B64
Complementary color
Monochromatic Colors of #D58B64
Black with #D58B64
Text Example
Text Example
White with #D58B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B64; }
p { color: rgb(213,139,100); }
H1.HeaderClassName
{
color: #D58B64;
}
.AnyTagClassName
{
color: #D58B64;
}
</style>
background-color css
<style>
a { background-color: #D58B64; }
a { background-color: rgb(213,139,100); }
div.DivClassName
{
background-color: #D58B64;
}
.BgClassName
{
background-color: #D58B64;
}
</style>
border-color css
<style>
span { border-color: #D58B64; }
span { border-color: rgb(213,139,100); }
td.TdClassName
{
border-color: #D58B64;
}
.TagClassName
{
border-color: #D58B64;
}
</style>