Shades of Gamboge #DE9B17
Tints of Gamboge #DE9B17
RGB
CMYK
RGB Variations
Color information
#DE9B17 (or 0xDE9B17) is known color: Gamboge. HEX triplet: DE, 9B and 17. RGB value is (222,155,23). Sum of RGB (Red+Green+Blue) = 222+155+23=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9B17 is #2164E8. Grayscale: #A0A0A0. Windows color (decimal): -2188521 or 1547230. OLE color: 1547230.
HSL color Cylindrical-coordinate representation of color #DE9B17: hue angle of 39.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE9B17 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.13 |
| HSL | 39.8º | 0.81% | 0.48% | - |
| HSV(B) | 39.8º | 0.9% | 0.87% | - |
| XYZ | 42 | 39.03 | 6.13 | - |
| YUV | 159.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 23 | 0 | 0.30 | 0.90 | 0.13 | 39.8 | 0.81 | 0.48 |
| Hex | DE | 9B | 17 | 0 | 1E | 5A | D | 28 | 51 | 30 |
| Octal | 336 | 233 | 27 | 0 | 36 | 132 | 15 | 50 | 121 | 60 |
| Binary | 11011110 | 10011011 | 10111 | 0 | 11110 | 1011010 | 1101 | 101000 | 1010001 | 110000 |
Color Harmonies of #DE9B17
Complementary color
Monochromatic Colors of #DE9B17
Black with #DE9B17
Text Example
Text Example
White with #DE9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B17; }
p { color: rgb(222,155,23); }
H1.HeaderClassName
{
color: #DE9B17;
}
.AnyTagClassName
{
color: #DE9B17;
}
</style>
background-color css
<style>
a { background-color: #DE9B17; }
a { background-color: rgb(222,155,23); }
div.DivClassName
{
background-color: #DE9B17;
}
.BgClassName
{
background-color: #DE9B17;
}
</style>
border-color css
<style>
span { border-color: #DE9B17; }
span { border-color: rgb(222,155,23); }
td.TdClassName
{
border-color: #DE9B17;
}
.TagClassName
{
border-color: #DE9B17;
}
</style>