Shades of Gamboge #DFA314
Tints of Gamboge #DFA314
RGB
CMYK
RGB Variations
Color information
#DFA314 (or 0xDFA314) is known color: Gamboge. HEX triplet: DF, A3 and 14. RGB value is (223,163,20). Sum of RGB (Red+Green+Blue) = 223+163+20=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA314 is #205CEB. Grayscale: #A5A5A5. Windows color (decimal): -2120940 or 1352671. OLE color: 1352671.
HSL color Cylindrical-coordinate representation of color #DFA314: hue angle of 42.27º 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 #DFA314 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.13 |
| HSL | 42.27º | 0.84% | 0.48% | - |
| HSV(B) | 42.27º | 0.91% | 0.87% | - |
| XYZ | 43.65 | 41.93 | 6.45 | - |
| YUV | 164.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 20 | 0 | 0.27 | 0.91 | 0.13 | 42.27 | 0.84 | 0.48 |
| Hex | DF | A3 | 14 | 0 | 1B | 5B | D | 2A | 54 | 30 |
| Octal | 337 | 243 | 24 | 0 | 33 | 133 | 15 | 52 | 124 | 60 |
| Binary | 11011111 | 10100011 | 10100 | 0 | 11011 | 1011011 | 1101 | 101010 | 1010100 | 110000 |
Color Harmonies of #DFA314
Complementary color
Monochromatic Colors of #DFA314
Black with #DFA314
Text Example
Text Example
White with #DFA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA314; }
p { color: rgb(223,163,20); }
H1.HeaderClassName
{
color: #DFA314;
}
.AnyTagClassName
{
color: #DFA314;
}
</style>
background-color css
<style>
a { background-color: #DFA314; }
a { background-color: rgb(223,163,20); }
div.DivClassName
{
background-color: #DFA314;
}
.BgClassName
{
background-color: #DFA314;
}
</style>
border-color css
<style>
span { border-color: #DFA314; }
span { border-color: rgb(223,163,20); }
td.TdClassName
{
border-color: #DFA314;
}
.TagClassName
{
border-color: #DFA314;
}
</style>