Shades of Copper #DE815B
Tints of Copper #DE815B
RGB
CMYK
RGB Variations
Color information
#DE815B (or 0xDE815B) is known color: Copper. HEX triplet: DE, 81 and 5B. RGB value is (222,129,91). Sum of RGB (Red+Green+Blue) = 222+129+91=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE815B is #217EA4. Grayscale: #989898. Windows color (decimal): -2195109 or 5997022. OLE color: 5997022.
HSL color Cylindrical-coordinate representation of color #DE815B: hue angle of 17.4º 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 #DE815B is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 91 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.13 |
| HSL | 17.4º | 0.66% | 0.61% | - |
| HSV(B) | 17.4º | 0.59% | 0.87% | - |
| XYZ | 39.86 | 31.99 | 13.97 | - |
| YUV | 152.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 91 | 0 | 0.42 | 0.59 | 0.13 | 17.4 | 0.66 | 0.61 |
| Hex | DE | 81 | 5B | 0 | 2A | 3B | D | 11 | 42 | 3D |
| Octal | 336 | 201 | 133 | 0 | 52 | 73 | 15 | 21 | 102 | 75 |
| Binary | 11011110 | 10000001 | 1011011 | 0 | 101010 | 111011 | 1101 | 10001 | 1000010 | 111101 |
Color Harmonies of #DE815B
Complementary color
Monochromatic Colors of #DE815B
Black with #DE815B
Text Example
Text Example
White with #DE815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE815B; }
p { color: rgb(222,129,91); }
H1.HeaderClassName
{
color: #DE815B;
}
.AnyTagClassName
{
color: #DE815B;
}
</style>
background-color css
<style>
a { background-color: #DE815B; }
a { background-color: rgb(222,129,91); }
div.DivClassName
{
background-color: #DE815B;
}
.BgClassName
{
background-color: #DE815B;
}
</style>
border-color css
<style>
span { border-color: #DE815B; }
span { border-color: rgb(222,129,91); }
td.TdClassName
{
border-color: #DE815B;
}
.TagClassName
{
border-color: #DE815B;
}
</style>