Shades of Copper #D98562
Tints of Copper #D98562
RGB
CMYK
RGB Variations
Color information
#D98562 (or 0xD98562) is known color: Copper. HEX triplet: D9, 85 and 62. RGB value is (217,133,98). Sum of RGB (Red+Green+Blue) = 217+133+98=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98562 is #267A9D. Grayscale: #9A9A9A. Windows color (decimal): -2521758 or 6456793. OLE color: 6456793.
HSL color Cylindrical-coordinate representation of color #D98562: hue angle of 17.65º 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 #D98562 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 98 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.15 |
| HSL | 17.65º | 0.61% | 0.62% | - |
| HSV(B) | 17.65º | 0.55% | 0.85% | - |
| XYZ | 39.21 | 32.41 | 15.74 | - |
| YUV | 154.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 98 | 0 | 0.39 | 0.55 | 0.15 | 17.65 | 0.61 | 0.62 |
| Hex | D9 | 85 | 62 | 0 | 27 | 37 | F | 12 | 3D | 3E |
| Octal | 331 | 205 | 142 | 0 | 47 | 67 | 17 | 22 | 75 | 76 |
| Binary | 11011001 | 10000101 | 1100010 | 0 | 100111 | 110111 | 1111 | 10010 | 111101 | 111110 |
Color Harmonies of #D98562
Complementary color
Monochromatic Colors of #D98562
Black with #D98562
Text Example
Text Example
White with #D98562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98562; }
p { color: rgb(217,133,98); }
H1.HeaderClassName
{
color: #D98562;
}
.AnyTagClassName
{
color: #D98562;
}
</style>
background-color css
<style>
a { background-color: #D98562; }
a { background-color: rgb(217,133,98); }
div.DivClassName
{
background-color: #D98562;
}
.BgClassName
{
background-color: #D98562;
}
</style>
border-color css
<style>
span { border-color: #D98562; }
span { border-color: rgb(217,133,98); }
td.TdClassName
{
border-color: #D98562;
}
.TagClassName
{
border-color: #D98562;
}
</style>