Shades of Gamboge #DFA904
Tints of Gamboge #DFA904
RGB
CMYK
RGB Variations
Color information
#DFA904 (or 0xDFA904) is known color: Gamboge. HEX triplet: DF, A9 and 04. RGB value is (223,169,4). Sum of RGB (Red+Green+Blue) = 223+169+4=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA904 is #2056FB. Grayscale: #A7A7A7. Windows color (decimal): -2119420 or 305631. OLE color: 305631.
HSL color Cylindrical-coordinate representation of color #DFA904: hue angle of 45.21º 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 #DFA904 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.13 |
| HSL | 45.21º | 0.96% | 0.45% | - |
| HSV(B) | 45.21º | 0.98% | 0.87% | - |
| XYZ | 44.64 | 44.07 | 6.27 | - |
| YUV | 166.34 | 36.39 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 4 | 0 | 0.24 | 0.98 | 0.13 | 45.21 | 0.96 | 0.45 |
| Hex | DF | A9 | 4 | 0 | 18 | 62 | D | 2D | 60 | 2D |
| Octal | 337 | 251 | 4 | 0 | 30 | 142 | 15 | 55 | 140 | 55 |
| Binary | 11011111 | 10101001 | 100 | 0 | 11000 | 1100010 | 1101 | 101101 | 1100000 | 101101 |
Color Harmonies of #DFA904
Complementary color
Monochromatic Colors of #DFA904
Black with #DFA904
Text Example
Text Example
White with #DFA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA904; }
p { color: rgb(223,169,4); }
H1.HeaderClassName
{
color: #DFA904;
}
.AnyTagClassName
{
color: #DFA904;
}
</style>
background-color css
<style>
a { background-color: #DFA904; }
a { background-color: rgb(223,169,4); }
div.DivClassName
{
background-color: #DFA904;
}
.BgClassName
{
background-color: #DFA904;
}
</style>
border-color css
<style>
span { border-color: #DFA904; }
span { border-color: rgb(223,169,4); }
td.TdClassName
{
border-color: #DFA904;
}
.TagClassName
{
border-color: #DFA904;
}
</style>