Shades of Copper #D48866
Tints of Copper #D48866
RGB
CMYK
RGB Variations
Color information
#D48866 (or 0xD48866) is known color: Copper. HEX triplet: D4, 88 and 66. RGB value is (212,136,102). Sum of RGB (Red+Green+Blue) = 212+136+102=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D48866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48866 is #2B7799. Grayscale: #9B9B9B. Windows color (decimal): -2848666 or 6719700. OLE color: 6719700.
HSL color Cylindrical-coordinate representation of color #D48866: hue angle of 18.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48866 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 102 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.17 |
| HSL | 18.55º | 0.56% | 0.62% | - |
| HSV(B) | 18.55º | 0.52% | 0.83% | - |
| XYZ | 38.35 | 32.56 | 16.83 | - |
| YUV | 154.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 102 | 0 | 0.36 | 0.52 | 0.17 | 18.55 | 0.56 | 0.62 |
| Hex | D4 | 88 | 66 | 0 | 24 | 34 | 11 | 13 | 38 | 3E |
| Octal | 324 | 210 | 146 | 0 | 44 | 64 | 21 | 23 | 70 | 76 |
| Binary | 11010100 | 10001000 | 1100110 | 0 | 100100 | 110100 | 10001 | 10011 | 111000 | 111110 |
Color Harmonies of #D48866
Complementary color
Monochromatic Colors of #D48866
Black with #D48866
Text Example
Text Example
White with #D48866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48866; }
p { color: rgb(212,136,102); }
H1.HeaderClassName
{
color: #D48866;
}
.AnyTagClassName
{
color: #D48866;
}
</style>
background-color css
<style>
a { background-color: #D48866; }
a { background-color: rgb(212,136,102); }
div.DivClassName
{
background-color: #D48866;
}
.BgClassName
{
background-color: #D48866;
}
</style>
border-color css
<style>
span { border-color: #D48866; }
span { border-color: rgb(212,136,102); }
td.TdClassName
{
border-color: #D48866;
}
.TagClassName
{
border-color: #D48866;
}
</style>