Shades of Copper #D98D68
Tints of Copper #D98D68
RGB
CMYK
RGB Variations
Color information
#D98D68 (or 0xD98D68) is known color: Copper. HEX triplet: D9, 8D and 68. RGB value is (217,141,104). Sum of RGB (Red+Green+Blue) = 217+141+104=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D68 is #267297. Grayscale: #9F9F9F. Windows color (decimal): -2519704 or 6852057. OLE color: 6852057.
HSL color Cylindrical-coordinate representation of color #D98D68: hue angle of 19.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D98D68 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 104 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.15 |
| HSL | 19.65º | 0.6% | 0.63% | - |
| HSV(B) | 19.65º | 0.52% | 0.85% | - |
| XYZ | 40.64 | 34.8 | 17.67 | - |
| YUV | 159.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 104 | 0 | 0.35 | 0.52 | 0.15 | 19.65 | 0.6 | 0.63 |
| Hex | D9 | 8D | 68 | 0 | 23 | 34 | F | 14 | 3C | 3F |
| Octal | 331 | 215 | 150 | 0 | 43 | 64 | 17 | 24 | 74 | 77 |
| Binary | 11011001 | 10001101 | 1101000 | 0 | 100011 | 110100 | 1111 | 10100 | 111100 | 111111 |
Color Harmonies of #D98D68
Complementary color
Monochromatic Colors of #D98D68
Black with #D98D68
Text Example
Text Example
White with #D98D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D68; }
p { color: rgb(217,141,104); }
H1.HeaderClassName
{
color: #D98D68;
}
.AnyTagClassName
{
color: #D98D68;
}
</style>
background-color css
<style>
a { background-color: #D98D68; }
a { background-color: rgb(217,141,104); }
div.DivClassName
{
background-color: #D98D68;
}
.BgClassName
{
background-color: #D98D68;
}
</style>
border-color css
<style>
span { border-color: #D98D68; }
span { border-color: rgb(217,141,104); }
td.TdClassName
{
border-color: #D98D68;
}
.TagClassName
{
border-color: #D98D68;
}
</style>