Shades of Gold Drop #DE6B2E
Tints of Gold Drop #DE6B2E
RGB
CMYK
RGB Variations
Color information
#DE6B2E (or 0xDE6B2E) is known color: Gold Drop. HEX triplet: DE, 6B and 2E. RGB value is (222,107,46). Sum of RGB (Red+Green+Blue) = 222+107+46=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B2E is #2194D1. Grayscale: #868686. Windows color (decimal): -2200786 or 3042270. OLE color: 3042270.
HSL color Cylindrical-coordinate representation of color #DE6B2E: hue angle of 20.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE6B2E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.13 |
| HSL | 20.8º | 0.73% | 0.53% | - |
| HSV(B) | 20.8º | 0.79% | 0.87% | - |
| XYZ | 35.88 | 26.24 | 5.76 | - |
| YUV | 134.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 46 | 0 | 0.52 | 0.79 | 0.13 | 20.8 | 0.73 | 0.53 |
| Hex | DE | 6B | 2E | 0 | 34 | 4F | D | 15 | 49 | 35 |
| Octal | 336 | 153 | 56 | 0 | 64 | 117 | 15 | 25 | 111 | 65 |
| Binary | 11011110 | 1101011 | 101110 | 0 | 110100 | 1001111 | 1101 | 10101 | 1001001 | 110101 |
Color Harmonies of #DE6B2E
Complementary color
Monochromatic Colors of #DE6B2E
Black with #DE6B2E
Text Example
Text Example
White with #DE6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B2E; }
p { color: rgb(222,107,46); }
H1.HeaderClassName
{
color: #DE6B2E;
}
.AnyTagClassName
{
color: #DE6B2E;
}
</style>
background-color css
<style>
a { background-color: #DE6B2E; }
a { background-color: rgb(222,107,46); }
div.DivClassName
{
background-color: #DE6B2E;
}
.BgClassName
{
background-color: #DE6B2E;
}
</style>
border-color css
<style>
span { border-color: #DE6B2E; }
span { border-color: rgb(222,107,46); }
td.TdClassName
{
border-color: #DE6B2E;
}
.TagClassName
{
border-color: #DE6B2E;
}
</style>