Shades of Gamboge #DFA414
Tints of Gamboge #DFA414
RGB
CMYK
RGB Variations
Color information
#DFA414 (or 0xDFA414) is known color: Gamboge. HEX triplet: DF, A4 and 14. RGB value is (223,164,20). Sum of RGB (Red+Green+Blue) = 223+164+20=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA414 is #205BEB. Grayscale: #A5A5A5. Windows color (decimal): -2120684 or 1352927. OLE color: 1352927.
HSL color Cylindrical-coordinate representation of color #DFA414: hue angle of 42.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFA414 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.13 |
| HSL | 42.56º | 0.84% | 0.48% | - |
| HSV(B) | 42.56º | 0.91% | 0.87% | - |
| XYZ | 43.83 | 42.29 | 6.51 | - |
| YUV | 165.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 20 | 0 | 0.26 | 0.91 | 0.13 | 42.56 | 0.84 | 0.48 |
| Hex | DF | A4 | 14 | 0 | 1A | 5B | D | 2B | 54 | 30 |
| Octal | 337 | 244 | 24 | 0 | 32 | 133 | 15 | 53 | 124 | 60 |
| Binary | 11011111 | 10100100 | 10100 | 0 | 11010 | 1011011 | 1101 | 101011 | 1010100 | 110000 |
Color Harmonies of #DFA414
Complementary color
Monochromatic Colors of #DFA414
Black with #DFA414
Text Example
Text Example
White with #DFA414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA414; }
p { color: rgb(223,164,20); }
H1.HeaderClassName
{
color: #DFA414;
}
.AnyTagClassName
{
color: #DFA414;
}
</style>
background-color css
<style>
a { background-color: #DFA414; }
a { background-color: rgb(223,164,20); }
div.DivClassName
{
background-color: #DFA414;
}
.BgClassName
{
background-color: #DFA414;
}
</style>
border-color css
<style>
span { border-color: #DFA414; }
span { border-color: rgb(223,164,20); }
td.TdClassName
{
border-color: #DFA414;
}
.TagClassName
{
border-color: #DFA414;
}
</style>