Shades of Gamboge #DF9316
Tints of Gamboge #DF9316
RGB
CMYK
RGB Variations
Color information
#DF9316 (or 0xDF9316) is known color: Gamboge. HEX triplet: DF, 93 and 16. RGB value is (223,147,22). Sum of RGB (Red+Green+Blue) = 223+147+22=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9316 is #206CE9. Grayscale: #9C9C9C. Windows color (decimal): -2125034 or 1479647. OLE color: 1479647.
HSL color Cylindrical-coordinate representation of color #DF9316: hue angle of 37.31º 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 #DF9316 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 22 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.13 |
| HSL | 37.31º | 0.82% | 0.48% | - |
| HSV(B) | 37.31º | 0.9% | 0.87% | - |
| XYZ | 41.01 | 36.61 | 5.66 | - |
| YUV | 155.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 22 | 0 | 0.34 | 0.90 | 0.13 | 37.31 | 0.82 | 0.48 |
| Hex | DF | 93 | 16 | 0 | 22 | 5A | D | 25 | 52 | 30 |
| Octal | 337 | 223 | 26 | 0 | 42 | 132 | 15 | 45 | 122 | 60 |
| Binary | 11011111 | 10010011 | 10110 | 0 | 100010 | 1011010 | 1101 | 100101 | 1010010 | 110000 |
Color Harmonies of #DF9316
Complementary color
Monochromatic Colors of #DF9316
Black with #DF9316
Text Example
Text Example
White with #DF9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9316; }
p { color: rgb(223,147,22); }
H1.HeaderClassName
{
color: #DF9316;
}
.AnyTagClassName
{
color: #DF9316;
}
</style>
background-color css
<style>
a { background-color: #DF9316; }
a { background-color: rgb(223,147,22); }
div.DivClassName
{
background-color: #DF9316;
}
.BgClassName
{
background-color: #DF9316;
}
</style>
border-color css
<style>
span { border-color: #DF9316; }
span { border-color: rgb(223,147,22); }
td.TdClassName
{
border-color: #DF9316;
}
.TagClassName
{
border-color: #DF9316;
}
</style>