Shades of Gamboge #DF9909
Tints of Gamboge #DF9909
RGB
CMYK
RGB Variations
Color information
#DF9909 (or 0xDF9909) is known color: Gamboge. HEX triplet: DF, 99 and 09. RGB value is (223,153,9). Sum of RGB (Red+Green+Blue) = 223+153+9=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9909 is #2066F6. Grayscale: #9E9E9E. Windows color (decimal): -2123511 or 629215. OLE color: 629215.
HSL color Cylindrical-coordinate representation of color #DF9909: hue angle of 40.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9909 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.13 |
| HSL | 40.37º | 0.92% | 0.45% | - |
| HSV(B) | 40.37º | 0.96% | 0.87% | - |
| XYZ | 41.87 | 38.49 | 5.48 | - |
| YUV | 157.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 9 | 0 | 0.31 | 0.96 | 0.13 | 40.37 | 0.92 | 0.45 |
| Hex | DF | 99 | 9 | 0 | 1F | 60 | D | 28 | 5C | 2D |
| Octal | 337 | 231 | 11 | 0 | 37 | 140 | 15 | 50 | 134 | 55 |
| Binary | 11011111 | 10011001 | 1001 | 0 | 11111 | 1100000 | 1101 | 101000 | 1011100 | 101101 |
Color Harmonies of #DF9909
Complementary color
Monochromatic Colors of #DF9909
Black with #DF9909
Text Example
Text Example
White with #DF9909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9909; }
p { color: rgb(223,153,9); }
H1.HeaderClassName
{
color: #DF9909;
}
.AnyTagClassName
{
color: #DF9909;
}
</style>
background-color css
<style>
a { background-color: #DF9909; }
a { background-color: rgb(223,153,9); }
div.DivClassName
{
background-color: #DF9909;
}
.BgClassName
{
background-color: #DF9909;
}
</style>
border-color css
<style>
span { border-color: #DF9909; }
span { border-color: rgb(223,153,9); }
td.TdClassName
{
border-color: #DF9909;
}
.TagClassName
{
border-color: #DF9909;
}
</style>