Shades of Copper #D98C70
Tints of Copper #D98C70
RGB
CMYK
RGB Variations
Color information
#D98C70 (or 0xD98C70) is known color: Copper. HEX triplet: D9, 8C and 70. RGB value is (217,140,112). Sum of RGB (Red+Green+Blue) = 217+140+112=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C70 is #26738F. Grayscale: #A0A0A0. Windows color (decimal): -2519952 or 7376089. OLE color: 7376089.
HSL color Cylindrical-coordinate representation of color #D98C70: hue angle of 16º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D98C70 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 112 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.15 |
| HSL | 16º | 0.58% | 0.65% | - |
| HSV(B) | 16º | 0.48% | 0.85% | - |
| XYZ | 40.92 | 34.68 | 19.87 | - |
| YUV | 159.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 112 | 0 | 0.35 | 0.48 | 0.15 | 16 | 0.58 | 0.65 |
| Hex | D9 | 8C | 70 | 0 | 23 | 30 | F | 10 | 3A | 41 |
| Octal | 331 | 214 | 160 | 0 | 43 | 60 | 17 | 20 | 72 | 101 |
| Binary | 11011001 | 10001100 | 1110000 | 0 | 100011 | 110000 | 1111 | 10000 | 111010 | 1000001 |
Color Harmonies of #D98C70
Complementary color
Monochromatic Colors of #D98C70
Black with #D98C70
Text Example
Text Example
White with #D98C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C70; }
p { color: rgb(217,140,112); }
H1.HeaderClassName
{
color: #D98C70;
}
.AnyTagClassName
{
color: #D98C70;
}
</style>
background-color css
<style>
a { background-color: #D98C70; }
a { background-color: rgb(217,140,112); }
div.DivClassName
{
background-color: #D98C70;
}
.BgClassName
{
background-color: #D98C70;
}
</style>
border-color css
<style>
span { border-color: #D98C70; }
span { border-color: rgb(217,140,112); }
td.TdClassName
{
border-color: #D98C70;
}
.TagClassName
{
border-color: #D98C70;
}
</style>