Shades of Gamboge #DE9C14
Tints of Gamboge #DE9C14
RGB
CMYK
RGB Variations
Color information
#DE9C14 (or 0xDE9C14) is known color: Gamboge. HEX triplet: DE, 9C and 14. RGB value is (222,156,20). Sum of RGB (Red+Green+Blue) = 222+156+20=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9C14 is #2163EB. Grayscale: #A0A0A0. Windows color (decimal): -2188268 or 1350878. OLE color: 1350878.
HSL color Cylindrical-coordinate representation of color #DE9C14: hue angle of 40.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE9C14 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.13 |
| HSL | 40.4º | 0.83% | 0.47% | - |
| HSV(B) | 40.4º | 0.91% | 0.87% | - |
| XYZ | 42.14 | 39.36 | 6.04 | - |
| YUV | 160.23 | 48.87 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 20 | 0 | 0.30 | 0.91 | 0.13 | 40.4 | 0.83 | 0.47 |
| Hex | DE | 9C | 14 | 0 | 1E | 5B | D | 28 | 53 | 2F |
| Octal | 336 | 234 | 24 | 0 | 36 | 133 | 15 | 50 | 123 | 57 |
| Binary | 11011110 | 10011100 | 10100 | 0 | 11110 | 1011011 | 1101 | 101000 | 1010011 | 101111 |
Color Harmonies of #DE9C14
Complementary color
Monochromatic Colors of #DE9C14
Black with #DE9C14
Text Example
Text Example
White with #DE9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9C14; }
p { color: rgb(222,156,20); }
H1.HeaderClassName
{
color: #DE9C14;
}
.AnyTagClassName
{
color: #DE9C14;
}
</style>
background-color css
<style>
a { background-color: #DE9C14; }
a { background-color: rgb(222,156,20); }
div.DivClassName
{
background-color: #DE9C14;
}
.BgClassName
{
background-color: #DE9C14;
}
</style>
border-color css
<style>
span { border-color: #DE9C14; }
span { border-color: rgb(222,156,20); }
td.TdClassName
{
border-color: #DE9C14;
}
.TagClassName
{
border-color: #DE9C14;
}
</style>