Shades of Copper #D68567
Tints of Copper #D68567
RGB
CMYK
RGB Variations
Color information
#D68567 (or 0xD68567) is known color: Copper. HEX triplet: D6, 85 and 67. RGB value is (214,133,103). Sum of RGB (Red+Green+Blue) = 214+133+103=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68567 is #297A98. Grayscale: #9A9A9A. Windows color (decimal): -2718361 or 6784470. OLE color: 6784470.
HSL color Cylindrical-coordinate representation of color #D68567: hue angle of 16.22º 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 #D68567 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 103 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.16 |
| HSL | 16.22º | 0.58% | 0.62% | - |
| HSV(B) | 16.22º | 0.52% | 0.84% | - |
| XYZ | 38.57 | 32.05 | 16.99 | - |
| YUV | 153.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 103 | 0 | 0.38 | 0.52 | 0.16 | 16.22 | 0.58 | 0.62 |
| Hex | D6 | 85 | 67 | 0 | 26 | 34 | 10 | 10 | 3A | 3E |
| Octal | 326 | 205 | 147 | 0 | 46 | 64 | 20 | 20 | 72 | 76 |
| Binary | 11010110 | 10000101 | 1100111 | 0 | 100110 | 110100 | 10000 | 10000 | 111010 | 111110 |
Color Harmonies of #D68567
Complementary color
Monochromatic Colors of #D68567
Black with #D68567
Text Example
Text Example
White with #D68567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68567; }
p { color: rgb(214,133,103); }
H1.HeaderClassName
{
color: #D68567;
}
.AnyTagClassName
{
color: #D68567;
}
</style>
background-color css
<style>
a { background-color: #D68567; }
a { background-color: rgb(214,133,103); }
div.DivClassName
{
background-color: #D68567;
}
.BgClassName
{
background-color: #D68567;
}
</style>
border-color css
<style>
span { border-color: #D68567; }
span { border-color: rgb(214,133,103); }
td.TdClassName
{
border-color: #D68567;
}
.TagClassName
{
border-color: #D68567;
}
</style>