Shades of Gamboge #DFA900
Tints of Gamboge #DFA900
RGB
CMYK
RGB Variations
Color information
#DFA900 (or 0xDFA900) is known color: Gamboge. HEX triplet: DF, A9 and 00. RGB value is (223,169,0). Sum of RGB (Red+Green+Blue) = 223+169+0=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA900 is #2056FF. Grayscale: #A6A6A6. Windows color (decimal): -2119424 or 43487. OLE color: 43487.
HSL color Cylindrical-coordinate representation of color #DFA900: hue angle of 45.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.13 |
| HSL | 45.47º | 1% | 0.44% | - |
| HSV(B) | 45.47º | 1% | 0.87% | - |
| XYZ | 44.62 | 44.06 | 6.15 | - |
| YUV | 165.88 | 34.39 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 0 | 0 | 0.24 | 1 | 0.13 | 45.47 | 1 | 0.44 |
| Hex | DF | A9 | 0 | 0 | 18 | 64 | D | 2D | 64 | 2C |
| Octal | 337 | 251 | 0 | 0 | 30 | 144 | 15 | 55 | 144 | 54 |
| Binary | 11011111 | 10101001 | 0 | 0 | 11000 | 1100100 | 1101 | 101101 | 1100100 | 101100 |
Color Harmonies of #DFA900
Complementary color
Monochromatic Colors of #DFA900
Black with #DFA900
Text Example
Text Example
White with #DFA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA900; }
p { color: rgb(223,169,0); }
H1.HeaderClassName
{
color: #DFA900;
}
.AnyTagClassName
{
color: #DFA900;
}
</style>
background-color css
<style>
a { background-color: #DFA900; }
a { background-color: rgb(223,169,0); }
div.DivClassName
{
background-color: #DFA900;
}
.BgClassName
{
background-color: #DFA900;
}
</style>
border-color css
<style>
span { border-color: #DFA900; }
span { border-color: rgb(223,169,0); }
td.TdClassName
{
border-color: #DFA900;
}
.TagClassName
{
border-color: #DFA900;
}
</style>