Shades of Gamboge #DE8F0B
Tints of Gamboge #DE8F0B
RGB
CMYK
RGB Variations
Color information
#DE8F0B (or 0xDE8F0B) is known color: Gamboge. HEX triplet: DE, 8F and 0B. RGB value is (222,143,11). Sum of RGB (Red+Green+Blue) = 222+143+11=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F0B is #2170F4. Grayscale: #989898. Windows color (decimal): -2191605 or 757726. OLE color: 757726.
HSL color Cylindrical-coordinate representation of color #DE8F0B: hue angle of 37.54º 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 #DE8F0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.13 |
| HSL | 37.54º | 0.91% | 0.46% | - |
| HSV(B) | 37.54º | 0.95% | 0.87% | - |
| XYZ | 40.01 | 35.2 | 5 | - |
| YUV | 151.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 11 | 0 | 0.36 | 0.95 | 0.13 | 37.54 | 0.91 | 0.46 |
| Hex | DE | 8F | B | 0 | 24 | 5F | D | 26 | 5B | 2E |
| Octal | 336 | 217 | 13 | 0 | 44 | 137 | 15 | 46 | 133 | 56 |
| Binary | 11011110 | 10001111 | 1011 | 0 | 100100 | 1011111 | 1101 | 100110 | 1011011 | 101110 |
Color Harmonies of #DE8F0B
Complementary color
Monochromatic Colors of #DE8F0B
Black with #DE8F0B
Text Example
Text Example
White with #DE8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8F0B; }
p { color: rgb(222,143,11); }
H1.HeaderClassName
{
color: #DE8F0B;
}
.AnyTagClassName
{
color: #DE8F0B;
}
</style>
background-color css
<style>
a { background-color: #DE8F0B; }
a { background-color: rgb(222,143,11); }
div.DivClassName
{
background-color: #DE8F0B;
}
.BgClassName
{
background-color: #DE8F0B;
}
</style>
border-color css
<style>
span { border-color: #DE8F0B; }
span { border-color: rgb(222,143,11); }
td.TdClassName
{
border-color: #DE8F0B;
}
.TagClassName
{
border-color: #DE8F0B;
}
</style>