Shades of Copper #D98F64
Tints of Copper #D98F64
RGB
CMYK
RGB Variations
Color information
#D98F64 (or 0xD98F64) is known color: Copper. HEX triplet: D9, 8F and 64. RGB value is (217,143,100). Sum of RGB (Red+Green+Blue) = 217+143+100=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F64 is #26709B. Grayscale: #A0A0A0. Windows color (decimal): -2519196 or 6590425. OLE color: 6590425.
HSL color Cylindrical-coordinate representation of color #D98F64: hue angle of 22.05º 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 #D98F64 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 100 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.15 |
| HSL | 22.05º | 0.61% | 0.62% | - |
| HSV(B) | 22.05º | 0.54% | 0.85% | - |
| XYZ | 40.74 | 35.32 | 16.73 | - |
| YUV | 160.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 100 | 0 | 0.34 | 0.54 | 0.15 | 22.05 | 0.61 | 0.62 |
| Hex | D9 | 8F | 64 | 0 | 22 | 36 | F | 16 | 3D | 3E |
| Octal | 331 | 217 | 144 | 0 | 42 | 66 | 17 | 26 | 75 | 76 |
| Binary | 11011001 | 10001111 | 1100100 | 0 | 100010 | 110110 | 1111 | 10110 | 111101 | 111110 |
Color Harmonies of #D98F64
Complementary color
Monochromatic Colors of #D98F64
Black with #D98F64
Text Example
Text Example
White with #D98F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F64; }
p { color: rgb(217,143,100); }
H1.HeaderClassName
{
color: #D98F64;
}
.AnyTagClassName
{
color: #D98F64;
}
</style>
background-color css
<style>
a { background-color: #D98F64; }
a { background-color: rgb(217,143,100); }
div.DivClassName
{
background-color: #D98F64;
}
.BgClassName
{
background-color: #D98F64;
}
</style>
border-color css
<style>
span { border-color: #D98F64; }
span { border-color: rgb(217,143,100); }
td.TdClassName
{
border-color: #D98F64;
}
.TagClassName
{
border-color: #D98F64;
}
</style>