Shades of Gamboge #DFA210
Tints of Gamboge #DFA210
RGB
CMYK
RGB Variations
Color information
#DFA210 (or 0xDFA210) is known color: Gamboge. HEX triplet: DF, A2 and 10. RGB value is (223,162,16). Sum of RGB (Red+Green+Blue) = 223+162+16=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA210 is #205DEF. Grayscale: #A4A4A4. Windows color (decimal): -2121200 or 1090271. OLE color: 1090271.
HSL color Cylindrical-coordinate representation of color #DFA210: hue angle of 42.32º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFA210 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.13 |
| HSL | 42.32º | 0.87% | 0.47% | - |
| HSV(B) | 42.32º | 0.93% | 0.87% | - |
| XYZ | 43.45 | 41.57 | 6.22 | - |
| YUV | 163.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 16 | 0 | 0.27 | 0.93 | 0.13 | 42.32 | 0.87 | 0.47 |
| Hex | DF | A2 | 10 | 0 | 1B | 5D | D | 2A | 57 | 2F |
| Octal | 337 | 242 | 20 | 0 | 33 | 135 | 15 | 52 | 127 | 57 |
| Binary | 11011111 | 10100010 | 10000 | 0 | 11011 | 1011101 | 1101 | 101010 | 1010111 | 101111 |
Color Harmonies of #DFA210
Complementary color
Monochromatic Colors of #DFA210
Black with #DFA210
Text Example
Text Example
White with #DFA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA210; }
p { color: rgb(223,162,16); }
H1.HeaderClassName
{
color: #DFA210;
}
.AnyTagClassName
{
color: #DFA210;
}
</style>
background-color css
<style>
a { background-color: #DFA210; }
a { background-color: rgb(223,162,16); }
div.DivClassName
{
background-color: #DFA210;
}
.BgClassName
{
background-color: #DFA210;
}
</style>
border-color css
<style>
span { border-color: #DFA210; }
span { border-color: rgb(223,162,16); }
td.TdClassName
{
border-color: #DFA210;
}
.TagClassName
{
border-color: #DFA210;
}
</style>