Shades of Gamboge #DF9709
Tints of Gamboge #DF9709
RGB
CMYK
RGB Variations
Color information
#DF9709 (or 0xDF9709) is known color: Gamboge. HEX triplet: DF, 97 and 09. RGB value is (223,151,9). Sum of RGB (Red+Green+Blue) = 223+151+9=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9709 is #2068F6. Grayscale: #9C9C9C. Windows color (decimal): -2124023 or 628703. OLE color: 628703.
HSL color Cylindrical-coordinate representation of color #DF9709: hue angle of 39.81º 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 #DF9709 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.13 |
| HSL | 39.81º | 0.92% | 0.45% | - |
| HSV(B) | 39.81º | 0.96% | 0.87% | - |
| XYZ | 41.55 | 37.84 | 5.37 | - |
| YUV | 156.34 | 44.85 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 9 | 0 | 0.32 | 0.96 | 0.13 | 39.81 | 0.92 | 0.45 |
| Hex | DF | 97 | 9 | 0 | 20 | 60 | D | 28 | 5C | 2D |
| Octal | 337 | 227 | 11 | 0 | 40 | 140 | 15 | 50 | 134 | 55 |
| Binary | 11011111 | 10010111 | 1001 | 0 | 100000 | 1100000 | 1101 | 101000 | 1011100 | 101101 |
Color Harmonies of #DF9709
Complementary color
Monochromatic Colors of #DF9709
Black with #DF9709
Text Example
Text Example
White with #DF9709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9709; }
p { color: rgb(223,151,9); }
H1.HeaderClassName
{
color: #DF9709;
}
.AnyTagClassName
{
color: #DF9709;
}
</style>
background-color css
<style>
a { background-color: #DF9709; }
a { background-color: rgb(223,151,9); }
div.DivClassName
{
background-color: #DF9709;
}
.BgClassName
{
background-color: #DF9709;
}
</style>
border-color css
<style>
span { border-color: #DF9709; }
span { border-color: rgb(223,151,9); }
td.TdClassName
{
border-color: #DF9709;
}
.TagClassName
{
border-color: #DF9709;
}
</style>