Shades of Copper #D4876F
Tints of Copper #D4876F
RGB
CMYK
RGB Variations
Color information
#D4876F (or 0xD4876F) is known color: Copper. HEX triplet: D4, 87 and 6F. RGB value is (212,135,111). Sum of RGB (Red+Green+Blue) = 212+135+111=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4876F is #2B7890. Grayscale: #9B9B9B. Windows color (decimal): -2848913 or 7309268. OLE color: 7309268.
HSL color Cylindrical-coordinate representation of color #D4876F: hue angle of 14.26º 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 #D4876F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 111 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.17 |
| HSL | 14.26º | 0.54% | 0.63% | - |
| HSV(B) | 14.26º | 0.48% | 0.83% | - |
| XYZ | 38.68 | 32.47 | 19.27 | - |
| YUV | 155.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 111 | 0 | 0.36 | 0.48 | 0.17 | 14.26 | 0.54 | 0.63 |
| Hex | D4 | 87 | 6F | 0 | 24 | 30 | 11 | E | 36 | 3F |
| Octal | 324 | 207 | 157 | 0 | 44 | 60 | 21 | 16 | 66 | 77 |
| Binary | 11010100 | 10000111 | 1101111 | 0 | 100100 | 110000 | 10001 | 1110 | 110110 | 111111 |
Color Harmonies of #D4876F
Complementary color
Monochromatic Colors of #D4876F
Black with #D4876F
Text Example
Text Example
White with #D4876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4876F; }
p { color: rgb(212,135,111); }
H1.HeaderClassName
{
color: #D4876F;
}
.AnyTagClassName
{
color: #D4876F;
}
</style>
background-color css
<style>
a { background-color: #D4876F; }
a { background-color: rgb(212,135,111); }
div.DivClassName
{
background-color: #D4876F;
}
.BgClassName
{
background-color: #D4876F;
}
</style>
border-color css
<style>
span { border-color: #D4876F; }
span { border-color: rgb(212,135,111); }
td.TdClassName
{
border-color: #D4876F;
}
.TagClassName
{
border-color: #D4876F;
}
</style>