Shades of Copper #D58F6B
Tints of Copper #D58F6B
RGB
CMYK
RGB Variations
Color information
#D58F6B (or 0xD58F6B) is known color: Copper. HEX triplet: D5, 8F and 6B. RGB value is (213,143,107). Sum of RGB (Red+Green+Blue) = 213+143+107=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F6B is #2A7094. Grayscale: #A0A0A0. Windows color (decimal): -2781333 or 7049173. OLE color: 7049173.
HSL color Cylindrical-coordinate representation of color #D58F6B: hue angle of 20.38º 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 #D58F6B is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 107 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.16 |
| HSL | 20.38º | 0.56% | 0.63% | - |
| HSV(B) | 20.38º | 0.5% | 0.84% | - |
| XYZ | 39.92 | 34.85 | 18.53 | - |
| YUV | 159.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 107 | 0 | 0.33 | 0.50 | 0.16 | 20.38 | 0.56 | 0.63 |
| Hex | D5 | 8F | 6B | 0 | 21 | 32 | 10 | 14 | 38 | 3F |
| Octal | 325 | 217 | 153 | 0 | 41 | 62 | 20 | 24 | 70 | 77 |
| Binary | 11010101 | 10001111 | 1101011 | 0 | 100001 | 110010 | 10000 | 10100 | 111000 | 111111 |
Color Harmonies of #D58F6B
Complementary color
Monochromatic Colors of #D58F6B
Black with #D58F6B
Text Example
Text Example
White with #D58F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F6B; }
p { color: rgb(213,143,107); }
H1.HeaderClassName
{
color: #D58F6B;
}
.AnyTagClassName
{
color: #D58F6B;
}
</style>
background-color css
<style>
a { background-color: #D58F6B; }
a { background-color: rgb(213,143,107); }
div.DivClassName
{
background-color: #D58F6B;
}
.BgClassName
{
background-color: #D58F6B;
}
</style>
border-color css
<style>
span { border-color: #D58F6B; }
span { border-color: rgb(213,143,107); }
td.TdClassName
{
border-color: #D58F6B;
}
.TagClassName
{
border-color: #D58F6B;
}
</style>