Shades of Copper #D88968
Tints of Copper #D88968
RGB
CMYK
RGB Variations
Color information
#D88968 (or 0xD88968) is known color: Copper. HEX triplet: D8, 89 and 68. RGB value is (216,137,104). Sum of RGB (Red+Green+Blue) = 216+137+104=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88968 is #277697. Grayscale: #9D9D9D. Windows color (decimal): -2586264 or 6851032. OLE color: 6851032.
HSL color Cylindrical-coordinate representation of color #D88968: hue angle of 17.68º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D88968 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 104 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.15 |
| HSL | 17.68º | 0.59% | 0.63% | - |
| HSV(B) | 17.68º | 0.52% | 0.85% | - |
| XYZ | 39.76 | 33.49 | 17.47 | - |
| YUV | 156.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 104 | 0 | 0.37 | 0.52 | 0.15 | 17.68 | 0.59 | 0.63 |
| Hex | D8 | 89 | 68 | 0 | 25 | 34 | F | 12 | 3B | 3F |
| Octal | 330 | 211 | 150 | 0 | 45 | 64 | 17 | 22 | 73 | 77 |
| Binary | 11011000 | 10001001 | 1101000 | 0 | 100101 | 110100 | 1111 | 10010 | 111011 | 111111 |
Color Harmonies of #D88968
Complementary color
Monochromatic Colors of #D88968
Black with #D88968
Text Example
Text Example
White with #D88968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88968; }
p { color: rgb(216,137,104); }
H1.HeaderClassName
{
color: #D88968;
}
.AnyTagClassName
{
color: #D88968;
}
</style>
background-color css
<style>
a { background-color: #D88968; }
a { background-color: rgb(216,137,104); }
div.DivClassName
{
background-color: #D88968;
}
.BgClassName
{
background-color: #D88968;
}
</style>
border-color css
<style>
span { border-color: #D88968; }
span { border-color: rgb(216,137,104); }
td.TdClassName
{
border-color: #D88968;
}
.TagClassName
{
border-color: #D88968;
}
</style>