Shades of Gamboge #DFA80D
Tints of Gamboge #DFA80D
RGB
CMYK
RGB Variations
Color information
#DFA80D (or 0xDFA80D) is known color: Gamboge. HEX triplet: DF, A8 and 0D. RGB value is (223,168,13). Sum of RGB (Red+Green+Blue) = 223+168+13=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80D is #2057F2. Grayscale: #A7A7A7. Windows color (decimal): -2119667 or 895199. OLE color: 895199.
HSL color Cylindrical-coordinate representation of color #DFA80D: hue angle of 44.29º 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 #DFA80D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.13 |
| HSL | 44.29º | 0.89% | 0.46% | - |
| HSV(B) | 44.29º | 0.94% | 0.87% | - |
| XYZ | 44.51 | 43.72 | 6.47 | - |
| YUV | 166.78 | 41.22 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 13 | 0 | 0.25 | 0.94 | 0.13 | 44.29 | 0.89 | 0.46 |
| Hex | DF | A8 | D | 0 | 19 | 5E | D | 2C | 59 | 2E |
| Octal | 337 | 250 | 15 | 0 | 31 | 136 | 15 | 54 | 131 | 56 |
| Binary | 11011111 | 10101000 | 1101 | 0 | 11001 | 1011110 | 1101 | 101100 | 1011001 | 101110 |
Color Harmonies of #DFA80D
Complementary color
Monochromatic Colors of #DFA80D
Black with #DFA80D
Text Example
Text Example
White with #DFA80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA80D; }
p { color: rgb(223,168,13); }
H1.HeaderClassName
{
color: #DFA80D;
}
.AnyTagClassName
{
color: #DFA80D;
}
</style>
background-color css
<style>
a { background-color: #DFA80D; }
a { background-color: rgb(223,168,13); }
div.DivClassName
{
background-color: #DFA80D;
}
.BgClassName
{
background-color: #DFA80D;
}
</style>
border-color css
<style>
span { border-color: #DFA80D; }
span { border-color: rgb(223,168,13); }
td.TdClassName
{
border-color: #DFA80D;
}
.TagClassName
{
border-color: #DFA80D;
}
</style>