Shades of Copper #D88B6E
Tints of Copper #D88B6E
RGB
CMYK
RGB Variations
Color information
#D88B6E (or 0xD88B6E) is known color: Copper. HEX triplet: D8, 8B and 6E. RGB value is (216,139,110). Sum of RGB (Red+Green+Blue) = 216+139+110=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B6E is #277491. Grayscale: #9E9E9E. Windows color (decimal): -2585746 or 7244760. OLE color: 7244760.
HSL color Cylindrical-coordinate representation of color #D88B6E: hue angle of 16.42º 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 #D88B6E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 110 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.15 |
| HSL | 16.42º | 0.58% | 0.64% | - |
| HSV(B) | 16.42º | 0.49% | 0.85% | - |
| XYZ | 40.37 | 34.19 | 19.22 | - |
| YUV | 158.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 110 | 0 | 0.36 | 0.49 | 0.15 | 16.42 | 0.58 | 0.64 |
| Hex | D8 | 8B | 6E | 0 | 24 | 31 | F | 10 | 3A | 40 |
| Octal | 330 | 213 | 156 | 0 | 44 | 61 | 17 | 20 | 72 | 100 |
| Binary | 11011000 | 10001011 | 1101110 | 0 | 100100 | 110001 | 1111 | 10000 | 111010 | 1000000 |
Color Harmonies of #D88B6E
Complementary color
Monochromatic Colors of #D88B6E
Black with #D88B6E
Text Example
Text Example
White with #D88B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B6E; }
p { color: rgb(216,139,110); }
H1.HeaderClassName
{
color: #D88B6E;
}
.AnyTagClassName
{
color: #D88B6E;
}
</style>
background-color css
<style>
a { background-color: #D88B6E; }
a { background-color: rgb(216,139,110); }
div.DivClassName
{
background-color: #D88B6E;
}
.BgClassName
{
background-color: #D88B6E;
}
</style>
border-color css
<style>
span { border-color: #D88B6E; }
span { border-color: rgb(216,139,110); }
td.TdClassName
{
border-color: #D88B6E;
}
.TagClassName
{
border-color: #D88B6E;
}
</style>