Shades of Copper #D3876F
Tints of Copper #D3876F
RGB
CMYK
RGB Variations
Color information
#D3876F (or 0xD3876F) is known color: Copper. HEX triplet: D3, 87 and 6F. RGB value is (211,135,111). Sum of RGB (Red+Green+Blue) = 211+135+111=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3876F is #2C7890. Grayscale: #9B9B9B. Windows color (decimal): -2914449 or 7309267. OLE color: 7309267.
HSL color Cylindrical-coordinate representation of color #D3876F: hue angle of 14.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3876F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 111 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.17 |
| HSL | 14.4º | 0.53% | 0.63% | - |
| HSV(B) | 14.4º | 0.47% | 0.83% | - |
| XYZ | 38.4 | 32.32 | 19.25 | - |
| YUV | 154.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 111 | 0 | 0.36 | 0.47 | 0.17 | 14.4 | 0.53 | 0.63 |
| Hex | D3 | 87 | 6F | 0 | 24 | 2F | 11 | E | 35 | 3F |
| Octal | 323 | 207 | 157 | 0 | 44 | 57 | 21 | 16 | 65 | 77 |
| Binary | 11010011 | 10000111 | 1101111 | 0 | 100100 | 101111 | 10001 | 1110 | 110101 | 111111 |
Color Harmonies of #D3876F
Complementary color
Monochromatic Colors of #D3876F
Black with #D3876F
Text Example
Text Example
White with #D3876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3876F; }
p { color: rgb(211,135,111); }
H1.HeaderClassName
{
color: #D3876F;
}
.AnyTagClassName
{
color: #D3876F;
}
</style>
background-color css
<style>
a { background-color: #D3876F; }
a { background-color: rgb(211,135,111); }
div.DivClassName
{
background-color: #D3876F;
}
.BgClassName
{
background-color: #D3876F;
}
</style>
border-color css
<style>
span { border-color: #D3876F; }
span { border-color: rgb(211,135,111); }
td.TdClassName
{
border-color: #D3876F;
}
.TagClassName
{
border-color: #D3876F;
}
</style>