Shades of Gamboge #DE9100
Tints of Gamboge #DE9100
RGB
CMYK
RGB Variations
Color information
#DE9100 (or 0xDE9100) is known color: Gamboge. HEX triplet: DE, 91 and 00. RGB value is (222,145,0). Sum of RGB (Red+Green+Blue) = 222+145+0=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9100 is #216EFF. Grayscale: #989898. Windows color (decimal): -2191104 or 37342. OLE color: 37342.
HSL color Cylindrical-coordinate representation of color #DE9100: hue angle of 39.19º 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 #DE9100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.13 |
| HSL | 39.19º | 1% | 0.44% | - |
| HSV(B) | 39.19º | 1% | 0.87% | - |
| XYZ | 40.25 | 35.78 | 4.78 | - |
| YUV | 151.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 0 | 0 | 0.35 | 1 | 0.13 | 39.19 | 1 | 0.44 |
| Hex | DE | 91 | 0 | 0 | 23 | 64 | D | 27 | 64 | 2C |
| Octal | 336 | 221 | 0 | 0 | 43 | 144 | 15 | 47 | 144 | 54 |
| Binary | 11011110 | 10010001 | 0 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100100 | 101100 |
Color Harmonies of #DE9100
Complementary color
Monochromatic Colors of #DE9100
Black with #DE9100
Text Example
Text Example
White with #DE9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9100; }
p { color: rgb(222,145,0); }
H1.HeaderClassName
{
color: #DE9100;
}
.AnyTagClassName
{
color: #DE9100;
}
</style>
background-color css
<style>
a { background-color: #DE9100; }
a { background-color: rgb(222,145,0); }
div.DivClassName
{
background-color: #DE9100;
}
.BgClassName
{
background-color: #DE9100;
}
</style>
border-color css
<style>
span { border-color: #DE9100; }
span { border-color: rgb(222,145,0); }
td.TdClassName
{
border-color: #DE9100;
}
.TagClassName
{
border-color: #DE9100;
}
</style>