Shades of Copper #D88C62
Tints of Copper #D88C62
RGB
CMYK
RGB Variations
Color information
#D88C62 (or 0xD88C62) is known color: Copper. HEX triplet: D8, 8C and 62. RGB value is (216,140,98). Sum of RGB (Red+Green+Blue) = 216+140+98=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C62 is #27739D. Grayscale: #9E9E9E. Windows color (decimal): -2585502 or 6458584. OLE color: 6458584.
HSL color Cylindrical-coordinate representation of color #D88C62: hue angle of 21.36º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D88C62 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 98 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.15 |
| HSL | 21.36º | 0.6% | 0.62% | - |
| HSV(B) | 21.36º | 0.55% | 0.85% | - |
| XYZ | 39.9 | 34.24 | 16.06 | - |
| YUV | 157.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 98 | 0 | 0.35 | 0.55 | 0.15 | 21.36 | 0.6 | 0.62 |
| Hex | D8 | 8C | 62 | 0 | 23 | 37 | F | 15 | 3C | 3E |
| Octal | 330 | 214 | 142 | 0 | 43 | 67 | 17 | 25 | 74 | 76 |
| Binary | 11011000 | 10001100 | 1100010 | 0 | 100011 | 110111 | 1111 | 10101 | 111100 | 111110 |
Color Harmonies of #D88C62
Complementary color
Monochromatic Colors of #D88C62
Black with #D88C62
Text Example
Text Example
White with #D88C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C62; }
p { color: rgb(216,140,98); }
H1.HeaderClassName
{
color: #D88C62;
}
.AnyTagClassName
{
color: #D88C62;
}
</style>
background-color css
<style>
a { background-color: #D88C62; }
a { background-color: rgb(216,140,98); }
div.DivClassName
{
background-color: #D88C62;
}
.BgClassName
{
background-color: #D88C62;
}
</style>
border-color css
<style>
span { border-color: #D88C62; }
span { border-color: rgb(216,140,98); }
td.TdClassName
{
border-color: #D88C62;
}
.TagClassName
{
border-color: #D88C62;
}
</style>