Shades of Gamboge #DF9B16
Tints of Gamboge #DF9B16
RGB
CMYK
RGB Variations
Color information
#DF9B16 (or 0xDF9B16) is known color: Gamboge. HEX triplet: DF, 9B and 16. RGB value is (223,155,22). Sum of RGB (Red+Green+Blue) = 223+155+22=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9B16 is #2064E9. Grayscale: #A0A0A0. Windows color (decimal): -2122986 or 1481695. OLE color: 1481695.
HSL color Cylindrical-coordinate representation of color #DF9B16: hue angle of 39.7º degrees, saturation: 0.82, 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 #DF9B16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.13 |
| HSL | 39.7º | 0.82% | 0.48% | - |
| HSV(B) | 39.7º | 0.9% | 0.87% | - |
| XYZ | 42.3 | 39.19 | 6.09 | - |
| YUV | 160.17 | 50.03 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 22 | 0 | 0.30 | 0.90 | 0.13 | 39.7 | 0.82 | 0.48 |
| Hex | DF | 9B | 16 | 0 | 1E | 5A | D | 28 | 52 | 30 |
| Octal | 337 | 233 | 26 | 0 | 36 | 132 | 15 | 50 | 122 | 60 |
| Binary | 11011111 | 10011011 | 10110 | 0 | 11110 | 1011010 | 1101 | 101000 | 1010010 | 110000 |
Color Harmonies of #DF9B16
Complementary color
Monochromatic Colors of #DF9B16
Black with #DF9B16
Text Example
Text Example
White with #DF9B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B16; }
p { color: rgb(223,155,22); }
H1.HeaderClassName
{
color: #DF9B16;
}
.AnyTagClassName
{
color: #DF9B16;
}
</style>
background-color css
<style>
a { background-color: #DF9B16; }
a { background-color: rgb(223,155,22); }
div.DivClassName
{
background-color: #DF9B16;
}
.BgClassName
{
background-color: #DF9B16;
}
</style>
border-color css
<style>
span { border-color: #DF9B16; }
span { border-color: rgb(223,155,22); }
td.TdClassName
{
border-color: #DF9B16;
}
.TagClassName
{
border-color: #DF9B16;
}
</style>