Shades of Copper #D98662
Tints of Copper #D98662
RGB
CMYK
RGB Variations
Color information
#D98662 (or 0xD98662) is known color: Copper. HEX triplet: D9, 86 and 62. RGB value is (217,134,98). Sum of RGB (Red+Green+Blue) = 217+134+98=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98662 is #26799D. Grayscale: #9A9A9A. Windows color (decimal): -2521502 or 6457049. OLE color: 6457049.
HSL color Cylindrical-coordinate representation of color #D98662: hue angle of 18.15º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98662 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 98 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.15 |
| HSL | 18.15º | 0.61% | 0.62% | - |
| HSV(B) | 18.15º | 0.55% | 0.85% | - |
| XYZ | 39.34 | 32.68 | 15.79 | - |
| YUV | 154.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 98 | 0 | 0.38 | 0.55 | 0.15 | 18.15 | 0.61 | 0.62 |
| Hex | D9 | 86 | 62 | 0 | 26 | 37 | F | 12 | 3D | 3E |
| Octal | 331 | 206 | 142 | 0 | 46 | 67 | 17 | 22 | 75 | 76 |
| Binary | 11011001 | 10000110 | 1100010 | 0 | 100110 | 110111 | 1111 | 10010 | 111101 | 111110 |
Color Harmonies of #D98662
Complementary color
Monochromatic Colors of #D98662
Black with #D98662
Text Example
Text Example
White with #D98662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98662; }
p { color: rgb(217,134,98); }
H1.HeaderClassName
{
color: #D98662;
}
.AnyTagClassName
{
color: #D98662;
}
</style>
background-color css
<style>
a { background-color: #D98662; }
a { background-color: rgb(217,134,98); }
div.DivClassName
{
background-color: #D98662;
}
.BgClassName
{
background-color: #D98662;
}
</style>
border-color css
<style>
span { border-color: #D98662; }
span { border-color: rgb(217,134,98); }
td.TdClassName
{
border-color: #D98662;
}
.TagClassName
{
border-color: #D98662;
}
</style>