Shades of Gamboge #DE9C0B
Tints of Gamboge #DE9C0B
RGB
CMYK
RGB Variations
Color information
#DE9C0B (or 0xDE9C0B) is known color: Gamboge. HEX triplet: DE, 9C and 0B. RGB value is (222,156,11). Sum of RGB (Red+Green+Blue) = 222+156+11=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C0B is #2163F4. Grayscale: #9F9F9F. Windows color (decimal): -2188277 or 761054. OLE color: 761054.
HSL color Cylindrical-coordinate representation of color #DE9C0B: hue angle of 41.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE9C0B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.13 |
| HSL | 41.23º | 0.91% | 0.46% | - |
| HSV(B) | 41.23º | 0.95% | 0.87% | - |
| XYZ | 42.07 | 39.33 | 5.69 | - |
| YUV | 159.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 11 | 0 | 0.30 | 0.95 | 0.13 | 41.23 | 0.91 | 0.46 |
| Hex | DE | 9C | B | 0 | 1E | 5F | D | 29 | 5B | 2E |
| Octal | 336 | 234 | 13 | 0 | 36 | 137 | 15 | 51 | 133 | 56 |
| Binary | 11011110 | 10011100 | 1011 | 0 | 11110 | 1011111 | 1101 | 101001 | 1011011 | 101110 |
Color Harmonies of #DE9C0B
Complementary color
Monochromatic Colors of #DE9C0B
Black with #DE9C0B
Text Example
Text Example
White with #DE9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C0B; }
p { color: rgb(222,156,11); }
H1.HeaderClassName
{
color: #DE9C0B;
}
.AnyTagClassName
{
color: #DE9C0B;
}
</style>
background-color css
<style>
a { background-color: #DE9C0B; }
a { background-color: rgb(222,156,11); }
div.DivClassName
{
background-color: #DE9C0B;
}
.BgClassName
{
background-color: #DE9C0B;
}
</style>
border-color css
<style>
span { border-color: #DE9C0B; }
span { border-color: rgb(222,156,11); }
td.TdClassName
{
border-color: #DE9C0B;
}
.TagClassName
{
border-color: #DE9C0B;
}
</style>