Shades of Gamboge #DF9507
Tints of Gamboge #DF9507
RGB
CMYK
RGB Variations
Color information
#DF9507 (or 0xDF9507) is known color: Gamboge. HEX triplet: DF, 95 and 07. RGB value is (223,149,7). Sum of RGB (Red+Green+Blue) = 223+149+7=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9507 is #206AF8. Grayscale: #9B9B9B. Windows color (decimal): -2124537 or 497119. OLE color: 497119.
HSL color Cylindrical-coordinate representation of color #DF9507: hue angle of 39.44º 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 #DF9507 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.13 |
| HSL | 39.44º | 0.94% | 0.45% | - |
| HSV(B) | 39.44º | 0.97% | 0.87% | - |
| XYZ | 41.22 | 37.2 | 5.21 | - |
| YUV | 154.94 | 44.52 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 7 | 0 | 0.33 | 0.97 | 0.13 | 39.44 | 0.94 | 0.45 |
| Hex | DF | 95 | 7 | 0 | 21 | 61 | D | 27 | 5E | 2D |
| Octal | 337 | 225 | 7 | 0 | 41 | 141 | 15 | 47 | 136 | 55 |
| Binary | 11011111 | 10010101 | 111 | 0 | 100001 | 1100001 | 1101 | 100111 | 1011110 | 101101 |
Color Harmonies of #DF9507
Complementary color
Monochromatic Colors of #DF9507
Black with #DF9507
Text Example
Text Example
White with #DF9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9507; }
p { color: rgb(223,149,7); }
H1.HeaderClassName
{
color: #DF9507;
}
.AnyTagClassName
{
color: #DF9507;
}
</style>
background-color css
<style>
a { background-color: #DF9507; }
a { background-color: rgb(223,149,7); }
div.DivClassName
{
background-color: #DF9507;
}
.BgClassName
{
background-color: #DF9507;
}
</style>
border-color css
<style>
span { border-color: #DF9507; }
span { border-color: rgb(223,149,7); }
td.TdClassName
{
border-color: #DF9507;
}
.TagClassName
{
border-color: #DF9507;
}
</style>