Shades of Copper #D58C6B
Tints of Copper #D58C6B
RGB
CMYK
RGB Variations
Color information
#D58C6B (or 0xD58C6B) is known color: Copper. HEX triplet: D5, 8C and 6B. RGB value is (213,140,107). Sum of RGB (Red+Green+Blue) = 213+140+107=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C6B is #2A7394. Grayscale: #9E9E9E. Windows color (decimal): -2782101 or 7048405. OLE color: 7048405.
HSL color Cylindrical-coordinate representation of color #D58C6B: hue angle of 18.68º 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 #D58C6B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 107 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.16 |
| HSL | 18.68º | 0.56% | 0.63% | - |
| HSV(B) | 18.68º | 0.5% | 0.84% | - |
| XYZ | 39.47 | 33.96 | 18.39 | - |
| YUV | 158.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 107 | 0 | 0.34 | 0.50 | 0.16 | 18.68 | 0.56 | 0.63 |
| Hex | D5 | 8C | 6B | 0 | 22 | 32 | 10 | 13 | 38 | 3F |
| Octal | 325 | 214 | 153 | 0 | 42 | 62 | 20 | 23 | 70 | 77 |
| Binary | 11010101 | 10001100 | 1101011 | 0 | 100010 | 110010 | 10000 | 10011 | 111000 | 111111 |
Color Harmonies of #D58C6B
Complementary color
Monochromatic Colors of #D58C6B
Black with #D58C6B
Text Example
Text Example
White with #D58C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C6B; }
p { color: rgb(213,140,107); }
H1.HeaderClassName
{
color: #D58C6B;
}
.AnyTagClassName
{
color: #D58C6B;
}
</style>
background-color css
<style>
a { background-color: #D58C6B; }
a { background-color: rgb(213,140,107); }
div.DivClassName
{
background-color: #D58C6B;
}
.BgClassName
{
background-color: #D58C6B;
}
</style>
border-color css
<style>
span { border-color: #D58C6B; }
span { border-color: rgb(213,140,107); }
td.TdClassName
{
border-color: #D58C6B;
}
.TagClassName
{
border-color: #D58C6B;
}
</style>