Shades of Gamboge #DE9110
Tints of Gamboge #DE9110
RGB
CMYK
RGB Variations
Color information
#DE9110 (or 0xDE9110) is known color: Gamboge. HEX triplet: DE, 91 and 10. RGB value is (222,145,16). Sum of RGB (Red+Green+Blue) = 222+145+16=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9110 is #216EEF. Grayscale: #999999. Windows color (decimal): -2191088 or 1085918. OLE color: 1085918.
HSL color Cylindrical-coordinate representation of color #DE9110: hue angle of 37.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE9110 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 16 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.13 |
| HSL | 37.57º | 0.87% | 0.47% | - |
| HSV(B) | 37.57º | 0.93% | 0.87% | - |
| XYZ | 40.34 | 35.82 | 5.28 | - |
| YUV | 153.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 16 | 0 | 0.35 | 0.93 | 0.13 | 37.57 | 0.87 | 0.47 |
| Hex | DE | 91 | 10 | 0 | 23 | 5D | D | 26 | 57 | 2F |
| Octal | 336 | 221 | 20 | 0 | 43 | 135 | 15 | 46 | 127 | 57 |
| Binary | 11011110 | 10010001 | 10000 | 0 | 100011 | 1011101 | 1101 | 100110 | 1010111 | 101111 |
Color Harmonies of #DE9110
Complementary color
Monochromatic Colors of #DE9110
Black with #DE9110
Text Example
Text Example
White with #DE9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9110; }
p { color: rgb(222,145,16); }
H1.HeaderClassName
{
color: #DE9110;
}
.AnyTagClassName
{
color: #DE9110;
}
</style>
background-color css
<style>
a { background-color: #DE9110; }
a { background-color: rgb(222,145,16); }
div.DivClassName
{
background-color: #DE9110;
}
.BgClassName
{
background-color: #DE9110;
}
</style>
border-color css
<style>
span { border-color: #DE9110; }
span { border-color: rgb(222,145,16); }
td.TdClassName
{
border-color: #DE9110;
}
.TagClassName
{
border-color: #DE9110;
}
</style>