Shades of Copper #DE9167
Tints of Copper #DE9167
RGB
CMYK
RGB Variations
Color information
#DE9167 (or 0xDE9167) is known color: Copper. HEX triplet: DE, 91 and 67. RGB value is (222,145,103). Sum of RGB (Red+Green+Blue) = 222+145+103=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9167 is #216E98. Grayscale: #A3A3A3. Windows color (decimal): -2191001 or 6787550. OLE color: 6787550.
HSL color Cylindrical-coordinate representation of color #DE9167: hue angle of 21.18º degrees, saturation: 0.64, 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 #DE9167 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 103 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.13 |
| HSL | 21.18º | 0.64% | 0.64% | - |
| HSV(B) | 21.18º | 0.54% | 0.87% | - |
| XYZ | 42.7 | 36.76 | 17.68 | - |
| YUV | 163.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 103 | 0 | 0.35 | 0.54 | 0.13 | 21.18 | 0.64 | 0.64 |
| Hex | DE | 91 | 67 | 0 | 23 | 36 | D | 15 | 40 | 40 |
| Octal | 336 | 221 | 147 | 0 | 43 | 66 | 15 | 25 | 100 | 100 |
| Binary | 11011110 | 10010001 | 1100111 | 0 | 100011 | 110110 | 1101 | 10101 | 1000000 | 1000000 |
Color Harmonies of #DE9167
Complementary color
Monochromatic Colors of #DE9167
Black with #DE9167
Text Example
Text Example
White with #DE9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9167; }
p { color: rgb(222,145,103); }
H1.HeaderClassName
{
color: #DE9167;
}
.AnyTagClassName
{
color: #DE9167;
}
</style>
background-color css
<style>
a { background-color: #DE9167; }
a { background-color: rgb(222,145,103); }
div.DivClassName
{
background-color: #DE9167;
}
.BgClassName
{
background-color: #DE9167;
}
</style>
border-color css
<style>
span { border-color: #DE9167; }
span { border-color: rgb(222,145,103); }
td.TdClassName
{
border-color: #DE9167;
}
.TagClassName
{
border-color: #DE9167;
}
</style>