Shades of Copper #D68866
Tints of Copper #D68866
RGB
CMYK
RGB Variations
Color information
#D68866 (or 0xD68866) is known color: Copper. HEX triplet: D6, 88 and 66. RGB value is (214,136,102). Sum of RGB (Red+Green+Blue) = 214+136+102=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68866 is #297799. Grayscale: #9B9B9B. Windows color (decimal): -2717594 or 6719702. OLE color: 6719702.
HSL color Cylindrical-coordinate representation of color #D68866: hue angle of 18.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D68866 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 102 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.16 |
| HSL | 18.21º | 0.58% | 0.62% | - |
| HSV(B) | 18.21º | 0.52% | 0.84% | - |
| XYZ | 38.93 | 32.86 | 16.86 | - |
| YUV | 155.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 102 | 0 | 0.36 | 0.52 | 0.16 | 18.21 | 0.58 | 0.62 |
| Hex | D6 | 88 | 66 | 0 | 24 | 34 | 10 | 12 | 3A | 3E |
| Octal | 326 | 210 | 146 | 0 | 44 | 64 | 20 | 22 | 72 | 76 |
| Binary | 11010110 | 10001000 | 1100110 | 0 | 100100 | 110100 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D68866
Complementary color
Monochromatic Colors of #D68866
Black with #D68866
Text Example
Text Example
White with #D68866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68866; }
p { color: rgb(214,136,102); }
H1.HeaderClassName
{
color: #D68866;
}
.AnyTagClassName
{
color: #D68866;
}
</style>
background-color css
<style>
a { background-color: #D68866; }
a { background-color: rgb(214,136,102); }
div.DivClassName
{
background-color: #D68866;
}
.BgClassName
{
background-color: #D68866;
}
</style>
border-color css
<style>
span { border-color: #D68866; }
span { border-color: rgb(214,136,102); }
td.TdClassName
{
border-color: #D68866;
}
.TagClassName
{
border-color: #D68866;
}
</style>