Shades of Copper #D2886F
Tints of Copper #D2886F
RGB
CMYK
RGB Variations
Color information
#D2886F (or 0xD2886F) is known color: Copper. HEX triplet: D2, 88 and 6F. RGB value is (210,136,111). Sum of RGB (Red+Green+Blue) = 210+136+111=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2886F is #2D7790. Grayscale: #9B9B9B. Windows color (decimal): -2979729 or 7309522. OLE color: 7309522.
HSL color Cylindrical-coordinate representation of color #D2886F: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2886F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 111 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.18 |
| HSL | 15.15º | 0.52% | 0.63% | - |
| HSV(B) | 15.15º | 0.47% | 0.82% | - |
| XYZ | 38.25 | 32.46 | 19.29 | - |
| YUV | 155.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 111 | 0 | 0.35 | 0.47 | 0.18 | 15.15 | 0.52 | 0.63 |
| Hex | D2 | 88 | 6F | 0 | 23 | 2F | 12 | F | 34 | 3F |
| Octal | 322 | 210 | 157 | 0 | 43 | 57 | 22 | 17 | 64 | 77 |
| Binary | 11010010 | 10001000 | 1101111 | 0 | 100011 | 101111 | 10010 | 1111 | 110100 | 111111 |
Color Harmonies of #D2886F
Complementary color
Monochromatic Colors of #D2886F
Black with #D2886F
Text Example
Text Example
White with #D2886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2886F; }
p { color: rgb(210,136,111); }
H1.HeaderClassName
{
color: #D2886F;
}
.AnyTagClassName
{
color: #D2886F;
}
</style>
background-color css
<style>
a { background-color: #D2886F; }
a { background-color: rgb(210,136,111); }
div.DivClassName
{
background-color: #D2886F;
}
.BgClassName
{
background-color: #D2886F;
}
</style>
border-color css
<style>
span { border-color: #D2886F; }
span { border-color: rgb(210,136,111); }
td.TdClassName
{
border-color: #D2886F;
}
.TagClassName
{
border-color: #D2886F;
}
</style>