Shades of Gamboge #DF9817
Tints of Gamboge #DF9817
RGB
CMYK
RGB Variations
Color information
#DF9817 (or 0xDF9817) is known color: Gamboge. HEX triplet: DF, 98 and 17. RGB value is (223,152,23). Sum of RGB (Red+Green+Blue) = 223+152+23=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9817 is #2067E8. Grayscale: #9F9F9F. Windows color (decimal): -2123753 or 1546463. OLE color: 1546463.
HSL color Cylindrical-coordinate representation of color #DF9817: hue angle of 38.7º 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 #DF9817 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.13 |
| HSL | 38.7º | 0.81% | 0.48% | - |
| HSV(B) | 38.7º | 0.9% | 0.87% | - |
| XYZ | 41.81 | 38.21 | 5.98 | - |
| YUV | 158.52 | 51.52 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 23 | 0 | 0.32 | 0.90 | 0.13 | 38.7 | 0.81 | 0.48 |
| Hex | DF | 98 | 17 | 0 | 20 | 5A | D | 27 | 51 | 30 |
| Octal | 337 | 230 | 27 | 0 | 40 | 132 | 15 | 47 | 121 | 60 |
| Binary | 11011111 | 10011000 | 10111 | 0 | 100000 | 1011010 | 1101 | 100111 | 1010001 | 110000 |
Color Harmonies of #DF9817
Complementary color
Monochromatic Colors of #DF9817
Black with #DF9817
Text Example
Text Example
White with #DF9817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9817; }
p { color: rgb(223,152,23); }
H1.HeaderClassName
{
color: #DF9817;
}
.AnyTagClassName
{
color: #DF9817;
}
</style>
background-color css
<style>
a { background-color: #DF9817; }
a { background-color: rgb(223,152,23); }
div.DivClassName
{
background-color: #DF9817;
}
.BgClassName
{
background-color: #DF9817;
}
</style>
border-color css
<style>
span { border-color: #DF9817; }
span { border-color: rgb(223,152,23); }
td.TdClassName
{
border-color: #DF9817;
}
.TagClassName
{
border-color: #DF9817;
}
</style>