Shades of Copper #D68B66
Tints of Copper #D68B66
RGB
CMYK
RGB Variations
Color information
#D68B66 (or 0xD68B66) is known color: Copper. HEX triplet: D6, 8B and 66. RGB value is (214,139,102). Sum of RGB (Red+Green+Blue) = 214+139+102=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B66 is #297499. Grayscale: #9D9D9D. Windows color (decimal): -2716826 or 6720470. OLE color: 6720470.
HSL color Cylindrical-coordinate representation of color #D68B66: hue angle of 19.82º 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 #D68B66 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 102 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.16 |
| HSL | 19.82º | 0.58% | 0.62% | - |
| HSV(B) | 19.82º | 0.52% | 0.84% | - |
| XYZ | 39.36 | 33.72 | 17 | - |
| YUV | 157.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 102 | 0 | 0.35 | 0.52 | 0.16 | 19.82 | 0.58 | 0.62 |
| Hex | D6 | 8B | 66 | 0 | 23 | 34 | 10 | 14 | 3A | 3E |
| Octal | 326 | 213 | 146 | 0 | 43 | 64 | 20 | 24 | 72 | 76 |
| Binary | 11010110 | 10001011 | 1100110 | 0 | 100011 | 110100 | 10000 | 10100 | 111010 | 111110 |
Color Harmonies of #D68B66
Complementary color
Monochromatic Colors of #D68B66
Black with #D68B66
Text Example
Text Example
White with #D68B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B66; }
p { color: rgb(214,139,102); }
H1.HeaderClassName
{
color: #D68B66;
}
.AnyTagClassName
{
color: #D68B66;
}
</style>
background-color css
<style>
a { background-color: #D68B66; }
a { background-color: rgb(214,139,102); }
div.DivClassName
{
background-color: #D68B66;
}
.BgClassName
{
background-color: #D68B66;
}
</style>
border-color css
<style>
span { border-color: #D68B66; }
span { border-color: rgb(214,139,102); }
td.TdClassName
{
border-color: #D68B66;
}
.TagClassName
{
border-color: #D68B66;
}
</style>