Shades of Copper #DE8A5B
Tints of Copper #DE8A5B
RGB
CMYK
RGB Variations
Color information
#DE8A5B (or 0xDE8A5B) is known color: Copper. HEX triplet: DE, 8A and 5B. RGB value is (222,138,91). Sum of RGB (Red+Green+Blue) = 222+138+91=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A5B is #2175A4. Grayscale: #9E9E9E. Windows color (decimal): -2192805 or 5999326. OLE color: 5999326.
HSL color Cylindrical-coordinate representation of color #DE8A5B: hue angle of 21.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE8A5B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 91 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.13 |
| HSL | 21.53º | 0.66% | 0.61% | - |
| HSV(B) | 21.53º | 0.59% | 0.87% | - |
| XYZ | 41.1 | 34.46 | 14.38 | - |
| YUV | 157.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 91 | 0 | 0.38 | 0.59 | 0.13 | 21.53 | 0.66 | 0.61 |
| Hex | DE | 8A | 5B | 0 | 26 | 3B | D | 16 | 42 | 3D |
| Octal | 336 | 212 | 133 | 0 | 46 | 73 | 15 | 26 | 102 | 75 |
| Binary | 11011110 | 10001010 | 1011011 | 0 | 100110 | 111011 | 1101 | 10110 | 1000010 | 111101 |
Color Harmonies of #DE8A5B
Complementary color
Monochromatic Colors of #DE8A5B
Black with #DE8A5B
Text Example
Text Example
White with #DE8A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A5B; }
p { color: rgb(222,138,91); }
H1.HeaderClassName
{
color: #DE8A5B;
}
.AnyTagClassName
{
color: #DE8A5B;
}
</style>
background-color css
<style>
a { background-color: #DE8A5B; }
a { background-color: rgb(222,138,91); }
div.DivClassName
{
background-color: #DE8A5B;
}
.BgClassName
{
background-color: #DE8A5B;
}
</style>
border-color css
<style>
span { border-color: #DE8A5B; }
span { border-color: rgb(222,138,91); }
td.TdClassName
{
border-color: #DE8A5B;
}
.TagClassName
{
border-color: #DE8A5B;
}
</style>