Shades of Gamboge #DFA616
Tints of Gamboge #DFA616
RGB
CMYK
RGB Variations
Color information
#DFA616 (or 0xDFA616) is known color: Gamboge. HEX triplet: DF, A6 and 16. RGB value is (223,166,22). Sum of RGB (Red+Green+Blue) = 223+166+22=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA616 is #2059E9. Grayscale: #A7A7A7. Windows color (decimal): -2120170 or 1484511. OLE color: 1484511.
HSL color Cylindrical-coordinate representation of color #DFA616: hue angle of 42.99º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFA616 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.99º | 0.82% | 0.48% | - |
| HSV(B) | 42.99º | 0.9% | 0.87% | - |
| XYZ | 44.21 | 43.02 | 6.73 | - |
| YUV | 166.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 22 | 0 | 0.26 | 0.90 | 0.13 | 42.99 | 0.82 | 0.48 |
| Hex | DF | A6 | 16 | 0 | 1A | 5A | D | 2B | 52 | 30 |
| Octal | 337 | 246 | 26 | 0 | 32 | 132 | 15 | 53 | 122 | 60 |
| Binary | 11011111 | 10100110 | 10110 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010010 | 110000 |
Color Harmonies of #DFA616
Complementary color
Monochromatic Colors of #DFA616
Black with #DFA616
Text Example
Text Example
White with #DFA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA616; }
p { color: rgb(223,166,22); }
H1.HeaderClassName
{
color: #DFA616;
}
.AnyTagClassName
{
color: #DFA616;
}
</style>
background-color css
<style>
a { background-color: #DFA616; }
a { background-color: rgb(223,166,22); }
div.DivClassName
{
background-color: #DFA616;
}
.BgClassName
{
background-color: #DFA616;
}
</style>
border-color css
<style>
span { border-color: #DFA616; }
span { border-color: rgb(223,166,22); }
td.TdClassName
{
border-color: #DFA616;
}
.TagClassName
{
border-color: #DFA616;
}
</style>