Shades of Copper #D68963
Tints of Copper #D68963
RGB
CMYK
RGB Variations
Color information
#D68963 (or 0xD68963) is known color: Copper. HEX triplet: D6, 89 and 63. RGB value is (214,137,99). Sum of RGB (Red+Green+Blue) = 214+137+99=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68963 is #29769C. Grayscale: #9B9B9B. Windows color (decimal): -2717341 or 6523350. OLE color: 6523350.
HSL color Cylindrical-coordinate representation of color #D68963: hue angle of 19.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68963 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 99 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.16 |
| HSL | 19.83º | 0.58% | 0.61% | - |
| HSV(B) | 19.83º | 0.54% | 0.84% | - |
| XYZ | 38.93 | 33.09 | 16.14 | - |
| YUV | 155.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 99 | 0 | 0.36 | 0.54 | 0.16 | 19.83 | 0.58 | 0.61 |
| Hex | D6 | 89 | 63 | 0 | 24 | 36 | 10 | 14 | 3A | 3D |
| Octal | 326 | 211 | 143 | 0 | 44 | 66 | 20 | 24 | 72 | 75 |
| Binary | 11010110 | 10001001 | 1100011 | 0 | 100100 | 110110 | 10000 | 10100 | 111010 | 111101 |
Color Harmonies of #D68963
Complementary color
Monochromatic Colors of #D68963
Black with #D68963
Text Example
Text Example
White with #D68963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68963; }
p { color: rgb(214,137,99); }
H1.HeaderClassName
{
color: #D68963;
}
.AnyTagClassName
{
color: #D68963;
}
</style>
background-color css
<style>
a { background-color: #D68963; }
a { background-color: rgb(214,137,99); }
div.DivClassName
{
background-color: #D68963;
}
.BgClassName
{
background-color: #D68963;
}
</style>
border-color css
<style>
span { border-color: #D68963; }
span { border-color: rgb(214,137,99); }
td.TdClassName
{
border-color: #D68963;
}
.TagClassName
{
border-color: #D68963;
}
</style>