Shades of Gamboge #DF9717
Tints of Gamboge #DF9717
RGB
CMYK
RGB Variations
Color information
#DF9717 (or 0xDF9717) is known color: Gamboge. HEX triplet: DF, 97 and 17. RGB value is (223,151,23). Sum of RGB (Red+Green+Blue) = 223+151+23=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9717 is #2068E8. Grayscale: #9E9E9E. Windows color (decimal): -2124009 or 1546207. OLE color: 1546207.
HSL color Cylindrical-coordinate representation of color #DF9717: hue angle of 38.4º 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 #DF9717 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.13 |
| HSL | 38.4º | 0.81% | 0.48% | - |
| HSV(B) | 38.4º | 0.9% | 0.87% | - |
| XYZ | 41.65 | 37.88 | 5.93 | - |
| YUV | 157.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 23 | 0 | 0.32 | 0.90 | 0.13 | 38.4 | 0.81 | 0.48 |
| Hex | DF | 97 | 17 | 0 | 20 | 5A | D | 26 | 51 | 30 |
| Octal | 337 | 227 | 27 | 0 | 40 | 132 | 15 | 46 | 121 | 60 |
| Binary | 11011111 | 10010111 | 10111 | 0 | 100000 | 1011010 | 1101 | 100110 | 1010001 | 110000 |
Color Harmonies of #DF9717
Complementary color
Monochromatic Colors of #DF9717
Black with #DF9717
Text Example
Text Example
White with #DF9717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9717; }
p { color: rgb(223,151,23); }
H1.HeaderClassName
{
color: #DF9717;
}
.AnyTagClassName
{
color: #DF9717;
}
</style>
background-color css
<style>
a { background-color: #DF9717; }
a { background-color: rgb(223,151,23); }
div.DivClassName
{
background-color: #DF9717;
}
.BgClassName
{
background-color: #DF9717;
}
</style>
border-color css
<style>
span { border-color: #DF9717; }
span { border-color: rgb(223,151,23); }
td.TdClassName
{
border-color: #DF9717;
}
.TagClassName
{
border-color: #DF9717;
}
</style>