Shades of Copper #D68867
Tints of Copper #D68867
RGB
CMYK
RGB Variations
Color information
#D68867 (or 0xD68867) is known color: Copper. HEX triplet: D6, 88 and 67. RGB value is (214,136,103). Sum of RGB (Red+Green+Blue) = 214+136+103=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68867 is #297798. Grayscale: #9B9B9B. Windows color (decimal): -2717593 or 6785238. OLE color: 6785238.
HSL color Cylindrical-coordinate representation of color #D68867: hue angle of 17.84º 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 #D68867 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 103 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.16 |
| HSL | 17.84º | 0.58% | 0.62% | - |
| HSV(B) | 17.84º | 0.52% | 0.84% | - |
| XYZ | 38.98 | 32.88 | 17.12 | - |
| YUV | 155.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 103 | 0 | 0.36 | 0.52 | 0.16 | 17.84 | 0.58 | 0.62 |
| Hex | D6 | 88 | 67 | 0 | 24 | 34 | 10 | 12 | 3A | 3E |
| Octal | 326 | 210 | 147 | 0 | 44 | 64 | 20 | 22 | 72 | 76 |
| Binary | 11010110 | 10001000 | 1100111 | 0 | 100100 | 110100 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D68867
Complementary color
Monochromatic Colors of #D68867
Black with #D68867
Text Example
Text Example
White with #D68867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68867; }
p { color: rgb(214,136,103); }
H1.HeaderClassName
{
color: #D68867;
}
.AnyTagClassName
{
color: #D68867;
}
</style>
background-color css
<style>
a { background-color: #D68867; }
a { background-color: rgb(214,136,103); }
div.DivClassName
{
background-color: #D68867;
}
.BgClassName
{
background-color: #D68867;
}
</style>
border-color css
<style>
span { border-color: #D68867; }
span { border-color: rgb(214,136,103); }
td.TdClassName
{
border-color: #D68867;
}
.TagClassName
{
border-color: #D68867;
}
</style>