Shades of Copper #D9856C
Tints of Copper #D9856C
RGB
CMYK
RGB Variations
Color information
#D9856C (or 0xD9856C) is known color: Copper. HEX triplet: D9, 85 and 6C. RGB value is (217,133,108). Sum of RGB (Red+Green+Blue) = 217+133+108=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9856C is #267A93. Grayscale: #9B9B9B. Windows color (decimal): -2521748 or 7112153. OLE color: 7112153.
HSL color Cylindrical-coordinate representation of color #D9856C: hue angle of 13.76º 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 #D9856C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 108 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.15 |
| HSL | 13.76º | 0.59% | 0.64% | - |
| HSV(B) | 13.76º | 0.5% | 0.85% | - |
| XYZ | 39.71 | 32.61 | 18.39 | - |
| YUV | 155.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 108 | 0 | 0.39 | 0.50 | 0.15 | 13.76 | 0.59 | 0.64 |
| Hex | D9 | 85 | 6C | 0 | 27 | 32 | F | E | 3B | 40 |
| Octal | 331 | 205 | 154 | 0 | 47 | 62 | 17 | 16 | 73 | 100 |
| Binary | 11011001 | 10000101 | 1101100 | 0 | 100111 | 110010 | 1111 | 1110 | 111011 | 1000000 |
Color Harmonies of #D9856C
Complementary color
Monochromatic Colors of #D9856C
Black with #D9856C
Text Example
Text Example
White with #D9856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9856C; }
p { color: rgb(217,133,108); }
H1.HeaderClassName
{
color: #D9856C;
}
.AnyTagClassName
{
color: #D9856C;
}
</style>
background-color css
<style>
a { background-color: #D9856C; }
a { background-color: rgb(217,133,108); }
div.DivClassName
{
background-color: #D9856C;
}
.BgClassName
{
background-color: #D9856C;
}
</style>
border-color css
<style>
span { border-color: #D9856C; }
span { border-color: rgb(217,133,108); }
td.TdClassName
{
border-color: #D9856C;
}
.TagClassName
{
border-color: #D9856C;
}
</style>