Shades of Copper #D9866C
Tints of Copper #D9866C
RGB
CMYK
RGB Variations
Color information
#D9866C (or 0xD9866C) is known color: Copper. HEX triplet: D9, 86 and 6C. RGB value is (217,134,108). Sum of RGB (Red+Green+Blue) = 217+134+108=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9866C is #267993. Grayscale: #9C9C9C. Windows color (decimal): -2521492 or 7112409. OLE color: 7112409.
HSL color Cylindrical-coordinate representation of color #D9866C: hue angle of 14.31º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9866C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.15 |
| HSL | 14.31º | 0.59% | 0.64% | - |
| HSV(B) | 14.31º | 0.5% | 0.85% | - |
| XYZ | 39.85 | 32.88 | 18.43 | - |
| YUV | 155.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 108 | 0 | 0.38 | 0.50 | 0.15 | 14.31 | 0.59 | 0.64 |
| Hex | D9 | 86 | 6C | 0 | 26 | 32 | F | E | 3B | 40 |
| Octal | 331 | 206 | 154 | 0 | 46 | 62 | 17 | 16 | 73 | 100 |
| Binary | 11011001 | 10000110 | 1101100 | 0 | 100110 | 110010 | 1111 | 1110 | 111011 | 1000000 |
Color Harmonies of #D9866C
Complementary color
Monochromatic Colors of #D9866C
Black with #D9866C
Text Example
Text Example
White with #D9866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9866C; }
p { color: rgb(217,134,108); }
H1.HeaderClassName
{
color: #D9866C;
}
.AnyTagClassName
{
color: #D9866C;
}
</style>
background-color css
<style>
a { background-color: #D9866C; }
a { background-color: rgb(217,134,108); }
div.DivClassName
{
background-color: #D9866C;
}
.BgClassName
{
background-color: #D9866C;
}
</style>
border-color css
<style>
span { border-color: #D9866C; }
span { border-color: rgb(217,134,108); }
td.TdClassName
{
border-color: #D9866C;
}
.TagClassName
{
border-color: #D9866C;
}
</style>