Shades of Copper #D88568
Tints of Copper #D88568
RGB
CMYK
RGB Variations
Color information
#D88568 (or 0xD88568) is known color: Copper. HEX triplet: D8, 85 and 68. RGB value is (216,133,104). Sum of RGB (Red+Green+Blue) = 216+133+104=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D88568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88568 is #277A97. Grayscale: #9A9A9A. Windows color (decimal): -2587288 or 6850008. OLE color: 6850008.
HSL color Cylindrical-coordinate representation of color #D88568: hue angle of 15.54º 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 #D88568 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 104 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.15 |
| HSL | 15.54º | 0.59% | 0.63% | - |
| HSV(B) | 15.54º | 0.52% | 0.85% | - |
| XYZ | 39.21 | 32.37 | 17.28 | - |
| YUV | 154.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 104 | 0 | 0.38 | 0.52 | 0.15 | 15.54 | 0.59 | 0.63 |
| Hex | D8 | 85 | 68 | 0 | 26 | 34 | F | 10 | 3B | 3F |
| Octal | 330 | 205 | 150 | 0 | 46 | 64 | 17 | 20 | 73 | 77 |
| Binary | 11011000 | 10000101 | 1101000 | 0 | 100110 | 110100 | 1111 | 10000 | 111011 | 111111 |
Color Harmonies of #D88568
Complementary color
Monochromatic Colors of #D88568
Black with #D88568
Text Example
Text Example
White with #D88568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88568; }
p { color: rgb(216,133,104); }
H1.HeaderClassName
{
color: #D88568;
}
.AnyTagClassName
{
color: #D88568;
}
</style>
background-color css
<style>
a { background-color: #D88568; }
a { background-color: rgb(216,133,104); }
div.DivClassName
{
background-color: #D88568;
}
.BgClassName
{
background-color: #D88568;
}
</style>
border-color css
<style>
span { border-color: #D88568; }
span { border-color: rgb(216,133,104); }
td.TdClassName
{
border-color: #D88568;
}
.TagClassName
{
border-color: #D88568;
}
</style>