Shades of Copper #DE966C
Tints of Copper #DE966C
RGB
CMYK
RGB Variations
Color information
#DE966C (or 0xDE966C) is known color: Copper. HEX triplet: DE, 96 and 6C. RGB value is (222,150,108). Sum of RGB (Red+Green+Blue) = 222+150+108=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE966C is #216993. Grayscale: #A6A6A6. Windows color (decimal): -2189716 or 7116510. OLE color: 7116510.
HSL color Cylindrical-coordinate representation of color #DE966C: hue angle of 22.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE966C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 108 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.13 |
| HSL | 22.11º | 0.63% | 0.65% | - |
| HSV(B) | 22.11º | 0.51% | 0.87% | - |
| XYZ | 43.74 | 38.43 | 19.3 | - |
| YUV | 166.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 108 | 0 | 0.32 | 0.51 | 0.13 | 22.11 | 0.63 | 0.65 |
| Hex | DE | 96 | 6C | 0 | 20 | 33 | D | 16 | 3F | 41 |
| Octal | 336 | 226 | 154 | 0 | 40 | 63 | 15 | 26 | 77 | 101 |
| Binary | 11011110 | 10010110 | 1101100 | 0 | 100000 | 110011 | 1101 | 10110 | 111111 | 1000001 |
Color Harmonies of #DE966C
Complementary color
Monochromatic Colors of #DE966C
Black with #DE966C
Text Example
Text Example
White with #DE966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE966C; }
p { color: rgb(222,150,108); }
H1.HeaderClassName
{
color: #DE966C;
}
.AnyTagClassName
{
color: #DE966C;
}
</style>
background-color css
<style>
a { background-color: #DE966C; }
a { background-color: rgb(222,150,108); }
div.DivClassName
{
background-color: #DE966C;
}
.BgClassName
{
background-color: #DE966C;
}
</style>
border-color css
<style>
span { border-color: #DE966C; }
span { border-color: rgb(222,150,108); }
td.TdClassName
{
border-color: #DE966C;
}
.TagClassName
{
border-color: #DE966C;
}
</style>