Shades of Copper #D58B66
Tints of Copper #D58B66
RGB
CMYK
RGB Variations
Color information
#D58B66 (or 0xD58B66) is known color: Copper. HEX triplet: D5, 8B and 66. RGB value is (213,139,102). Sum of RGB (Red+Green+Blue) = 213+139+102=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B66 is #2A7499. Grayscale: #9D9D9D. Windows color (decimal): -2782362 or 6720469. OLE color: 6720469.
HSL color Cylindrical-coordinate representation of color #D58B66: hue angle of 20º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D58B66 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 102 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.16 |
| HSL | 20º | 0.57% | 0.62% | - |
| HSV(B) | 20º | 0.52% | 0.84% | - |
| XYZ | 39.07 | 33.57 | 16.99 | - |
| YUV | 156.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 102 | 0 | 0.35 | 0.52 | 0.16 | 20 | 0.57 | 0.62 |
| Hex | D5 | 8B | 66 | 0 | 23 | 34 | 10 | 14 | 39 | 3E |
| Octal | 325 | 213 | 146 | 0 | 43 | 64 | 20 | 24 | 71 | 76 |
| Binary | 11010101 | 10001011 | 1100110 | 0 | 100011 | 110100 | 10000 | 10100 | 111001 | 111110 |
Color Harmonies of #D58B66
Complementary color
Monochromatic Colors of #D58B66
Black with #D58B66
Text Example
Text Example
White with #D58B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B66; }
p { color: rgb(213,139,102); }
H1.HeaderClassName
{
color: #D58B66;
}
.AnyTagClassName
{
color: #D58B66;
}
</style>
background-color css
<style>
a { background-color: #D58B66; }
a { background-color: rgb(213,139,102); }
div.DivClassName
{
background-color: #D58B66;
}
.BgClassName
{
background-color: #D58B66;
}
</style>
border-color css
<style>
span { border-color: #D58B66; }
span { border-color: rgb(213,139,102); }
td.TdClassName
{
border-color: #D58B66;
}
.TagClassName
{
border-color: #D58B66;
}
</style>