Shades of Gamboge #DFA609
Tints of Gamboge #DFA609
RGB
CMYK
RGB Variations
Color information
#DFA609 (or 0xDFA609) is known color: Gamboge. HEX triplet: DF, A6 and 09. RGB value is (223,166,9). Sum of RGB (Red+Green+Blue) = 223+166+9=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA609 is #2059F6. Grayscale: #A5A5A5. Windows color (decimal): -2120183 or 632543. OLE color: 632543.
HSL color Cylindrical-coordinate representation of color #DFA609: hue angle of 44.02º 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 #DFA609 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.13 |
| HSL | 44.02º | 0.92% | 0.45% | - |
| HSV(B) | 44.02º | 0.96% | 0.87% | - |
| XYZ | 44.12 | 42.98 | 6.23 | - |
| YUV | 165.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 9 | 0 | 0.26 | 0.96 | 0.13 | 44.02 | 0.92 | 0.45 |
| Hex | DF | A6 | 9 | 0 | 1A | 60 | D | 2C | 5C | 2D |
| Octal | 337 | 246 | 11 | 0 | 32 | 140 | 15 | 54 | 134 | 55 |
| Binary | 11011111 | 10100110 | 1001 | 0 | 11010 | 1100000 | 1101 | 101100 | 1011100 | 101101 |
Color Harmonies of #DFA609
Complementary color
Monochromatic Colors of #DFA609
Black with #DFA609
Text Example
Text Example
White with #DFA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA609; }
p { color: rgb(223,166,9); }
H1.HeaderClassName
{
color: #DFA609;
}
.AnyTagClassName
{
color: #DFA609;
}
</style>
background-color css
<style>
a { background-color: #DFA609; }
a { background-color: rgb(223,166,9); }
div.DivClassName
{
background-color: #DFA609;
}
.BgClassName
{
background-color: #DFA609;
}
</style>
border-color css
<style>
span { border-color: #DFA609; }
span { border-color: rgb(223,166,9); }
td.TdClassName
{
border-color: #DFA609;
}
.TagClassName
{
border-color: #DFA609;
}
</style>