Shades of Copper #D98464
Tints of Copper #D98464
RGB
CMYK
RGB Variations
Color information
#D98464 (or 0xD98464) is known color: Copper. HEX triplet: D9, 84 and 64. RGB value is (217,132,100). Sum of RGB (Red+Green+Blue) = 217+132+100=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98464 is #267B9B. Grayscale: #999999. Windows color (decimal): -2522012 or 6587609. OLE color: 6587609.
HSL color Cylindrical-coordinate representation of color #D98464: hue angle of 16.41º 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 #D98464 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 100 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.15 |
| HSL | 16.41º | 0.61% | 0.62% | - |
| HSV(B) | 16.41º | 0.54% | 0.85% | - |
| XYZ | 39.17 | 32.17 | 16.2 | - |
| YUV | 153.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 100 | 0 | 0.39 | 0.54 | 0.15 | 16.41 | 0.61 | 0.62 |
| Hex | D9 | 84 | 64 | 0 | 27 | 36 | F | 10 | 3D | 3E |
| Octal | 331 | 204 | 144 | 0 | 47 | 66 | 17 | 20 | 75 | 76 |
| Binary | 11011001 | 10000100 | 1100100 | 0 | 100111 | 110110 | 1111 | 10000 | 111101 | 111110 |
Color Harmonies of #D98464
Complementary color
Monochromatic Colors of #D98464
Black with #D98464
Text Example
Text Example
White with #D98464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98464; }
p { color: rgb(217,132,100); }
H1.HeaderClassName
{
color: #D98464;
}
.AnyTagClassName
{
color: #D98464;
}
</style>
background-color css
<style>
a { background-color: #D98464; }
a { background-color: rgb(217,132,100); }
div.DivClassName
{
background-color: #D98464;
}
.BgClassName
{
background-color: #D98464;
}
</style>
border-color css
<style>
span { border-color: #D98464; }
span { border-color: rgb(217,132,100); }
td.TdClassName
{
border-color: #D98464;
}
.TagClassName
{
border-color: #D98464;
}
</style>