Shades of Copper #D88C6B
Tints of Copper #D88C6B
RGB
CMYK
RGB Variations
Color information
#D88C6B (or 0xD88C6B) is known color: Copper. HEX triplet: D8, 8C and 6B. RGB value is (216,140,107). Sum of RGB (Red+Green+Blue) = 216+140+107=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C6B is #277394. Grayscale: #9F9F9F. Windows color (decimal): -2585493 or 7048408. OLE color: 7048408.
HSL color Cylindrical-coordinate representation of color #D88C6B: hue angle of 18.17º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D88C6B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 107 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.15 |
| HSL | 18.17º | 0.58% | 0.63% | - |
| HSV(B) | 18.17º | 0.5% | 0.85% | - |
| XYZ | 40.35 | 34.42 | 18.43 | - |
| YUV | 158.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 107 | 0 | 0.35 | 0.50 | 0.15 | 18.17 | 0.58 | 0.63 |
| Hex | D8 | 8C | 6B | 0 | 23 | 32 | F | 12 | 3A | 3F |
| Octal | 330 | 214 | 153 | 0 | 43 | 62 | 17 | 22 | 72 | 77 |
| Binary | 11011000 | 10001100 | 1101011 | 0 | 100011 | 110010 | 1111 | 10010 | 111010 | 111111 |
Color Harmonies of #D88C6B
Complementary color
Monochromatic Colors of #D88C6B
Black with #D88C6B
Text Example
Text Example
White with #D88C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C6B; }
p { color: rgb(216,140,107); }
H1.HeaderClassName
{
color: #D88C6B;
}
.AnyTagClassName
{
color: #D88C6B;
}
</style>
background-color css
<style>
a { background-color: #D88C6B; }
a { background-color: rgb(216,140,107); }
div.DivClassName
{
background-color: #D88C6B;
}
.BgClassName
{
background-color: #D88C6B;
}
</style>
border-color css
<style>
span { border-color: #D88C6B; }
span { border-color: rgb(216,140,107); }
td.TdClassName
{
border-color: #D88C6B;
}
.TagClassName
{
border-color: #D88C6B;
}
</style>