Shades of Gamboge #DFA010
Tints of Gamboge #DFA010
RGB
CMYK
RGB Variations
Color information
#DFA010 (or 0xDFA010) is known color: Gamboge. HEX triplet: DF, A0 and 10. RGB value is (223,160,16). Sum of RGB (Red+Green+Blue) = 223+160+16=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA010 is #205FEF. Grayscale: #A3A3A3. Windows color (decimal): -2121712 or 1089759. OLE color: 1089759.
HSL color Cylindrical-coordinate representation of color #DFA010: hue angle of 41.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFA010 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.13 |
| HSL | 41.74º | 0.87% | 0.47% | - |
| HSV(B) | 41.74º | 0.93% | 0.87% | - |
| XYZ | 43.1 | 40.87 | 6.11 | - |
| YUV | 162.42 | 45.37 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 16 | 0 | 0.28 | 0.93 | 0.13 | 41.74 | 0.87 | 0.47 |
| Hex | DF | A0 | 10 | 0 | 1C | 5D | D | 2A | 57 | 2F |
| Octal | 337 | 240 | 20 | 0 | 34 | 135 | 15 | 52 | 127 | 57 |
| Binary | 11011111 | 10100000 | 10000 | 0 | 11100 | 1011101 | 1101 | 101010 | 1010111 | 101111 |
Color Harmonies of #DFA010
Complementary color
Monochromatic Colors of #DFA010
Black with #DFA010
Text Example
Text Example
White with #DFA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA010; }
p { color: rgb(223,160,16); }
H1.HeaderClassName
{
color: #DFA010;
}
.AnyTagClassName
{
color: #DFA010;
}
</style>
background-color css
<style>
a { background-color: #DFA010; }
a { background-color: rgb(223,160,16); }
div.DivClassName
{
background-color: #DFA010;
}
.BgClassName
{
background-color: #DFA010;
}
</style>
border-color css
<style>
span { border-color: #DFA010; }
span { border-color: rgb(223,160,16); }
td.TdClassName
{
border-color: #DFA010;
}
.TagClassName
{
border-color: #DFA010;
}
</style>