Shades of Gamboge #DFA701
Tints of Gamboge #DFA701
RGB
CMYK
RGB Variations
Color information
#DFA701 (or 0xDFA701) is known color: Gamboge. HEX triplet: DF, A7 and 01. RGB value is (223,167,1). Sum of RGB (Red+Green+Blue) = 223+167+1=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA701 is #2058FE. Grayscale: #A5A5A5. Windows color (decimal): -2119935 or 108511. OLE color: 108511.
HSL color Cylindrical-coordinate representation of color #DFA701: hue angle of 44.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA701 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.13 |
| HSL | 44.86º | 0.99% | 0.44% | - |
| HSV(B) | 44.86º | 1% | 0.87% | - |
| XYZ | 44.26 | 43.33 | 6.06 | - |
| YUV | 164.82 | 35.55 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 1 | 0 | 0.25 | 1.00 | 0.13 | 44.86 | 0.99 | 0.44 |
| Hex | DF | A7 | 1 | 0 | 19 | 64 | D | 2D | 63 | 2C |
| Octal | 337 | 247 | 1 | 0 | 31 | 144 | 15 | 55 | 143 | 54 |
| Binary | 11011111 | 10100111 | 1 | 0 | 11001 | 1100100 | 1101 | 101101 | 1100011 | 101100 |
Color Harmonies of #DFA701
Complementary color
Monochromatic Colors of #DFA701
Black with #DFA701
Text Example
Text Example
White with #DFA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA701; }
p { color: rgb(223,167,1); }
H1.HeaderClassName
{
color: #DFA701;
}
.AnyTagClassName
{
color: #DFA701;
}
</style>
background-color css
<style>
a { background-color: #DFA701; }
a { background-color: rgb(223,167,1); }
div.DivClassName
{
background-color: #DFA701;
}
.BgClassName
{
background-color: #DFA701;
}
</style>
border-color css
<style>
span { border-color: #DFA701; }
span { border-color: rgb(223,167,1); }
td.TdClassName
{
border-color: #DFA701;
}
.TagClassName
{
border-color: #DFA701;
}
</style>