Shades of Copper #D88965
Tints of Copper #D88965
RGB
CMYK
RGB Variations
Color information
#D88965 (or 0xD88965) is known color: Copper. HEX triplet: D8, 89 and 65. RGB value is (216,137,101). Sum of RGB (Red+Green+Blue) = 216+137+101=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88965 is #27769A. Grayscale: #9C9C9C. Windows color (decimal): -2586267 or 6654424. OLE color: 6654424.
HSL color Cylindrical-coordinate representation of color #D88965: hue angle of 18.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88965 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 101 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.15 |
| HSL | 18.78º | 0.6% | 0.62% | - |
| HSV(B) | 18.78º | 0.53% | 0.85% | - |
| XYZ | 39.61 | 33.43 | 16.68 | - |
| YUV | 156.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 101 | 0 | 0.37 | 0.53 | 0.15 | 18.78 | 0.6 | 0.62 |
| Hex | D8 | 89 | 65 | 0 | 25 | 35 | F | 13 | 3C | 3E |
| Octal | 330 | 211 | 145 | 0 | 45 | 65 | 17 | 23 | 74 | 76 |
| Binary | 11011000 | 10001001 | 1100101 | 0 | 100101 | 110101 | 1111 | 10011 | 111100 | 111110 |
Color Harmonies of #D88965
Complementary color
Monochromatic Colors of #D88965
Black with #D88965
Text Example
Text Example
White with #D88965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88965; }
p { color: rgb(216,137,101); }
H1.HeaderClassName
{
color: #D88965;
}
.AnyTagClassName
{
color: #D88965;
}
</style>
background-color css
<style>
a { background-color: #D88965; }
a { background-color: rgb(216,137,101); }
div.DivClassName
{
background-color: #D88965;
}
.BgClassName
{
background-color: #D88965;
}
</style>
border-color css
<style>
span { border-color: #D88965; }
span { border-color: rgb(216,137,101); }
td.TdClassName
{
border-color: #D88965;
}
.TagClassName
{
border-color: #D88965;
}
</style>