Shades of Copper #D88E6A
Tints of Copper #D88E6A
RGB
CMYK
RGB Variations
Color information
#D88E6A (or 0xD88E6A) is known color: Copper. HEX triplet: D8, 8E and 6A. RGB value is (216,142,106). Sum of RGB (Red+Green+Blue) = 216+142+106=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E6A is #277195. Grayscale: #A0A0A0. Windows color (decimal): -2584982 or 6983384. OLE color: 6983384.
HSL color Cylindrical-coordinate representation of color #D88E6A: hue angle of 19.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D88E6A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 106 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.15 |
| HSL | 19.64º | 0.59% | 0.63% | - |
| HSV(B) | 19.64º | 0.51% | 0.85% | - |
| XYZ | 40.59 | 34.99 | 18.25 | - |
| YUV | 160.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 106 | 0 | 0.34 | 0.51 | 0.15 | 19.64 | 0.59 | 0.63 |
| Hex | D8 | 8E | 6A | 0 | 22 | 33 | F | 14 | 3B | 3F |
| Octal | 330 | 216 | 152 | 0 | 42 | 63 | 17 | 24 | 73 | 77 |
| Binary | 11011000 | 10001110 | 1101010 | 0 | 100010 | 110011 | 1111 | 10100 | 111011 | 111111 |
Color Harmonies of #D88E6A
Complementary color
Monochromatic Colors of #D88E6A
Black with #D88E6A
Text Example
Text Example
White with #D88E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E6A; }
p { color: rgb(216,142,106); }
H1.HeaderClassName
{
color: #D88E6A;
}
.AnyTagClassName
{
color: #D88E6A;
}
</style>
background-color css
<style>
a { background-color: #D88E6A; }
a { background-color: rgb(216,142,106); }
div.DivClassName
{
background-color: #D88E6A;
}
.BgClassName
{
background-color: #D88E6A;
}
</style>
border-color css
<style>
span { border-color: #D88E6A; }
span { border-color: rgb(216,142,106); }
td.TdClassName
{
border-color: #D88E6A;
}
.TagClassName
{
border-color: #D88E6A;
}
</style>