Shades of Gamboge #DFA70B
Tints of Gamboge #DFA70B
RGB
CMYK
RGB Variations
Color information
#DFA70B (or 0xDFA70B) is known color: Gamboge. HEX triplet: DF, A7 and 0B. RGB value is (223,167,11). Sum of RGB (Red+Green+Blue) = 223+167+11=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA70B is #2058F4. Grayscale: #A6A6A6. Windows color (decimal): -2119925 or 763871. OLE color: 763871.
HSL color Cylindrical-coordinate representation of color #DFA70B: hue angle of 44.15º degrees, saturation: 0.91, 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 #DFA70B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.13 |
| HSL | 44.15º | 0.91% | 0.46% | - |
| HSV(B) | 44.15º | 0.95% | 0.87% | - |
| XYZ | 44.31 | 43.35 | 6.35 | - |
| YUV | 165.96 | 40.55 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 11 | 0 | 0.25 | 0.95 | 0.13 | 44.15 | 0.91 | 0.46 |
| Hex | DF | A7 | B | 0 | 19 | 5F | D | 2C | 5B | 2E |
| Octal | 337 | 247 | 13 | 0 | 31 | 137 | 15 | 54 | 133 | 56 |
| Binary | 11011111 | 10100111 | 1011 | 0 | 11001 | 1011111 | 1101 | 101100 | 1011011 | 101110 |
Color Harmonies of #DFA70B
Complementary color
Monochromatic Colors of #DFA70B
Black with #DFA70B
Text Example
Text Example
White with #DFA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA70B; }
p { color: rgb(223,167,11); }
H1.HeaderClassName
{
color: #DFA70B;
}
.AnyTagClassName
{
color: #DFA70B;
}
</style>
background-color css
<style>
a { background-color: #DFA70B; }
a { background-color: rgb(223,167,11); }
div.DivClassName
{
background-color: #DFA70B;
}
.BgClassName
{
background-color: #DFA70B;
}
</style>
border-color css
<style>
span { border-color: #DFA70B; }
span { border-color: rgb(223,167,11); }
td.TdClassName
{
border-color: #DFA70B;
}
.TagClassName
{
border-color: #DFA70B;
}
</style>