Shades of Gamboge #DFA200
Tints of Gamboge #DFA200
RGB
CMYK
RGB Variations
Color information
#DFA200 (or 0xDFA200) is known color: Gamboge. HEX triplet: DF, A2 and 00. RGB value is (223,162,0). Sum of RGB (Red+Green+Blue) = 223+162+0=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA200 is #205DFF. Grayscale: #A2A2A2. Windows color (decimal): -2121216 or 41695. OLE color: 41695.
HSL color Cylindrical-coordinate representation of color #DFA200: hue angle of 43.59º 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 #DFA200 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.13 |
| HSL | 43.59º | 1% | 0.44% | - |
| HSV(B) | 43.59º | 1% | 0.87% | - |
| XYZ | 43.35 | 41.53 | 5.73 | - |
| YUV | 161.77 | 36.71 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 0 | 0 | 0.27 | 1 | 0.13 | 43.59 | 1 | 0.44 |
| Hex | DF | A2 | 0 | 0 | 1B | 64 | D | 2C | 64 | 2C |
| Octal | 337 | 242 | 0 | 0 | 33 | 144 | 15 | 54 | 144 | 54 |
| Binary | 11011111 | 10100010 | 0 | 0 | 11011 | 1100100 | 1101 | 101100 | 1100100 | 101100 |
Color Harmonies of #DFA200
Complementary color
Monochromatic Colors of #DFA200
Black with #DFA200
Text Example
Text Example
White with #DFA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA200; }
p { color: rgb(223,162,0); }
H1.HeaderClassName
{
color: #DFA200;
}
.AnyTagClassName
{
color: #DFA200;
}
</style>
background-color css
<style>
a { background-color: #DFA200; }
a { background-color: rgb(223,162,0); }
div.DivClassName
{
background-color: #DFA200;
}
.BgClassName
{
background-color: #DFA200;
}
</style>
border-color css
<style>
span { border-color: #DFA200; }
span { border-color: rgb(223,162,0); }
td.TdClassName
{
border-color: #DFA200;
}
.TagClassName
{
border-color: #DFA200;
}
</style>