Shades of Copper #D88E6E
Tints of Copper #D88E6E
RGB
CMYK
RGB Variations
Color information
#D88E6E (or 0xD88E6E) is known color: Copper. HEX triplet: D8, 8E and 6E. RGB value is (216,142,110). Sum of RGB (Red+Green+Blue) = 216+142+110=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E6E is #277191. Grayscale: #A0A0A0. Windows color (decimal): -2584978 or 7245528. OLE color: 7245528.
HSL color Cylindrical-coordinate representation of color #D88E6E: hue angle of 18.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D88E6E is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 110 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.15 |
| HSL | 18.11º | 0.58% | 0.64% | - |
| HSV(B) | 18.11º | 0.49% | 0.85% | - |
| XYZ | 40.81 | 35.07 | 19.37 | - |
| YUV | 160.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 110 | 0 | 0.34 | 0.49 | 0.15 | 18.11 | 0.58 | 0.64 |
| Hex | D8 | 8E | 6E | 0 | 22 | 31 | F | 12 | 3A | 40 |
| Octal | 330 | 216 | 156 | 0 | 42 | 61 | 17 | 22 | 72 | 100 |
| Binary | 11011000 | 10001110 | 1101110 | 0 | 100010 | 110001 | 1111 | 10010 | 111010 | 1000000 |
Color Harmonies of #D88E6E
Complementary color
Monochromatic Colors of #D88E6E
Black with #D88E6E
Text Example
Text Example
White with #D88E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E6E; }
p { color: rgb(216,142,110); }
H1.HeaderClassName
{
color: #D88E6E;
}
.AnyTagClassName
{
color: #D88E6E;
}
</style>
background-color css
<style>
a { background-color: #D88E6E; }
a { background-color: rgb(216,142,110); }
div.DivClassName
{
background-color: #D88E6E;
}
.BgClassName
{
background-color: #D88E6E;
}
</style>
border-color css
<style>
span { border-color: #D88E6E; }
span { border-color: rgb(216,142,110); }
td.TdClassName
{
border-color: #D88E6E;
}
.TagClassName
{
border-color: #D88E6E;
}
</style>