Shades of Gamboge #DE9200
Tints of Gamboge #DE9200
RGB
CMYK
RGB Variations
Color information
#DE9200 (or 0xDE9200) is known color: Gamboge. HEX triplet: DE, 92 and 00. RGB value is (222,146,0). Sum of RGB (Red+Green+Blue) = 222+146+0=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9200 is #216DFF. Grayscale: #989898. Windows color (decimal): -2190848 or 37598. OLE color: 37598.
HSL color Cylindrical-coordinate representation of color #DE9200: hue angle of 39.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9200 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.13 |
| HSL | 39.46º | 1% | 0.44% | - |
| HSV(B) | 39.46º | 1% | 0.87% | - |
| XYZ | 40.4 | 36.09 | 4.84 | - |
| YUV | 152.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 0 | 0 | 0.34 | 1 | 0.13 | 39.46 | 1 | 0.44 |
| Hex | DE | 92 | 0 | 0 | 22 | 64 | D | 27 | 64 | 2C |
| Octal | 336 | 222 | 0 | 0 | 42 | 144 | 15 | 47 | 144 | 54 |
| Binary | 11011110 | 10010010 | 0 | 0 | 100010 | 1100100 | 1101 | 100111 | 1100100 | 101100 |
Color Harmonies of #DE9200
Complementary color
Monochromatic Colors of #DE9200
Black with #DE9200
Text Example
Text Example
White with #DE9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9200; }
p { color: rgb(222,146,0); }
H1.HeaderClassName
{
color: #DE9200;
}
.AnyTagClassName
{
color: #DE9200;
}
</style>
background-color css
<style>
a { background-color: #DE9200; }
a { background-color: rgb(222,146,0); }
div.DivClassName
{
background-color: #DE9200;
}
.BgClassName
{
background-color: #DE9200;
}
</style>
border-color css
<style>
span { border-color: #DE9200; }
span { border-color: rgb(222,146,0); }
td.TdClassName
{
border-color: #DE9200;
}
.TagClassName
{
border-color: #DE9200;
}
</style>