Shades of Gamboge #DFA70D
Tints of Gamboge #DFA70D
RGB
CMYK
RGB Variations
Color information
#DFA70D (or 0xDFA70D) is known color: Gamboge. HEX triplet: DF, A7 and 0D. RGB value is (223,167,13). Sum of RGB (Red+Green+Blue) = 223+167+13=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA70D is #2058F2. Grayscale: #A6A6A6. Windows color (decimal): -2119923 or 894943. OLE color: 894943.
HSL color Cylindrical-coordinate representation of color #DFA70D: hue angle of 44º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFA70D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.13 |
| HSL | 44º | 0.89% | 0.46% | - |
| HSV(B) | 44º | 0.94% | 0.87% | - |
| XYZ | 44.32 | 43.35 | 6.41 | - |
| YUV | 166.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 13 | 0 | 0.25 | 0.94 | 0.13 | 44 | 0.89 | 0.46 |
| Hex | DF | A7 | D | 0 | 19 | 5E | D | 2C | 59 | 2E |
| Octal | 337 | 247 | 15 | 0 | 31 | 136 | 15 | 54 | 131 | 56 |
| Binary | 11011111 | 10100111 | 1101 | 0 | 11001 | 1011110 | 1101 | 101100 | 1011001 | 101110 |
Color Harmonies of #DFA70D
Complementary color
Monochromatic Colors of #DFA70D
Black with #DFA70D
Text Example
Text Example
White with #DFA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA70D; }
p { color: rgb(223,167,13); }
H1.HeaderClassName
{
color: #DFA70D;
}
.AnyTagClassName
{
color: #DFA70D;
}
</style>
background-color css
<style>
a { background-color: #DFA70D; }
a { background-color: rgb(223,167,13); }
div.DivClassName
{
background-color: #DFA70D;
}
.BgClassName
{
background-color: #DFA70D;
}
</style>
border-color css
<style>
span { border-color: #DFA70D; }
span { border-color: rgb(223,167,13); }
td.TdClassName
{
border-color: #DFA70D;
}
.TagClassName
{
border-color: #DFA70D;
}
</style>