Shades of Copper #D98467
Tints of Copper #D98467
RGB
CMYK
RGB Variations
Color information
#D98467 (or 0xD98467) is known color: Copper. HEX triplet: D9, 84 and 67. RGB value is (217,132,103). Sum of RGB (Red+Green+Blue) = 217+132+103=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98467 is #267B98. Grayscale: #9A9A9A. Windows color (decimal): -2522009 or 6784217. OLE color: 6784217.
HSL color Cylindrical-coordinate representation of color #D98467: hue angle of 15.26º 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 #D98467 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 103 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.15 |
| HSL | 15.26º | 0.6% | 0.63% | - |
| HSV(B) | 15.26º | 0.53% | 0.85% | - |
| XYZ | 39.31 | 32.23 | 16.98 | - |
| YUV | 154.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 103 | 0 | 0.39 | 0.53 | 0.15 | 15.26 | 0.6 | 0.63 |
| Hex | D9 | 84 | 67 | 0 | 27 | 35 | F | F | 3C | 3F |
| Octal | 331 | 204 | 147 | 0 | 47 | 65 | 17 | 17 | 74 | 77 |
| Binary | 11011001 | 10000100 | 1100111 | 0 | 100111 | 110101 | 1111 | 1111 | 111100 | 111111 |
Color Harmonies of #D98467
Complementary color
Monochromatic Colors of #D98467
Black with #D98467
Text Example
Text Example
White with #D98467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98467; }
p { color: rgb(217,132,103); }
H1.HeaderClassName
{
color: #D98467;
}
.AnyTagClassName
{
color: #D98467;
}
</style>
background-color css
<style>
a { background-color: #D98467; }
a { background-color: rgb(217,132,103); }
div.DivClassName
{
background-color: #D98467;
}
.BgClassName
{
background-color: #D98467;
}
</style>
border-color css
<style>
span { border-color: #D98467; }
span { border-color: rgb(217,132,103); }
td.TdClassName
{
border-color: #D98467;
}
.TagClassName
{
border-color: #D98467;
}
</style>