Shades of Gamboge #DE9802
Tints of Gamboge #DE9802
RGB
CMYK
RGB Variations
Color information
#DE9802 (or 0xDE9802) is known color: Gamboge. HEX triplet: DE, 98 and 02. RGB value is (222,152,2). Sum of RGB (Red+Green+Blue) = 222+152+2=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9802 is #2167FD. Grayscale: #9C9C9C. Windows color (decimal): -2189310 or 170206. OLE color: 170206.
HSL color Cylindrical-coordinate representation of color #DE9802: hue angle of 40.91º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE9802 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.13 |
| HSL | 40.91º | 0.98% | 0.44% | - |
| HSV(B) | 40.91º | 0.99% | 0.87% | - |
| XYZ | 41.36 | 37.99 | 5.21 | - |
| YUV | 155.83 | 41.19 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 2 | 0 | 0.32 | 0.99 | 0.13 | 40.91 | 0.98 | 0.44 |
| Hex | DE | 98 | 2 | 0 | 20 | 63 | D | 29 | 62 | 2C |
| Octal | 336 | 230 | 2 | 0 | 40 | 143 | 15 | 51 | 142 | 54 |
| Binary | 11011110 | 10011000 | 10 | 0 | 100000 | 1100011 | 1101 | 101001 | 1100010 | 101100 |
Color Harmonies of #DE9802
Complementary color
Monochromatic Colors of #DE9802
Black with #DE9802
Text Example
Text Example
White with #DE9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9802; }
p { color: rgb(222,152,2); }
H1.HeaderClassName
{
color: #DE9802;
}
.AnyTagClassName
{
color: #DE9802;
}
</style>
background-color css
<style>
a { background-color: #DE9802; }
a { background-color: rgb(222,152,2); }
div.DivClassName
{
background-color: #DE9802;
}
.BgClassName
{
background-color: #DE9802;
}
</style>
border-color css
<style>
span { border-color: #DE9802; }
span { border-color: rgb(222,152,2); }
td.TdClassName
{
border-color: #DE9802;
}
.TagClassName
{
border-color: #DE9802;
}
</style>