Shades of Copper #D88A68
Tints of Copper #D88A68
RGB
CMYK
RGB Variations
Color information
#D88A68 (or 0xD88A68) is known color: Copper. HEX triplet: D8, 8A and 68. RGB value is (216,138,104). Sum of RGB (Red+Green+Blue) = 216+138+104=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A68 is #277597. Grayscale: #9D9D9D. Windows color (decimal): -2586008 or 6851288. OLE color: 6851288.
HSL color Cylindrical-coordinate representation of color #D88A68: hue angle of 18.21º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D88A68 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 104 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.15 |
| HSL | 18.21º | 0.59% | 0.63% | - |
| HSV(B) | 18.21º | 0.52% | 0.85% | - |
| XYZ | 39.91 | 33.78 | 17.51 | - |
| YUV | 157.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 104 | 0 | 0.36 | 0.52 | 0.15 | 18.21 | 0.59 | 0.63 |
| Hex | D8 | 8A | 68 | 0 | 24 | 34 | F | 12 | 3B | 3F |
| Octal | 330 | 212 | 150 | 0 | 44 | 64 | 17 | 22 | 73 | 77 |
| Binary | 11011000 | 10001010 | 1101000 | 0 | 100100 | 110100 | 1111 | 10010 | 111011 | 111111 |
Color Harmonies of #D88A68
Complementary color
Monochromatic Colors of #D88A68
Black with #D88A68
Text Example
Text Example
White with #D88A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A68; }
p { color: rgb(216,138,104); }
H1.HeaderClassName
{
color: #D88A68;
}
.AnyTagClassName
{
color: #D88A68;
}
</style>
background-color css
<style>
a { background-color: #D88A68; }
a { background-color: rgb(216,138,104); }
div.DivClassName
{
background-color: #D88A68;
}
.BgClassName
{
background-color: #D88A68;
}
</style>
border-color css
<style>
span { border-color: #D88A68; }
span { border-color: rgb(216,138,104); }
td.TdClassName
{
border-color: #D88A68;
}
.TagClassName
{
border-color: #D88A68;
}
</style>