Shades of Copper #DE8B67
Tints of Copper #DE8B67
RGB
CMYK
RGB Variations
Color information
#DE8B67 (or 0xDE8B67) is known color: Copper. HEX triplet: DE, 8B and 67. RGB value is (222,139,103). Sum of RGB (Red+Green+Blue) = 222+139+103=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B67 is #217498. Grayscale: #9F9F9F. Windows color (decimal): -2192537 or 6786014. OLE color: 6786014.
HSL color Cylindrical-coordinate representation of color #DE8B67: hue angle of 18.15º 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 #DE8B67 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 103 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.13 |
| HSL | 18.15º | 0.64% | 0.64% | - |
| HSV(B) | 18.15º | 0.54% | 0.87% | - |
| XYZ | 41.81 | 34.97 | 17.38 | - |
| YUV | 159.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 103 | 0 | 0.37 | 0.54 | 0.13 | 18.15 | 0.64 | 0.64 |
| Hex | DE | 8B | 67 | 0 | 25 | 36 | D | 12 | 40 | 40 |
| Octal | 336 | 213 | 147 | 0 | 45 | 66 | 15 | 22 | 100 | 100 |
| Binary | 11011110 | 10001011 | 1100111 | 0 | 100101 | 110110 | 1101 | 10010 | 1000000 | 1000000 |
Color Harmonies of #DE8B67
Complementary color
Monochromatic Colors of #DE8B67
Black with #DE8B67
Text Example
Text Example
White with #DE8B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B67; }
p { color: rgb(222,139,103); }
H1.HeaderClassName
{
color: #DE8B67;
}
.AnyTagClassName
{
color: #DE8B67;
}
</style>
background-color css
<style>
a { background-color: #DE8B67; }
a { background-color: rgb(222,139,103); }
div.DivClassName
{
background-color: #DE8B67;
}
.BgClassName
{
background-color: #DE8B67;
}
</style>
border-color css
<style>
span { border-color: #DE8B67; }
span { border-color: rgb(222,139,103); }
td.TdClassName
{
border-color: #DE8B67;
}
.TagClassName
{
border-color: #DE8B67;
}
</style>