Shades of Gamboge #DFA207
Tints of Gamboge #DFA207
RGB
CMYK
RGB Variations
Color information
#DFA207 (or 0xDFA207) is known color: Gamboge. HEX triplet: DF, A2 and 07. RGB value is (223,162,7). Sum of RGB (Red+Green+Blue) = 223+162+7=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA207 is #205DF8. Grayscale: #A3A3A3. Windows color (decimal): -2121209 or 500447. OLE color: 500447.
HSL color Cylindrical-coordinate representation of color #DFA207: hue angle of 43.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFA207 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.13 |
| HSL | 43.06º | 0.94% | 0.45% | - |
| HSV(B) | 43.06º | 0.97% | 0.87% | - |
| XYZ | 43.39 | 41.54 | 5.93 | - |
| YUV | 162.57 | 40.21 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 7 | 0 | 0.27 | 0.97 | 0.13 | 43.06 | 0.94 | 0.45 |
| Hex | DF | A2 | 7 | 0 | 1B | 61 | D | 2B | 5E | 2D |
| Octal | 337 | 242 | 7 | 0 | 33 | 141 | 15 | 53 | 136 | 55 |
| Binary | 11011111 | 10100010 | 111 | 0 | 11011 | 1100001 | 1101 | 101011 | 1011110 | 101101 |
Color Harmonies of #DFA207
Complementary color
Monochromatic Colors of #DFA207
Black with #DFA207
Text Example
Text Example
White with #DFA207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA207; }
p { color: rgb(223,162,7); }
H1.HeaderClassName
{
color: #DFA207;
}
.AnyTagClassName
{
color: #DFA207;
}
</style>
background-color css
<style>
a { background-color: #DFA207; }
a { background-color: rgb(223,162,7); }
div.DivClassName
{
background-color: #DFA207;
}
.BgClassName
{
background-color: #DFA207;
}
</style>
border-color css
<style>
span { border-color: #DFA207; }
span { border-color: rgb(223,162,7); }
td.TdClassName
{
border-color: #DFA207;
}
.TagClassName
{
border-color: #DFA207;
}
</style>