Shades of Gamboge #DFA40C
Tints of Gamboge #DFA40C
RGB
CMYK
RGB Variations
Color information
#DFA40C (or 0xDFA40C) is known color: Gamboge. HEX triplet: DF, A4 and 0C. RGB value is (223,164,12). Sum of RGB (Red+Green+Blue) = 223+164+12=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA40C is #205BF3. Grayscale: #A4A4A4. Windows color (decimal): -2120692 or 828639. OLE color: 828639.
HSL color Cylindrical-coordinate representation of color #DFA40C: hue angle of 43.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA40C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.13 |
| HSL | 43.22º | 0.9% | 0.46% | - |
| HSV(B) | 43.22º | 0.95% | 0.87% | - |
| XYZ | 43.77 | 42.27 | 6.2 | - |
| YUV | 164.31 | 42.05 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 12 | 0 | 0.26 | 0.95 | 0.13 | 43.22 | 0.9 | 0.46 |
| Hex | DF | A4 | C | 0 | 1A | 5F | D | 2B | 5A | 2E |
| Octal | 337 | 244 | 14 | 0 | 32 | 137 | 15 | 53 | 132 | 56 |
| Binary | 11011111 | 10100100 | 1100 | 0 | 11010 | 1011111 | 1101 | 101011 | 1011010 | 101110 |
Color Harmonies of #DFA40C
Complementary color
Monochromatic Colors of #DFA40C
Black with #DFA40C
Text Example
Text Example
White with #DFA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA40C; }
p { color: rgb(223,164,12); }
H1.HeaderClassName
{
color: #DFA40C;
}
.AnyTagClassName
{
color: #DFA40C;
}
</style>
background-color css
<style>
a { background-color: #DFA40C; }
a { background-color: rgb(223,164,12); }
div.DivClassName
{
background-color: #DFA40C;
}
.BgClassName
{
background-color: #DFA40C;
}
</style>
border-color css
<style>
span { border-color: #DFA40C; }
span { border-color: rgb(223,164,12); }
td.TdClassName
{
border-color: #DFA40C;
}
.TagClassName
{
border-color: #DFA40C;
}
</style>