Shades of Gamboge #DFA404
Tints of Gamboge #DFA404
RGB
CMYK
RGB Variations
Color information
#DFA404 (or 0xDFA404) is known color: Gamboge. HEX triplet: DF, A4 and 04. RGB value is (223,164,4). Sum of RGB (Red+Green+Blue) = 223+164+4=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA404 is #205BFB. Grayscale: #A4A4A4. Windows color (decimal): -2120700 or 304351. OLE color: 304351.
HSL color Cylindrical-coordinate representation of color #DFA404: hue angle of 43.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFA404 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.13 |
| HSL | 43.84º | 0.96% | 0.45% | - |
| HSV(B) | 43.84º | 0.98% | 0.87% | - |
| XYZ | 43.73 | 42.25 | 5.96 | - |
| YUV | 163.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 4 | 0 | 0.26 | 0.98 | 0.13 | 43.84 | 0.96 | 0.45 |
| Hex | DF | A4 | 4 | 0 | 1A | 62 | D | 2C | 60 | 2D |
| Octal | 337 | 244 | 4 | 0 | 32 | 142 | 15 | 54 | 140 | 55 |
| Binary | 11011111 | 10100100 | 100 | 0 | 11010 | 1100010 | 1101 | 101100 | 1100000 | 101101 |
Color Harmonies of #DFA404
Complementary color
Monochromatic Colors of #DFA404
Black with #DFA404
Text Example
Text Example
White with #DFA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA404; }
p { color: rgb(223,164,4); }
H1.HeaderClassName
{
color: #DFA404;
}
.AnyTagClassName
{
color: #DFA404;
}
</style>
background-color css
<style>
a { background-color: #DFA404; }
a { background-color: rgb(223,164,4); }
div.DivClassName
{
background-color: #DFA404;
}
.BgClassName
{
background-color: #DFA404;
}
</style>
border-color css
<style>
span { border-color: #DFA404; }
span { border-color: rgb(223,164,4); }
td.TdClassName
{
border-color: #DFA404;
}
.TagClassName
{
border-color: #DFA404;
}
</style>