Shades of Copper #D98F68
Tints of Copper #D98F68
RGB
CMYK
RGB Variations
Color information
#D98F68 (or 0xD98F68) is known color: Copper. HEX triplet: D9, 8F and 68. RGB value is (217,143,104). Sum of RGB (Red+Green+Blue) = 217+143+104=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F68 is #267097. Grayscale: #A0A0A0. Windows color (decimal): -2519192 or 6852569. OLE color: 6852569.
HSL color Cylindrical-coordinate representation of color #D98F68: hue angle of 20.71º 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 #D98F68 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 104 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.15 |
| HSL | 20.71º | 0.6% | 0.63% | - |
| HSV(B) | 20.71º | 0.52% | 0.85% | - |
| XYZ | 40.94 | 35.4 | 17.77 | - |
| YUV | 160.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 104 | 0 | 0.34 | 0.52 | 0.15 | 20.71 | 0.6 | 0.63 |
| Hex | D9 | 8F | 68 | 0 | 22 | 34 | F | 15 | 3C | 3F |
| Octal | 331 | 217 | 150 | 0 | 42 | 64 | 17 | 25 | 74 | 77 |
| Binary | 11011001 | 10001111 | 1101000 | 0 | 100010 | 110100 | 1111 | 10101 | 111100 | 111111 |
Color Harmonies of #D98F68
Complementary color
Monochromatic Colors of #D98F68
Black with #D98F68
Text Example
Text Example
White with #D98F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F68; }
p { color: rgb(217,143,104); }
H1.HeaderClassName
{
color: #D98F68;
}
.AnyTagClassName
{
color: #D98F68;
}
</style>
background-color css
<style>
a { background-color: #D98F68; }
a { background-color: rgb(217,143,104); }
div.DivClassName
{
background-color: #D98F68;
}
.BgClassName
{
background-color: #D98F68;
}
</style>
border-color css
<style>
span { border-color: #D98F68; }
span { border-color: rgb(217,143,104); }
td.TdClassName
{
border-color: #D98F68;
}
.TagClassName
{
border-color: #D98F68;
}
</style>