Shades of Copper #D48B6E
Tints of Copper #D48B6E
RGB
CMYK
RGB Variations
Color information
#D48B6E (or 0xD48B6E) is known color: Copper. HEX triplet: D4, 8B and 6E. RGB value is (212,139,110). Sum of RGB (Red+Green+Blue) = 212+139+110=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B6E is #2B7491. Grayscale: #9D9D9D. Windows color (decimal): -2847890 or 7244756. OLE color: 7244756.
HSL color Cylindrical-coordinate representation of color #D48B6E: hue angle of 17.06º 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 #D48B6E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 110 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.17 |
| HSL | 17.06º | 0.54% | 0.63% | - |
| HSV(B) | 17.06º | 0.48% | 0.83% | - |
| XYZ | 39.2 | 33.59 | 19.17 | - |
| YUV | 157.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 110 | 0 | 0.34 | 0.48 | 0.17 | 17.06 | 0.54 | 0.63 |
| Hex | D4 | 8B | 6E | 0 | 22 | 30 | 11 | 11 | 36 | 3F |
| Octal | 324 | 213 | 156 | 0 | 42 | 60 | 21 | 21 | 66 | 77 |
| Binary | 11010100 | 10001011 | 1101110 | 0 | 100010 | 110000 | 10001 | 10001 | 110110 | 111111 |
Color Harmonies of #D48B6E
Complementary color
Monochromatic Colors of #D48B6E
Black with #D48B6E
Text Example
Text Example
White with #D48B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B6E; }
p { color: rgb(212,139,110); }
H1.HeaderClassName
{
color: #D48B6E;
}
.AnyTagClassName
{
color: #D48B6E;
}
</style>
background-color css
<style>
a { background-color: #D48B6E; }
a { background-color: rgb(212,139,110); }
div.DivClassName
{
background-color: #D48B6E;
}
.BgClassName
{
background-color: #D48B6E;
}
</style>
border-color css
<style>
span { border-color: #D48B6E; }
span { border-color: rgb(212,139,110); }
td.TdClassName
{
border-color: #D48B6E;
}
.TagClassName
{
border-color: #D48B6E;
}
</style>