Shades of Copper #D9826A
Tints of Copper #D9826A
RGB
CMYK
RGB Variations
Color information
#D9826A (or 0xD9826A) is known color: Copper. HEX triplet: D9, 82 and 6A. RGB value is (217,130,106). Sum of RGB (Red+Green+Blue) = 217+130+106=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9826A is #267D95. Grayscale: #999999. Windows color (decimal): -2522518 or 6980313. OLE color: 6980313.
HSL color Cylindrical-coordinate representation of color #D9826A: hue angle of 12.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9826A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 106 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.15 |
| HSL | 12.97º | 0.59% | 0.63% | - |
| HSV(B) | 12.97º | 0.51% | 0.85% | - |
| XYZ | 39.2 | 31.76 | 17.7 | - |
| YUV | 153.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 106 | 0 | 0.40 | 0.51 | 0.15 | 12.97 | 0.59 | 0.63 |
| Hex | D9 | 82 | 6A | 0 | 28 | 33 | F | D | 3B | 3F |
| Octal | 331 | 202 | 152 | 0 | 50 | 63 | 17 | 15 | 73 | 77 |
| Binary | 11011001 | 10000010 | 1101010 | 0 | 101000 | 110011 | 1111 | 1101 | 111011 | 111111 |
Color Harmonies of #D9826A
Complementary color
Monochromatic Colors of #D9826A
Black with #D9826A
Text Example
Text Example
White with #D9826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9826A; }
p { color: rgb(217,130,106); }
H1.HeaderClassName
{
color: #D9826A;
}
.AnyTagClassName
{
color: #D9826A;
}
</style>
background-color css
<style>
a { background-color: #D9826A; }
a { background-color: rgb(217,130,106); }
div.DivClassName
{
background-color: #D9826A;
}
.BgClassName
{
background-color: #D9826A;
}
</style>
border-color css
<style>
span { border-color: #D9826A; }
span { border-color: rgb(217,130,106); }
td.TdClassName
{
border-color: #D9826A;
}
.TagClassName
{
border-color: #D9826A;
}
</style>