Shades of Copper #DE836A
Tints of Copper #DE836A
RGB
CMYK
RGB Variations
Color information
#DE836A (or 0xDE836A) is known color: Copper. HEX triplet: DE, 83 and 6A. RGB value is (222,131,106). Sum of RGB (Red+Green+Blue) = 222+131+106=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE836A is #217C95. Grayscale: #9B9B9B. Windows color (decimal): -2194582 or 6980574. OLE color: 6980574.
HSL color Cylindrical-coordinate representation of color #DE836A: hue angle of 12.93º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE836A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 106 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.13 |
| HSL | 12.93º | 0.64% | 0.64% | - |
| HSV(B) | 12.93º | 0.52% | 0.87% | - |
| XYZ | 40.84 | 32.8 | 17.81 | - |
| YUV | 155.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 106 | 0 | 0.41 | 0.52 | 0.13 | 12.93 | 0.64 | 0.64 |
| Hex | DE | 83 | 6A | 0 | 29 | 34 | D | D | 40 | 40 |
| Octal | 336 | 203 | 152 | 0 | 51 | 64 | 15 | 15 | 100 | 100 |
| Binary | 11011110 | 10000011 | 1101010 | 0 | 101001 | 110100 | 1101 | 1101 | 1000000 | 1000000 |
Color Harmonies of #DE836A
Complementary color
Monochromatic Colors of #DE836A
Black with #DE836A
Text Example
Text Example
White with #DE836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE836A; }
p { color: rgb(222,131,106); }
H1.HeaderClassName
{
color: #DE836A;
}
.AnyTagClassName
{
color: #DE836A;
}
</style>
background-color css
<style>
a { background-color: #DE836A; }
a { background-color: rgb(222,131,106); }
div.DivClassName
{
background-color: #DE836A;
}
.BgClassName
{
background-color: #DE836A;
}
</style>
border-color css
<style>
span { border-color: #DE836A; }
span { border-color: rgb(222,131,106); }
td.TdClassName
{
border-color: #DE836A;
}
.TagClassName
{
border-color: #DE836A;
}
</style>