Shades of Copper #D4886F
Tints of Copper #D4886F
RGB
CMYK
RGB Variations
Color information
#D4886F (or 0xD4886F) is known color: Copper. HEX triplet: D4, 88 and 6F. RGB value is (212,136,111). Sum of RGB (Red+Green+Blue) = 212+136+111=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4886F is #2B7790. Grayscale: #9C9C9C. Windows color (decimal): -2848657 or 7309524. OLE color: 7309524.
HSL color Cylindrical-coordinate representation of color #D4886F: hue angle of 14.85º 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 #D4886F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 111 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.17 |
| HSL | 14.85º | 0.54% | 0.63% | - |
| HSV(B) | 14.85º | 0.48% | 0.83% | - |
| XYZ | 38.82 | 32.75 | 19.31 | - |
| YUV | 155.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 111 | 0 | 0.36 | 0.48 | 0.17 | 14.85 | 0.54 | 0.63 |
| Hex | D4 | 88 | 6F | 0 | 24 | 30 | 11 | F | 36 | 3F |
| Octal | 324 | 210 | 157 | 0 | 44 | 60 | 21 | 17 | 66 | 77 |
| Binary | 11010100 | 10001000 | 1101111 | 0 | 100100 | 110000 | 10001 | 1111 | 110110 | 111111 |
Color Harmonies of #D4886F
Complementary color
Monochromatic Colors of #D4886F
Black with #D4886F
Text Example
Text Example
White with #D4886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4886F; }
p { color: rgb(212,136,111); }
H1.HeaderClassName
{
color: #D4886F;
}
.AnyTagClassName
{
color: #D4886F;
}
</style>
background-color css
<style>
a { background-color: #D4886F; }
a { background-color: rgb(212,136,111); }
div.DivClassName
{
background-color: #D4886F;
}
.BgClassName
{
background-color: #D4886F;
}
</style>
border-color css
<style>
span { border-color: #D4886F; }
span { border-color: rgb(212,136,111); }
td.TdClassName
{
border-color: #D4886F;
}
.TagClassName
{
border-color: #D4886F;
}
</style>