Shades of Gamboge #DFA209
Tints of Gamboge #DFA209
RGB
CMYK
RGB Variations
Color information
#DFA209 (or 0xDFA209) is known color: Gamboge. HEX triplet: DF, A2 and 09. RGB value is (223,162,9). Sum of RGB (Red+Green+Blue) = 223+162+9=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA209 is #205DF6. Grayscale: #A3A3A3. Windows color (decimal): -2121207 or 631519. OLE color: 631519.
HSL color Cylindrical-coordinate representation of color #DFA209: hue angle of 42.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFA209 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.13 |
| HSL | 42.9º | 0.92% | 0.45% | - |
| HSV(B) | 42.9º | 0.96% | 0.87% | - |
| XYZ | 43.4 | 41.55 | 5.99 | - |
| YUV | 162.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 9 | 0 | 0.27 | 0.96 | 0.13 | 42.9 | 0.92 | 0.45 |
| Hex | DF | A2 | 9 | 0 | 1B | 60 | D | 2B | 5C | 2D |
| Octal | 337 | 242 | 11 | 0 | 33 | 140 | 15 | 53 | 134 | 55 |
| Binary | 11011111 | 10100010 | 1001 | 0 | 11011 | 1100000 | 1101 | 101011 | 1011100 | 101101 |
Color Harmonies of #DFA209
Complementary color
Monochromatic Colors of #DFA209
Black with #DFA209
Text Example
Text Example
White with #DFA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA209; }
p { color: rgb(223,162,9); }
H1.HeaderClassName
{
color: #DFA209;
}
.AnyTagClassName
{
color: #DFA209;
}
</style>
background-color css
<style>
a { background-color: #DFA209; }
a { background-color: rgb(223,162,9); }
div.DivClassName
{
background-color: #DFA209;
}
.BgClassName
{
background-color: #DFA209;
}
</style>
border-color css
<style>
span { border-color: #DFA209; }
span { border-color: rgb(223,162,9); }
td.TdClassName
{
border-color: #DFA209;
}
.TagClassName
{
border-color: #DFA209;
}
</style>