Shades of Copper #D4896F
Tints of Copper #D4896F
RGB
CMYK
RGB Variations
Color information
#D4896F (or 0xD4896F) is known color: Copper. HEX triplet: D4, 89 and 6F. RGB value is (212,137,111). Sum of RGB (Red+Green+Blue) = 212+137+111=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4896F is #2B7690. Grayscale: #9C9C9C. Windows color (decimal): -2848401 or 7309780. OLE color: 7309780.
HSL color Cylindrical-coordinate representation of color #D4896F: hue angle of 15.45º 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 #D4896F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 111 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.17 |
| HSL | 15.45º | 0.54% | 0.63% | - |
| HSV(B) | 15.45º | 0.48% | 0.83% | - |
| XYZ | 38.97 | 33.04 | 19.36 | - |
| YUV | 156.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 111 | 0 | 0.35 | 0.48 | 0.17 | 15.45 | 0.54 | 0.63 |
| Hex | D4 | 89 | 6F | 0 | 23 | 30 | 11 | F | 36 | 3F |
| Octal | 324 | 211 | 157 | 0 | 43 | 60 | 21 | 17 | 66 | 77 |
| Binary | 11010100 | 10001001 | 1101111 | 0 | 100011 | 110000 | 10001 | 1111 | 110110 | 111111 |
Color Harmonies of #D4896F
Complementary color
Monochromatic Colors of #D4896F
Black with #D4896F
Text Example
Text Example
White with #D4896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4896F; }
p { color: rgb(212,137,111); }
H1.HeaderClassName
{
color: #D4896F;
}
.AnyTagClassName
{
color: #D4896F;
}
</style>
background-color css
<style>
a { background-color: #D4896F; }
a { background-color: rgb(212,137,111); }
div.DivClassName
{
background-color: #D4896F;
}
.BgClassName
{
background-color: #D4896F;
}
</style>
border-color css
<style>
span { border-color: #D4896F; }
span { border-color: rgb(212,137,111); }
td.TdClassName
{
border-color: #D4896F;
}
.TagClassName
{
border-color: #D4896F;
}
</style>