Shades of Copper #D3886C
Tints of Copper #D3886C
RGB
CMYK
RGB Variations
Color information
#D3886C (or 0xD3886C) is known color: Copper. HEX triplet: D3, 88 and 6C. RGB value is (211,136,108). Sum of RGB (Red+Green+Blue) = 211+136+108=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3886C is #2C7793. Grayscale: #9B9B9B. Windows color (decimal): -2914196 or 7112915. OLE color: 7112915.
HSL color Cylindrical-coordinate representation of color #D3886C: hue angle of 16.31º 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 #D3886C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 108 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.17 |
| HSL | 16.31º | 0.54% | 0.63% | - |
| HSV(B) | 16.31º | 0.49% | 0.83% | - |
| XYZ | 38.37 | 32.54 | 18.45 | - |
| YUV | 155.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 108 | 0 | 0.36 | 0.49 | 0.17 | 16.31 | 0.54 | 0.63 |
| Hex | D3 | 88 | 6C | 0 | 24 | 31 | 11 | 10 | 36 | 3F |
| Octal | 323 | 210 | 154 | 0 | 44 | 61 | 21 | 20 | 66 | 77 |
| Binary | 11010011 | 10001000 | 1101100 | 0 | 100100 | 110001 | 10001 | 10000 | 110110 | 111111 |
Color Harmonies of #D3886C
Complementary color
Monochromatic Colors of #D3886C
Black with #D3886C
Text Example
Text Example
White with #D3886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3886C; }
p { color: rgb(211,136,108); }
H1.HeaderClassName
{
color: #D3886C;
}
.AnyTagClassName
{
color: #D3886C;
}
</style>
background-color css
<style>
a { background-color: #D3886C; }
a { background-color: rgb(211,136,108); }
div.DivClassName
{
background-color: #D3886C;
}
.BgClassName
{
background-color: #D3886C;
}
</style>
border-color css
<style>
span { border-color: #D3886C; }
span { border-color: rgb(211,136,108); }
td.TdClassName
{
border-color: #D3886C;
}
.TagClassName
{
border-color: #D3886C;
}
</style>