Shades of Gamboge #DFA100
Tints of Gamboge #DFA100
RGB
CMYK
RGB Variations
Color information
#DFA100 (or 0xDFA100) is known color: Gamboge. HEX triplet: DF, A1 and 00. RGB value is (223,161,0). Sum of RGB (Red+Green+Blue) = 223+161+0=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA100 is #205EFF. Grayscale: #A1A1A1. Windows color (decimal): -2121472 or 41439. OLE color: 41439.
HSL color Cylindrical-coordinate representation of color #DFA100: hue angle of 43.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.13 |
| HSL | 43.32º | 1% | 0.44% | - |
| HSV(B) | 43.32º | 1% | 0.87% | - |
| XYZ | 43.18 | 41.18 | 5.67 | - |
| YUV | 161.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 0 | 0 | 0.28 | 1 | 0.13 | 43.32 | 1 | 0.44 |
| Hex | DF | A1 | 0 | 0 | 1C | 64 | D | 2B | 64 | 2C |
| Octal | 337 | 241 | 0 | 0 | 34 | 144 | 15 | 53 | 144 | 54 |
| Binary | 11011111 | 10100001 | 0 | 0 | 11100 | 1100100 | 1101 | 101011 | 1100100 | 101100 |
Color Harmonies of #DFA100
Complementary color
Monochromatic Colors of #DFA100
Black with #DFA100
Text Example
Text Example
White with #DFA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA100; }
p { color: rgb(223,161,0); }
H1.HeaderClassName
{
color: #DFA100;
}
.AnyTagClassName
{
color: #DFA100;
}
</style>
background-color css
<style>
a { background-color: #DFA100; }
a { background-color: rgb(223,161,0); }
div.DivClassName
{
background-color: #DFA100;
}
.BgClassName
{
background-color: #DFA100;
}
</style>
border-color css
<style>
span { border-color: #DFA100; }
span { border-color: rgb(223,161,0); }
td.TdClassName
{
border-color: #DFA100;
}
.TagClassName
{
border-color: #DFA100;
}
</style>