Shades of Gamboge #DFA40D
Tints of Gamboge #DFA40D
RGB
CMYK
RGB Variations
Color information
#DFA40D (or 0xDFA40D) is known color: Gamboge. HEX triplet: DF, A4 and 0D. RGB value is (223,164,13). Sum of RGB (Red+Green+Blue) = 223+164+13=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA40D is #205BF2. Grayscale: #A5A5A5. Windows color (decimal): -2120691 or 894175. OLE color: 894175.
HSL color Cylindrical-coordinate representation of color #DFA40D: hue angle of 43.14º 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 #DFA40D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.13 |
| HSL | 43.14º | 0.89% | 0.46% | - |
| HSV(B) | 43.14º | 0.94% | 0.87% | - |
| XYZ | 43.78 | 42.27 | 6.23 | - |
| YUV | 164.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 13 | 0 | 0.26 | 0.94 | 0.13 | 43.14 | 0.89 | 0.46 |
| Hex | DF | A4 | D | 0 | 1A | 5E | D | 2B | 59 | 2E |
| Octal | 337 | 244 | 15 | 0 | 32 | 136 | 15 | 53 | 131 | 56 |
| Binary | 11011111 | 10100100 | 1101 | 0 | 11010 | 1011110 | 1101 | 101011 | 1011001 | 101110 |
Color Harmonies of #DFA40D
Complementary color
Monochromatic Colors of #DFA40D
Black with #DFA40D
Text Example
Text Example
White with #DFA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA40D; }
p { color: rgb(223,164,13); }
H1.HeaderClassName
{
color: #DFA40D;
}
.AnyTagClassName
{
color: #DFA40D;
}
</style>
background-color css
<style>
a { background-color: #DFA40D; }
a { background-color: rgb(223,164,13); }
div.DivClassName
{
background-color: #DFA40D;
}
.BgClassName
{
background-color: #DFA40D;
}
</style>
border-color css
<style>
span { border-color: #DFA40D; }
span { border-color: rgb(223,164,13); }
td.TdClassName
{
border-color: #DFA40D;
}
.TagClassName
{
border-color: #DFA40D;
}
</style>