Shades of Gamboge #DFA911
Tints of Gamboge #DFA911
RGB
CMYK
RGB Variations
Color information
#DFA911 (or 0xDFA911) is known color: Gamboge. HEX triplet: DF, A9 and 11. RGB value is (223,169,17). Sum of RGB (Red+Green+Blue) = 223+169+17=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA911 is #2056EE. Grayscale: #A8A8A8. Windows color (decimal): -2119407 or 1157599. OLE color: 1157599.
HSL color Cylindrical-coordinate representation of color #DFA911: hue angle of 44.27º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFA911 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.13 |
| HSL | 44.27º | 0.86% | 0.47% | - |
| HSV(B) | 44.27º | 0.92% | 0.87% | - |
| XYZ | 44.72 | 44.1 | 6.69 | - |
| YUV | 167.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 17 | 0 | 0.24 | 0.92 | 0.13 | 44.27 | 0.86 | 0.47 |
| Hex | DF | A9 | 11 | 0 | 18 | 5C | D | 2C | 56 | 2F |
| Octal | 337 | 251 | 21 | 0 | 30 | 134 | 15 | 54 | 126 | 57 |
| Binary | 11011111 | 10101001 | 10001 | 0 | 11000 | 1011100 | 1101 | 101100 | 1010110 | 101111 |
Color Harmonies of #DFA911
Complementary color
Monochromatic Colors of #DFA911
Black with #DFA911
Text Example
Text Example
White with #DFA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA911; }
p { color: rgb(223,169,17); }
H1.HeaderClassName
{
color: #DFA911;
}
.AnyTagClassName
{
color: #DFA911;
}
</style>
background-color css
<style>
a { background-color: #DFA911; }
a { background-color: rgb(223,169,17); }
div.DivClassName
{
background-color: #DFA911;
}
.BgClassName
{
background-color: #DFA911;
}
</style>
border-color css
<style>
span { border-color: #DFA911; }
span { border-color: rgb(223,169,17); }
td.TdClassName
{
border-color: #DFA911;
}
.TagClassName
{
border-color: #DFA911;
}
</style>