Shades of Copper #DE8669
Tints of Copper #DE8669
RGB
CMYK
RGB Variations
Color information
#DE8669 (or 0xDE8669) is known color: Copper. HEX triplet: DE, 86 and 69. RGB value is (222,134,105). Sum of RGB (Red+Green+Blue) = 222+134+105=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8669 is #217996. Grayscale: #9D9D9D. Windows color (decimal): -2193815 or 6915806. OLE color: 6915806.
HSL color Cylindrical-coordinate representation of color #DE8669: hue angle of 14.87º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE8669 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 105 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.13 |
| HSL | 14.87º | 0.64% | 0.64% | - |
| HSV(B) | 14.87º | 0.53% | 0.87% | - |
| XYZ | 41.2 | 33.6 | 17.68 | - |
| YUV | 157.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 105 | 0 | 0.40 | 0.53 | 0.13 | 14.87 | 0.64 | 0.64 |
| Hex | DE | 86 | 69 | 0 | 28 | 35 | D | F | 40 | 40 |
| Octal | 336 | 206 | 151 | 0 | 50 | 65 | 15 | 17 | 100 | 100 |
| Binary | 11011110 | 10000110 | 1101001 | 0 | 101000 | 110101 | 1101 | 1111 | 1000000 | 1000000 |
Color Harmonies of #DE8669
Complementary color
Monochromatic Colors of #DE8669
Black with #DE8669
Text Example
Text Example
White with #DE8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8669; }
p { color: rgb(222,134,105); }
H1.HeaderClassName
{
color: #DE8669;
}
.AnyTagClassName
{
color: #DE8669;
}
</style>
background-color css
<style>
a { background-color: #DE8669; }
a { background-color: rgb(222,134,105); }
div.DivClassName
{
background-color: #DE8669;
}
.BgClassName
{
background-color: #DE8669;
}
</style>
border-color css
<style>
span { border-color: #DE8669; }
span { border-color: rgb(222,134,105); }
td.TdClassName
{
border-color: #DE8669;
}
.TagClassName
{
border-color: #DE8669;
}
</style>