Shades of Copper #D88365
Tints of Copper #D88365
RGB
CMYK
RGB Variations
Color information
#D88365 (or 0xD88365) is known color: Copper. HEX triplet: D8, 83 and 65. RGB value is (216,131,101). Sum of RGB (Red+Green+Blue) = 216+131+101=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D88365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88365 is #277C9A. Grayscale: #999999. Windows color (decimal): -2587803 or 6652888. OLE color: 6652888.
HSL color Cylindrical-coordinate representation of color #D88365: hue angle of 15.65º 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 #D88365 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 101 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.15 |
| HSL | 15.65º | 0.6% | 0.62% | - |
| HSV(B) | 15.65º | 0.53% | 0.85% | - |
| XYZ | 38.78 | 31.77 | 16.4 | - |
| YUV | 153 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 101 | 0 | 0.39 | 0.53 | 0.15 | 15.65 | 0.6 | 0.62 |
| Hex | D8 | 83 | 65 | 0 | 27 | 35 | F | 10 | 3C | 3E |
| Octal | 330 | 203 | 145 | 0 | 47 | 65 | 17 | 20 | 74 | 76 |
| Binary | 11011000 | 10000011 | 1100101 | 0 | 100111 | 110101 | 1111 | 10000 | 111100 | 111110 |
Color Harmonies of #D88365
Complementary color
Monochromatic Colors of #D88365
Black with #D88365
Text Example
Text Example
White with #D88365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88365; }
p { color: rgb(216,131,101); }
H1.HeaderClassName
{
color: #D88365;
}
.AnyTagClassName
{
color: #D88365;
}
</style>
background-color css
<style>
a { background-color: #D88365; }
a { background-color: rgb(216,131,101); }
div.DivClassName
{
background-color: #D88365;
}
.BgClassName
{
background-color: #D88365;
}
</style>
border-color css
<style>
span { border-color: #D88365; }
span { border-color: rgb(216,131,101); }
td.TdClassName
{
border-color: #D88365;
}
.TagClassName
{
border-color: #D88365;
}
</style>