Shades of Gamboge #DE900E
Tints of Gamboge #DE900E
RGB
CMYK
RGB Variations
Color information
#DE900E (or 0xDE900E) is known color: Gamboge. HEX triplet: DE, 90 and 0E. RGB value is (222,144,14). Sum of RGB (Red+Green+Blue) = 222+144+14=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE900E is #216FF1. Grayscale: #999999. Windows color (decimal): -2191346 or 954590. OLE color: 954590.
HSL color Cylindrical-coordinate representation of color #DE900E: hue angle of 37.5º 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 #DE900E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.13 |
| HSL | 37.5º | 0.88% | 0.46% | - |
| HSV(B) | 37.5º | 0.94% | 0.87% | - |
| XYZ | 40.18 | 35.51 | 5.15 | - |
| YUV | 152.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 14 | 0 | 0.35 | 0.94 | 0.13 | 37.5 | 0.88 | 0.46 |
| Hex | DE | 90 | E | 0 | 23 | 5E | D | 26 | 58 | 2E |
| Octal | 336 | 220 | 16 | 0 | 43 | 136 | 15 | 46 | 130 | 56 |
| Binary | 11011110 | 10010000 | 1110 | 0 | 100011 | 1011110 | 1101 | 100110 | 1011000 | 101110 |
Color Harmonies of #DE900E
Complementary color
Monochromatic Colors of #DE900E
Black with #DE900E
Text Example
Text Example
White with #DE900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE900E; }
p { color: rgb(222,144,14); }
H1.HeaderClassName
{
color: #DE900E;
}
.AnyTagClassName
{
color: #DE900E;
}
</style>
background-color css
<style>
a { background-color: #DE900E; }
a { background-color: rgb(222,144,14); }
div.DivClassName
{
background-color: #DE900E;
}
.BgClassName
{
background-color: #DE900E;
}
</style>
border-color css
<style>
span { border-color: #DE900E; }
span { border-color: rgb(222,144,14); }
td.TdClassName
{
border-color: #DE900E;
}
.TagClassName
{
border-color: #DE900E;
}
</style>