Shades of Gamboge #DFA907
Tints of Gamboge #DFA907
RGB
CMYK
RGB Variations
Color information
#DFA907 (or 0xDFA907) is known color: Gamboge. HEX triplet: DF, A9 and 07. RGB value is (223,169,7). Sum of RGB (Red+Green+Blue) = 223+169+7=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA907 is #2056F8. Grayscale: #A7A7A7. Windows color (decimal): -2119417 or 502239. OLE color: 502239.
HSL color Cylindrical-coordinate representation of color #DFA907: hue angle of 45º 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 #DFA907 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.13 |
| HSL | 45º | 0.94% | 0.45% | - |
| HSV(B) | 45º | 0.97% | 0.87% | - |
| XYZ | 44.66 | 44.08 | 6.36 | - |
| YUV | 166.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 7 | 0 | 0.24 | 0.97 | 0.13 | 45 | 0.94 | 0.45 |
| Hex | DF | A9 | 7 | 0 | 18 | 61 | D | 2D | 5E | 2D |
| Octal | 337 | 251 | 7 | 0 | 30 | 141 | 15 | 55 | 136 | 55 |
| Binary | 11011111 | 10101001 | 111 | 0 | 11000 | 1100001 | 1101 | 101101 | 1011110 | 101101 |
Color Harmonies of #DFA907
Complementary color
Monochromatic Colors of #DFA907
Black with #DFA907
Text Example
Text Example
White with #DFA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA907; }
p { color: rgb(223,169,7); }
H1.HeaderClassName
{
color: #DFA907;
}
.AnyTagClassName
{
color: #DFA907;
}
</style>
background-color css
<style>
a { background-color: #DFA907; }
a { background-color: rgb(223,169,7); }
div.DivClassName
{
background-color: #DFA907;
}
.BgClassName
{
background-color: #DFA907;
}
</style>
border-color css
<style>
span { border-color: #DFA907; }
span { border-color: rgb(223,169,7); }
td.TdClassName
{
border-color: #DFA907;
}
.TagClassName
{
border-color: #DFA907;
}
</style>