Shades of Gamboge #DFA60A
Tints of Gamboge #DFA60A
RGB
CMYK
RGB Variations
Color information
#DFA60A (or 0xDFA60A) is known color: Gamboge. HEX triplet: DF, A6 and 0A. RGB value is (223,166,10). Sum of RGB (Red+Green+Blue) = 223+166+10=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA60A is #2059F5. Grayscale: #A5A5A5. Windows color (decimal): -2120182 or 698079. OLE color: 698079.
HSL color Cylindrical-coordinate representation of color #DFA60A: hue angle of 43.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFA60A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.13 |
| HSL | 43.94º | 0.91% | 0.46% | - |
| HSV(B) | 43.94º | 0.96% | 0.87% | - |
| XYZ | 44.12 | 42.98 | 6.26 | - |
| YUV | 165.26 | 40.38 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 10 | 0 | 0.26 | 0.96 | 0.13 | 43.94 | 0.91 | 0.46 |
| Hex | DF | A6 | A | 0 | 1A | 60 | D | 2C | 5B | 2E |
| Octal | 337 | 246 | 12 | 0 | 32 | 140 | 15 | 54 | 133 | 56 |
| Binary | 11011111 | 10100110 | 1010 | 0 | 11010 | 1100000 | 1101 | 101100 | 1011011 | 101110 |
Color Harmonies of #DFA60A
Complementary color
Monochromatic Colors of #DFA60A
Black with #DFA60A
Text Example
Text Example
White with #DFA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA60A; }
p { color: rgb(223,166,10); }
H1.HeaderClassName
{
color: #DFA60A;
}
.AnyTagClassName
{
color: #DFA60A;
}
</style>
background-color css
<style>
a { background-color: #DFA60A; }
a { background-color: rgb(223,166,10); }
div.DivClassName
{
background-color: #DFA60A;
}
.BgClassName
{
background-color: #DFA60A;
}
</style>
border-color css
<style>
span { border-color: #DFA60A; }
span { border-color: rgb(223,166,10); }
td.TdClassName
{
border-color: #DFA60A;
}
.TagClassName
{
border-color: #DFA60A;
}
</style>