Shades of Copper #D98F67
Tints of Copper #D98F67
RGB
CMYK
RGB Variations
Color information
#D98F67 (or 0xD98F67) is known color: Copper. HEX triplet: D9, 8F and 67. RGB value is (217,143,103). Sum of RGB (Red+Green+Blue) = 217+143+103=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F67 is #267098. Grayscale: #A0A0A0. Windows color (decimal): -2519193 or 6787033. OLE color: 6787033.
HSL color Cylindrical-coordinate representation of color #D98F67: hue angle of 21.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D98F67 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 103 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.15 |
| HSL | 21.05º | 0.6% | 0.63% | - |
| HSV(B) | 21.05º | 0.53% | 0.85% | - |
| XYZ | 40.89 | 35.38 | 17.51 | - |
| YUV | 160.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 103 | 0 | 0.34 | 0.53 | 0.15 | 21.05 | 0.6 | 0.63 |
| Hex | D9 | 8F | 67 | 0 | 22 | 35 | F | 15 | 3C | 3F |
| Octal | 331 | 217 | 147 | 0 | 42 | 65 | 17 | 25 | 74 | 77 |
| Binary | 11011001 | 10001111 | 1100111 | 0 | 100010 | 110101 | 1111 | 10101 | 111100 | 111111 |
Color Harmonies of #D98F67
Complementary color
Monochromatic Colors of #D98F67
Black with #D98F67
Text Example
Text Example
White with #D98F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F67; }
p { color: rgb(217,143,103); }
H1.HeaderClassName
{
color: #D98F67;
}
.AnyTagClassName
{
color: #D98F67;
}
</style>
background-color css
<style>
a { background-color: #D98F67; }
a { background-color: rgb(217,143,103); }
div.DivClassName
{
background-color: #D98F67;
}
.BgClassName
{
background-color: #D98F67;
}
</style>
border-color css
<style>
span { border-color: #D98F67; }
span { border-color: rgb(217,143,103); }
td.TdClassName
{
border-color: #D98F67;
}
.TagClassName
{
border-color: #D98F67;
}
</style>