Shades of Copper #D98265
Tints of Copper #D98265
RGB
CMYK
RGB Variations
Color information
#D98265 (or 0xD98265) is known color: Copper. HEX triplet: D9, 82 and 65. RGB value is (217,130,101). Sum of RGB (Red+Green+Blue) = 217+130+101=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98265 is #267D9A. Grayscale: #989898. Windows color (decimal): -2522523 or 6652633. OLE color: 6652633.
HSL color Cylindrical-coordinate representation of color #D98265: hue angle of 15º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D98265 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 101 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.15 |
| HSL | 15º | 0.6% | 0.62% | - |
| HSV(B) | 15º | 0.53% | 0.85% | - |
| XYZ | 38.95 | 31.66 | 16.37 | - |
| YUV | 152.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 101 | 0 | 0.40 | 0.53 | 0.15 | 15 | 0.6 | 0.62 |
| Hex | D9 | 82 | 65 | 0 | 28 | 35 | F | F | 3C | 3E |
| Octal | 331 | 202 | 145 | 0 | 50 | 65 | 17 | 17 | 74 | 76 |
| Binary | 11011001 | 10000010 | 1100101 | 0 | 101000 | 110101 | 1111 | 1111 | 111100 | 111110 |
Color Harmonies of #D98265
Complementary color
Monochromatic Colors of #D98265
Black with #D98265
Text Example
Text Example
White with #D98265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98265; }
p { color: rgb(217,130,101); }
H1.HeaderClassName
{
color: #D98265;
}
.AnyTagClassName
{
color: #D98265;
}
</style>
background-color css
<style>
a { background-color: #D98265; }
a { background-color: rgb(217,130,101); }
div.DivClassName
{
background-color: #D98265;
}
.BgClassName
{
background-color: #D98265;
}
</style>
border-color css
<style>
span { border-color: #D98265; }
span { border-color: rgb(217,130,101); }
td.TdClassName
{
border-color: #D98265;
}
.TagClassName
{
border-color: #D98265;
}
</style>