Shades of Gamboge #DF9516
Tints of Gamboge #DF9516
RGB
CMYK
RGB Variations
Color information
#DF9516 (or 0xDF9516) is known color: Gamboge. HEX triplet: DF, 95 and 16. RGB value is (223,149,22). Sum of RGB (Red+Green+Blue) = 223+149+22=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9516 is #206AE9. Grayscale: #9D9D9D. Windows color (decimal): -2124522 or 1480159. OLE color: 1480159.
HSL color Cylindrical-coordinate representation of color #DF9516: hue angle of 37.91º 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 #DF9516 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 22 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.13 |
| HSL | 37.91º | 0.82% | 0.48% | - |
| HSV(B) | 37.91º | 0.9% | 0.87% | - |
| XYZ | 41.32 | 37.24 | 5.77 | - |
| YUV | 156.65 | 52.02 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 22 | 0 | 0.33 | 0.90 | 0.13 | 37.91 | 0.82 | 0.48 |
| Hex | DF | 95 | 16 | 0 | 21 | 5A | D | 26 | 52 | 30 |
| Octal | 337 | 225 | 26 | 0 | 41 | 132 | 15 | 46 | 122 | 60 |
| Binary | 11011111 | 10010101 | 10110 | 0 | 100001 | 1011010 | 1101 | 100110 | 1010010 | 110000 |
Color Harmonies of #DF9516
Complementary color
Monochromatic Colors of #DF9516
Black with #DF9516
Text Example
Text Example
White with #DF9516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9516; }
p { color: rgb(223,149,22); }
H1.HeaderClassName
{
color: #DF9516;
}
.AnyTagClassName
{
color: #DF9516;
}
</style>
background-color css
<style>
a { background-color: #DF9516; }
a { background-color: rgb(223,149,22); }
div.DivClassName
{
background-color: #DF9516;
}
.BgClassName
{
background-color: #DF9516;
}
</style>
border-color css
<style>
span { border-color: #DF9516; }
span { border-color: rgb(223,149,22); }
td.TdClassName
{
border-color: #DF9516;
}
.TagClassName
{
border-color: #DF9516;
}
</style>