Shades of Gamboge #DF9207
Tints of Gamboge #DF9207
RGB
CMYK
RGB Variations
Color information
#DF9207 (or 0xDF9207) is known color: Gamboge. HEX triplet: DF, 92 and 07. RGB value is (223,146,7). Sum of RGB (Red+Green+Blue) = 223+146+7=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9207 is #206DF8. Grayscale: #999999. Windows color (decimal): -2125305 or 496351. OLE color: 496351.
HSL color Cylindrical-coordinate representation of color #DF9207: hue angle of 38.61º 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 #DF9207 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.13 |
| HSL | 38.61º | 0.94% | 0.45% | - |
| HSV(B) | 38.61º | 0.97% | 0.87% | - |
| XYZ | 40.75 | 36.26 | 5.05 | - |
| YUV | 153.18 | 45.51 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 7 | 0 | 0.35 | 0.97 | 0.13 | 38.61 | 0.94 | 0.45 |
| Hex | DF | 92 | 7 | 0 | 23 | 61 | D | 27 | 5E | 2D |
| Octal | 337 | 222 | 7 | 0 | 43 | 141 | 15 | 47 | 136 | 55 |
| Binary | 11011111 | 10010010 | 111 | 0 | 100011 | 1100001 | 1101 | 100111 | 1011110 | 101101 |
Color Harmonies of #DF9207
Complementary color
Monochromatic Colors of #DF9207
Black with #DF9207
Text Example
Text Example
White with #DF9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9207; }
p { color: rgb(223,146,7); }
H1.HeaderClassName
{
color: #DF9207;
}
.AnyTagClassName
{
color: #DF9207;
}
</style>
background-color css
<style>
a { background-color: #DF9207; }
a { background-color: rgb(223,146,7); }
div.DivClassName
{
background-color: #DF9207;
}
.BgClassName
{
background-color: #DF9207;
}
</style>
border-color css
<style>
span { border-color: #DF9207; }
span { border-color: rgb(223,146,7); }
td.TdClassName
{
border-color: #DF9207;
}
.TagClassName
{
border-color: #DF9207;
}
</style>