Shades of Copper #D3866C
Tints of Copper #D3866C
RGB
CMYK
RGB Variations
Color information
#D3866C (or 0xD3866C) is known color: Copper. HEX triplet: D3, 86 and 6C. RGB value is (211,134,108). Sum of RGB (Red+Green+Blue) = 211+134+108=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3866C is #2C7993. Grayscale: #9A9A9A. Windows color (decimal): -2914708 or 7112403. OLE color: 7112403.
HSL color Cylindrical-coordinate representation of color #D3866C: hue angle of 15.15º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3866C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 108 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.17 |
| HSL | 15.15º | 0.54% | 0.63% | - |
| HSV(B) | 15.15º | 0.49% | 0.83% | - |
| XYZ | 38.1 | 31.98 | 18.35 | - |
| YUV | 154.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 108 | 0 | 0.36 | 0.49 | 0.17 | 15.15 | 0.54 | 0.63 |
| Hex | D3 | 86 | 6C | 0 | 24 | 31 | 11 | F | 36 | 3F |
| Octal | 323 | 206 | 154 | 0 | 44 | 61 | 21 | 17 | 66 | 77 |
| Binary | 11010011 | 10000110 | 1101100 | 0 | 100100 | 110001 | 10001 | 1111 | 110110 | 111111 |
Color Harmonies of #D3866C
Complementary color
Monochromatic Colors of #D3866C
Black with #D3866C
Text Example
Text Example
White with #D3866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3866C; }
p { color: rgb(211,134,108); }
H1.HeaderClassName
{
color: #D3866C;
}
.AnyTagClassName
{
color: #D3866C;
}
</style>
background-color css
<style>
a { background-color: #D3866C; }
a { background-color: rgb(211,134,108); }
div.DivClassName
{
background-color: #D3866C;
}
.BgClassName
{
background-color: #D3866C;
}
</style>
border-color css
<style>
span { border-color: #D3866C; }
span { border-color: rgb(211,134,108); }
td.TdClassName
{
border-color: #D3866C;
}
.TagClassName
{
border-color: #D3866C;
}
</style>