Shades of Gamboge #DF9919
Tints of Gamboge #DF9919
RGB
CMYK
RGB Variations
Color information
#DF9919 (or 0xDF9919) is known color: Gamboge. HEX triplet: DF, 99 and 19. RGB value is (223,153,25). Sum of RGB (Red+Green+Blue) = 223+153+25=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9919 is #2066E6. Grayscale: #9F9F9F. Windows color (decimal): -2123495 or 1677791. OLE color: 1677791.
HSL color Cylindrical-coordinate representation of color #DF9919: hue angle of 38.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF9919 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.13 |
| HSL | 38.79º | 0.8% | 0.49% | - |
| HSV(B) | 38.79º | 0.89% | 0.87% | - |
| XYZ | 42 | 38.54 | 6.15 | - |
| YUV | 159.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 25 | 0 | 0.31 | 0.89 | 0.13 | 38.79 | 0.8 | 0.49 |
| Hex | DF | 99 | 19 | 0 | 1F | 59 | D | 27 | 50 | 31 |
| Octal | 337 | 231 | 31 | 0 | 37 | 131 | 15 | 47 | 120 | 61 |
| Binary | 11011111 | 10011001 | 11001 | 0 | 11111 | 1011001 | 1101 | 100111 | 1010000 | 110001 |
Color Harmonies of #DF9919
Complementary color
Monochromatic Colors of #DF9919
Black with #DF9919
Text Example
Text Example
White with #DF9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9919; }
p { color: rgb(223,153,25); }
H1.HeaderClassName
{
color: #DF9919;
}
.AnyTagClassName
{
color: #DF9919;
}
</style>
background-color css
<style>
a { background-color: #DF9919; }
a { background-color: rgb(223,153,25); }
div.DivClassName
{
background-color: #DF9919;
}
.BgClassName
{
background-color: #DF9919;
}
</style>
border-color css
<style>
span { border-color: #DF9919; }
span { border-color: rgb(223,153,25); }
td.TdClassName
{
border-color: #DF9919;
}
.TagClassName
{
border-color: #DF9919;
}
</style>