Shades of Gamboge #DFA80C
Tints of Gamboge #DFA80C
RGB
CMYK
RGB Variations
Color information
#DFA80C (or 0xDFA80C) is known color: Gamboge. HEX triplet: DF, A8 and 0C. RGB value is (223,168,12). Sum of RGB (Red+Green+Blue) = 223+168+12=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80C is #2057F3. Grayscale: #A7A7A7. Windows color (decimal): -2119668 or 829663. OLE color: 829663.
HSL color Cylindrical-coordinate representation of color #DFA80C: hue angle of 44.36º 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 #DFA80C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.13 |
| HSL | 44.36º | 0.9% | 0.46% | - |
| HSV(B) | 44.36º | 0.95% | 0.87% | - |
| XYZ | 44.5 | 43.72 | 6.44 | - |
| YUV | 166.66 | 40.72 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 12 | 0 | 0.25 | 0.95 | 0.13 | 44.36 | 0.9 | 0.46 |
| Hex | DF | A8 | C | 0 | 19 | 5F | D | 2C | 5A | 2E |
| Octal | 337 | 250 | 14 | 0 | 31 | 137 | 15 | 54 | 132 | 56 |
| Binary | 11011111 | 10101000 | 1100 | 0 | 11001 | 1011111 | 1101 | 101100 | 1011010 | 101110 |
Color Harmonies of #DFA80C
Complementary color
Monochromatic Colors of #DFA80C
Black with #DFA80C
Text Example
Text Example
White with #DFA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA80C; }
p { color: rgb(223,168,12); }
H1.HeaderClassName
{
color: #DFA80C;
}
.AnyTagClassName
{
color: #DFA80C;
}
</style>
background-color css
<style>
a { background-color: #DFA80C; }
a { background-color: rgb(223,168,12); }
div.DivClassName
{
background-color: #DFA80C;
}
.BgClassName
{
background-color: #DFA80C;
}
</style>
border-color css
<style>
span { border-color: #DFA80C; }
span { border-color: rgb(223,168,12); }
td.TdClassName
{
border-color: #DFA80C;
}
.TagClassName
{
border-color: #DFA80C;
}
</style>