Shades of Copper #D4876B
Tints of Copper #D4876B
RGB
CMYK
RGB Variations
Color information
#D4876B (or 0xD4876B) is known color: Copper. HEX triplet: D4, 87 and 6B. RGB value is (212,135,107). Sum of RGB (Red+Green+Blue) = 212+135+107=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4876B is #2B7894. Grayscale: #9B9B9B. Windows color (decimal): -2848917 or 7047124. OLE color: 7047124.
HSL color Cylindrical-coordinate representation of color #D4876B: hue angle of 16º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4876B is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 107 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.17 |
| HSL | 16º | 0.55% | 0.63% | - |
| HSV(B) | 16º | 0.5% | 0.83% | - |
| XYZ | 38.47 | 32.39 | 18.13 | - |
| YUV | 154.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 107 | 0 | 0.36 | 0.50 | 0.17 | 16 | 0.55 | 0.63 |
| Hex | D4 | 87 | 6B | 0 | 24 | 32 | 11 | 10 | 37 | 3F |
| Octal | 324 | 207 | 153 | 0 | 44 | 62 | 21 | 20 | 67 | 77 |
| Binary | 11010100 | 10000111 | 1101011 | 0 | 100100 | 110010 | 10001 | 10000 | 110111 | 111111 |
Color Harmonies of #D4876B
Complementary color
Monochromatic Colors of #D4876B
Black with #D4876B
Text Example
Text Example
White with #D4876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4876B; }
p { color: rgb(212,135,107); }
H1.HeaderClassName
{
color: #D4876B;
}
.AnyTagClassName
{
color: #D4876B;
}
</style>
background-color css
<style>
a { background-color: #D4876B; }
a { background-color: rgb(212,135,107); }
div.DivClassName
{
background-color: #D4876B;
}
.BgClassName
{
background-color: #D4876B;
}
</style>
border-color css
<style>
span { border-color: #D4876B; }
span { border-color: rgb(212,135,107); }
td.TdClassName
{
border-color: #D4876B;
}
.TagClassName
{
border-color: #D4876B;
}
</style>