Shades of Copper #DE9266
Tints of Copper #DE9266
RGB
CMYK
RGB Variations
Color information
#DE9266 (or 0xDE9266) is known color: Copper. HEX triplet: DE, 92 and 66. RGB value is (222,146,102). Sum of RGB (Red+Green+Blue) = 222+146+102=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9266 is #216D99. Grayscale: #A3A3A3. Windows color (decimal): -2190746 or 6722270. OLE color: 6722270.
HSL color Cylindrical-coordinate representation of color #DE9266: hue angle of 22º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE9266 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 102 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.13 |
| HSL | 22º | 0.65% | 0.64% | - |
| HSV(B) | 22º | 0.54% | 0.87% | - |
| XYZ | 42.8 | 37.05 | 17.47 | - |
| YUV | 163.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 102 | 0 | 0.34 | 0.54 | 0.13 | 22 | 0.65 | 0.64 |
| Hex | DE | 92 | 66 | 0 | 22 | 36 | D | 16 | 41 | 40 |
| Octal | 336 | 222 | 146 | 0 | 42 | 66 | 15 | 26 | 101 | 100 |
| Binary | 11011110 | 10010010 | 1100110 | 0 | 100010 | 110110 | 1101 | 10110 | 1000001 | 1000000 |
Color Harmonies of #DE9266
Complementary color
Monochromatic Colors of #DE9266
Black with #DE9266
Text Example
Text Example
White with #DE9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9266; }
p { color: rgb(222,146,102); }
H1.HeaderClassName
{
color: #DE9266;
}
.AnyTagClassName
{
color: #DE9266;
}
</style>
background-color css
<style>
a { background-color: #DE9266; }
a { background-color: rgb(222,146,102); }
div.DivClassName
{
background-color: #DE9266;
}
.BgClassName
{
background-color: #DE9266;
}
</style>
border-color css
<style>
span { border-color: #DE9266; }
span { border-color: rgb(222,146,102); }
td.TdClassName
{
border-color: #DE9266;
}
.TagClassName
{
border-color: #DE9266;
}
</style>