Shades of Gamboge #DFA811
Tints of Gamboge #DFA811
RGB
CMYK
RGB Variations
Color information
#DFA811 (or 0xDFA811) is known color: Gamboge. HEX triplet: DF, A8 and 11. RGB value is (223,168,17). Sum of RGB (Red+Green+Blue) = 223+168+17=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA811 is #2057EE. Grayscale: #A7A7A7. Windows color (decimal): -2119663 or 1157343. OLE color: 1157343.
HSL color Cylindrical-coordinate representation of color #DFA811: hue angle of 43.98º 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 #DFA811 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.13 |
| HSL | 43.98º | 0.86% | 0.47% | - |
| HSV(B) | 43.98º | 0.92% | 0.87% | - |
| XYZ | 44.54 | 43.73 | 6.62 | - |
| YUV | 167.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 17 | 0 | 0.25 | 0.92 | 0.13 | 43.98 | 0.86 | 0.47 |
| Hex | DF | A8 | 11 | 0 | 19 | 5C | D | 2C | 56 | 2F |
| Octal | 337 | 250 | 21 | 0 | 31 | 134 | 15 | 54 | 126 | 57 |
| Binary | 11011111 | 10101000 | 10001 | 0 | 11001 | 1011100 | 1101 | 101100 | 1010110 | 101111 |
Color Harmonies of #DFA811
Complementary color
Monochromatic Colors of #DFA811
Black with #DFA811
Text Example
Text Example
White with #DFA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA811; }
p { color: rgb(223,168,17); }
H1.HeaderClassName
{
color: #DFA811;
}
.AnyTagClassName
{
color: #DFA811;
}
</style>
background-color css
<style>
a { background-color: #DFA811; }
a { background-color: rgb(223,168,17); }
div.DivClassName
{
background-color: #DFA811;
}
.BgClassName
{
background-color: #DFA811;
}
</style>
border-color css
<style>
span { border-color: #DFA811; }
span { border-color: rgb(223,168,17); }
td.TdClassName
{
border-color: #DFA811;
}
.TagClassName
{
border-color: #DFA811;
}
</style>