Shades of Copper #D98264
Tints of Copper #D98264
RGB
CMYK
RGB Variations
Color information
#D98264 (or 0xD98264) is known color: Copper. HEX triplet: D9, 82 and 64. RGB value is (217,130,100). Sum of RGB (Red+Green+Blue) = 217+130+100=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D98264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98264 is #267D9B. Grayscale: #989898. Windows color (decimal): -2522524 or 6587097. OLE color: 6587097.
HSL color Cylindrical-coordinate representation of color #D98264: hue angle of 15.38º 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 #D98264 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 100 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.15 |
| HSL | 15.38º | 0.61% | 0.62% | - |
| HSV(B) | 15.38º | 0.54% | 0.85% | - |
| XYZ | 38.9 | 31.64 | 16.11 | - |
| YUV | 152.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 100 | 0 | 0.40 | 0.54 | 0.15 | 15.38 | 0.61 | 0.62 |
| Hex | D9 | 82 | 64 | 0 | 28 | 36 | F | F | 3D | 3E |
| Octal | 331 | 202 | 144 | 0 | 50 | 66 | 17 | 17 | 75 | 76 |
| Binary | 11011001 | 10000010 | 1100100 | 0 | 101000 | 110110 | 1111 | 1111 | 111101 | 111110 |
Color Harmonies of #D98264
Complementary color
Monochromatic Colors of #D98264
Black with #D98264
Text Example
Text Example
White with #D98264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98264; }
p { color: rgb(217,130,100); }
H1.HeaderClassName
{
color: #D98264;
}
.AnyTagClassName
{
color: #D98264;
}
</style>
background-color css
<style>
a { background-color: #D98264; }
a { background-color: rgb(217,130,100); }
div.DivClassName
{
background-color: #D98264;
}
.BgClassName
{
background-color: #D98264;
}
</style>
border-color css
<style>
span { border-color: #D98264; }
span { border-color: rgb(217,130,100); }
td.TdClassName
{
border-color: #D98264;
}
.TagClassName
{
border-color: #D98264;
}
</style>