Shades of Gamboge #DF9607
Tints of Gamboge #DF9607
RGB
CMYK
RGB Variations
Color information
#DF9607 (or 0xDF9607) is known color: Gamboge. HEX triplet: DF, 96 and 07. RGB value is (223,150,7). Sum of RGB (Red+Green+Blue) = 223+150+7=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9607 is #2069F8. Grayscale: #9C9C9C. Windows color (decimal): -2124281 or 497375. OLE color: 497375.
HSL color Cylindrical-coordinate representation of color #DF9607: hue angle of 39.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF9607 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.13 |
| HSL | 39.72º | 0.94% | 0.45% | - |
| HSV(B) | 39.72º | 0.97% | 0.87% | - |
| XYZ | 41.38 | 37.52 | 5.26 | - |
| YUV | 155.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 7 | 0 | 0.33 | 0.97 | 0.13 | 39.72 | 0.94 | 0.45 |
| Hex | DF | 96 | 7 | 0 | 21 | 61 | D | 28 | 5E | 2D |
| Octal | 337 | 226 | 7 | 0 | 41 | 141 | 15 | 50 | 136 | 55 |
| Binary | 11011111 | 10010110 | 111 | 0 | 100001 | 1100001 | 1101 | 101000 | 1011110 | 101101 |
Color Harmonies of #DF9607
Complementary color
Monochromatic Colors of #DF9607
Black with #DF9607
Text Example
Text Example
White with #DF9607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9607; }
p { color: rgb(223,150,7); }
H1.HeaderClassName
{
color: #DF9607;
}
.AnyTagClassName
{
color: #DF9607;
}
</style>
background-color css
<style>
a { background-color: #DF9607; }
a { background-color: rgb(223,150,7); }
div.DivClassName
{
background-color: #DF9607;
}
.BgClassName
{
background-color: #DF9607;
}
</style>
border-color css
<style>
span { border-color: #DF9607; }
span { border-color: rgb(223,150,7); }
td.TdClassName
{
border-color: #DF9607;
}
.TagClassName
{
border-color: #DF9607;
}
</style>