Shades of Copper #DE926B
Tints of Copper #DE926B
RGB
CMYK
RGB Variations
Color information
#DE926B (or 0xDE926B) is known color: Copper. HEX triplet: DE, 92 and 6B. RGB value is (222,146,107). Sum of RGB (Red+Green+Blue) = 222+146+107=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE926B is #216D94. Grayscale: #A4A4A4. Windows color (decimal): -2190741 or 7049950. OLE color: 7049950.
HSL color Cylindrical-coordinate representation of color #DE926B: hue angle of 20.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE926B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 107 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.13 |
| HSL | 20.35º | 0.64% | 0.65% | - |
| HSV(B) | 20.35º | 0.52% | 0.87% | - |
| XYZ | 43.06 | 37.15 | 18.81 | - |
| YUV | 164.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 107 | 0 | 0.34 | 0.52 | 0.13 | 20.35 | 0.64 | 0.65 |
| Hex | DE | 92 | 6B | 0 | 22 | 34 | D | 14 | 40 | 41 |
| Octal | 336 | 222 | 153 | 0 | 42 | 64 | 15 | 24 | 100 | 101 |
| Binary | 11011110 | 10010010 | 1101011 | 0 | 100010 | 110100 | 1101 | 10100 | 1000000 | 1000001 |
Color Harmonies of #DE926B
Complementary color
Monochromatic Colors of #DE926B
Black with #DE926B
Text Example
Text Example
White with #DE926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE926B; }
p { color: rgb(222,146,107); }
H1.HeaderClassName
{
color: #DE926B;
}
.AnyTagClassName
{
color: #DE926B;
}
</style>
background-color css
<style>
a { background-color: #DE926B; }
a { background-color: rgb(222,146,107); }
div.DivClassName
{
background-color: #DE926B;
}
.BgClassName
{
background-color: #DE926B;
}
</style>
border-color css
<style>
span { border-color: #DE926B; }
span { border-color: rgb(222,146,107); }
td.TdClassName
{
border-color: #DE926B;
}
.TagClassName
{
border-color: #DE926B;
}
</style>