Shades of Gamboge #DFA704
Tints of Gamboge #DFA704
RGB
CMYK
RGB Variations
Color information
#DFA704 (or 0xDFA704) is known color: Gamboge. HEX triplet: DF, A7 and 04. RGB value is (223,167,4). Sum of RGB (Red+Green+Blue) = 223+167+4=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA704 is #2058FB. Grayscale: #A5A5A5. Windows color (decimal): -2119932 or 305119. OLE color: 305119.
HSL color Cylindrical-coordinate representation of color #DFA704: hue angle of 44.66º 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 #DFA704 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.66º | 0.96% | 0.45% | - |
| HSV(B) | 44.66º | 0.98% | 0.87% | - |
| XYZ | 44.27 | 43.33 | 6.15 | - |
| YUV | 165.16 | 37.05 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 4 | 0 | 0.25 | 0.98 | 0.13 | 44.66 | 0.96 | 0.45 |
| Hex | DF | A7 | 4 | 0 | 19 | 62 | D | 2D | 60 | 2D |
| Octal | 337 | 247 | 4 | 0 | 31 | 142 | 15 | 55 | 140 | 55 |
| Binary | 11011111 | 10100111 | 100 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101101 |
Color Harmonies of #DFA704
Complementary color
Monochromatic Colors of #DFA704
Black with #DFA704
Text Example
Text Example
White with #DFA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA704; }
p { color: rgb(223,167,4); }
H1.HeaderClassName
{
color: #DFA704;
}
.AnyTagClassName
{
color: #DFA704;
}
</style>
background-color css
<style>
a { background-color: #DFA704; }
a { background-color: rgb(223,167,4); }
div.DivClassName
{
background-color: #DFA704;
}
.BgClassName
{
background-color: #DFA704;
}
</style>
border-color css
<style>
span { border-color: #DFA704; }
span { border-color: rgb(223,167,4); }
td.TdClassName
{
border-color: #DFA704;
}
.TagClassName
{
border-color: #DFA704;
}
</style>