Shades of Copper #D3886A
Tints of Copper #D3886A
RGB
CMYK
RGB Variations
Color information
#D3886A (or 0xD3886A) is known color: Copper. HEX triplet: D3, 88 and 6A. RGB value is (211,136,106). Sum of RGB (Red+Green+Blue) = 211+136+106=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3886A is #2C7795. Grayscale: #9B9B9B. Windows color (decimal): -2914198 or 6981843. OLE color: 6981843.
HSL color Cylindrical-coordinate representation of color #D3886A: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3886A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 106 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.17 |
| HSL | 17.14º | 0.54% | 0.62% | - |
| HSV(B) | 17.14º | 0.5% | 0.83% | - |
| XYZ | 38.27 | 32.5 | 17.89 | - |
| YUV | 155.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 106 | 0 | 0.36 | 0.50 | 0.17 | 17.14 | 0.54 | 0.62 |
| Hex | D3 | 88 | 6A | 0 | 24 | 32 | 11 | 11 | 36 | 3E |
| Octal | 323 | 210 | 152 | 0 | 44 | 62 | 21 | 21 | 66 | 76 |
| Binary | 11010011 | 10001000 | 1101010 | 0 | 100100 | 110010 | 10001 | 10001 | 110110 | 111110 |
Color Harmonies of #D3886A
Complementary color
Monochromatic Colors of #D3886A
Black with #D3886A
Text Example
Text Example
White with #D3886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3886A; }
p { color: rgb(211,136,106); }
H1.HeaderClassName
{
color: #D3886A;
}
.AnyTagClassName
{
color: #D3886A;
}
</style>
background-color css
<style>
a { background-color: #D3886A; }
a { background-color: rgb(211,136,106); }
div.DivClassName
{
background-color: #D3886A;
}
.BgClassName
{
background-color: #D3886A;
}
</style>
border-color css
<style>
span { border-color: #D3886A; }
span { border-color: rgb(211,136,106); }
td.TdClassName
{
border-color: #D3886A;
}
.TagClassName
{
border-color: #D3886A;
}
</style>