Shades of Copper #D3886D
Tints of Copper #D3886D
RGB
CMYK
RGB Variations
Color information
#D3886D (or 0xD3886D) is known color: Copper. HEX triplet: D3, 88 and 6D. RGB value is (211,136,109). Sum of RGB (Red+Green+Blue) = 211+136+109=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3886D is #2C7792. Grayscale: #9B9B9B. Windows color (decimal): -2914195 or 7178451. OLE color: 7178451.
HSL color Cylindrical-coordinate representation of color #D3886D: hue angle of 15.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3886D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 109 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.17 |
| HSL | 15.88º | 0.54% | 0.63% | - |
| HSV(B) | 15.88º | 0.48% | 0.83% | - |
| XYZ | 38.43 | 32.56 | 18.73 | - |
| YUV | 155.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 109 | 0 | 0.36 | 0.48 | 0.17 | 15.88 | 0.54 | 0.63 |
| Hex | D3 | 88 | 6D | 0 | 24 | 30 | 11 | 10 | 36 | 3F |
| Octal | 323 | 210 | 155 | 0 | 44 | 60 | 21 | 20 | 66 | 77 |
| Binary | 11010011 | 10001000 | 1101101 | 0 | 100100 | 110000 | 10001 | 10000 | 110110 | 111111 |
Color Harmonies of #D3886D
Complementary color
Monochromatic Colors of #D3886D
Black with #D3886D
Text Example
Text Example
White with #D3886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3886D; }
p { color: rgb(211,136,109); }
H1.HeaderClassName
{
color: #D3886D;
}
.AnyTagClassName
{
color: #D3886D;
}
</style>
background-color css
<style>
a { background-color: #D3886D; }
a { background-color: rgb(211,136,109); }
div.DivClassName
{
background-color: #D3886D;
}
.BgClassName
{
background-color: #D3886D;
}
</style>
border-color css
<style>
span { border-color: #D3886D; }
span { border-color: rgb(211,136,109); }
td.TdClassName
{
border-color: #D3886D;
}
.TagClassName
{
border-color: #D3886D;
}
</style>