Shades of Copper #DE9366
Tints of Copper #DE9366
RGB
CMYK
RGB Variations
Color information
#DE9366 (or 0xDE9366) is known color: Copper. HEX triplet: DE, 93 and 66. RGB value is (222,147,102). Sum of RGB (Red+Green+Blue) = 222+147+102=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9366 is #216C99. Grayscale: #A4A4A4. Windows color (decimal): -2190490 or 6722526. OLE color: 6722526.
HSL color Cylindrical-coordinate representation of color #DE9366: hue angle of 22.5º 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 #DE9366 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 102 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.13 |
| HSL | 22.5º | 0.65% | 0.64% | - |
| HSV(B) | 22.5º | 0.54% | 0.87% | - |
| XYZ | 42.96 | 37.36 | 17.52 | - |
| YUV | 164.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 102 | 0 | 0.34 | 0.54 | 0.13 | 22.5 | 0.65 | 0.64 |
| Hex | DE | 93 | 66 | 0 | 22 | 36 | D | 16 | 41 | 40 |
| Octal | 336 | 223 | 146 | 0 | 42 | 66 | 15 | 26 | 101 | 100 |
| Binary | 11011110 | 10010011 | 1100110 | 0 | 100010 | 110110 | 1101 | 10110 | 1000001 | 1000000 |
Color Harmonies of #DE9366
Complementary color
Monochromatic Colors of #DE9366
Black with #DE9366
Text Example
Text Example
White with #DE9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9366; }
p { color: rgb(222,147,102); }
H1.HeaderClassName
{
color: #DE9366;
}
.AnyTagClassName
{
color: #DE9366;
}
</style>
background-color css
<style>
a { background-color: #DE9366; }
a { background-color: rgb(222,147,102); }
div.DivClassName
{
background-color: #DE9366;
}
.BgClassName
{
background-color: #DE9366;
}
</style>
border-color css
<style>
span { border-color: #DE9366; }
span { border-color: rgb(222,147,102); }
td.TdClassName
{
border-color: #DE9366;
}
.TagClassName
{
border-color: #DE9366;
}
</style>