Shades of Copper #D98863
Tints of Copper #D98863
RGB
CMYK
RGB Variations
Color information
#D98863 (or 0xD98863) is known color: Copper. HEX triplet: D9, 88 and 63. RGB value is (217,136,99). Sum of RGB (Red+Green+Blue) = 217+136+99=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98863 is #26779C. Grayscale: #9C9C9C. Windows color (decimal): -2520989 or 6523097. OLE color: 6523097.
HSL color Cylindrical-coordinate representation of color #D98863: hue angle of 18.81º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D98863 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 99 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.15 |
| HSL | 18.81º | 0.61% | 0.62% | - |
| HSV(B) | 18.81º | 0.54% | 0.85% | - |
| XYZ | 39.67 | 33.26 | 16.13 | - |
| YUV | 156 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 99 | 0 | 0.37 | 0.54 | 0.15 | 18.81 | 0.61 | 0.62 |
| Hex | D9 | 88 | 63 | 0 | 25 | 36 | F | 13 | 3D | 3E |
| Octal | 331 | 210 | 143 | 0 | 45 | 66 | 17 | 23 | 75 | 76 |
| Binary | 11011001 | 10001000 | 1100011 | 0 | 100101 | 110110 | 1111 | 10011 | 111101 | 111110 |
Color Harmonies of #D98863
Complementary color
Monochromatic Colors of #D98863
Black with #D98863
Text Example
Text Example
White with #D98863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98863; }
p { color: rgb(217,136,99); }
H1.HeaderClassName
{
color: #D98863;
}
.AnyTagClassName
{
color: #D98863;
}
</style>
background-color css
<style>
a { background-color: #D98863; }
a { background-color: rgb(217,136,99); }
div.DivClassName
{
background-color: #D98863;
}
.BgClassName
{
background-color: #D98863;
}
</style>
border-color css
<style>
span { border-color: #D98863; }
span { border-color: rgb(217,136,99); }
td.TdClassName
{
border-color: #D98863;
}
.TagClassName
{
border-color: #D98863;
}
</style>