Shades of Gamboge #DEA60E
Tints of Gamboge #DEA60E
RGB
CMYK
RGB Variations
Color information
#DEA60E (or 0xDEA60E) is known color: Gamboge. HEX triplet: DE, A6 and 0E. RGB value is (222,166,14). Sum of RGB (Red+Green+Blue) = 222+166+14=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA60E is #2159F1. Grayscale: #A6A6A6. Windows color (decimal): -2185714 or 960222. OLE color: 960222.
HSL color Cylindrical-coordinate representation of color #DEA60E: hue angle of 43.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEA60E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.13 |
| HSL | 43.85º | 0.88% | 0.46% | - |
| HSV(B) | 43.85º | 0.94% | 0.87% | - |
| XYZ | 43.84 | 42.83 | 6.37 | - |
| YUV | 165.42 | 42.55 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 14 | 0 | 0.25 | 0.94 | 0.13 | 43.85 | 0.88 | 0.46 |
| Hex | DE | A6 | E | 0 | 19 | 5E | D | 2C | 58 | 2E |
| Octal | 336 | 246 | 16 | 0 | 31 | 136 | 15 | 54 | 130 | 56 |
| Binary | 11011110 | 10100110 | 1110 | 0 | 11001 | 1011110 | 1101 | 101100 | 1011000 | 101110 |
Color Harmonies of #DEA60E
Complementary color
Monochromatic Colors of #DEA60E
Black with #DEA60E
Text Example
Text Example
White with #DEA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA60E; }
p { color: rgb(222,166,14); }
H1.HeaderClassName
{
color: #DEA60E;
}
.AnyTagClassName
{
color: #DEA60E;
}
</style>
background-color css
<style>
a { background-color: #DEA60E; }
a { background-color: rgb(222,166,14); }
div.DivClassName
{
background-color: #DEA60E;
}
.BgClassName
{
background-color: #DEA60E;
}
</style>
border-color css
<style>
span { border-color: #DEA60E; }
span { border-color: rgb(222,166,14); }
td.TdClassName
{
border-color: #DEA60E;
}
.TagClassName
{
border-color: #DEA60E;
}
</style>