Shades of Gamboge #DFA00A
Tints of Gamboge #DFA00A
RGB
CMYK
RGB Variations
Color information
#DFA00A (or 0xDFA00A) is known color: Gamboge. HEX triplet: DF, A0 and 0A. RGB value is (223,160,10). Sum of RGB (Red+Green+Blue) = 223+160+10=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00A is #205FF5. Grayscale: #A2A2A2. Windows color (decimal): -2121718 or 696543. OLE color: 696543.
HSL color Cylindrical-coordinate representation of color #DFA00A: hue angle of 42.25º 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 #DFA00A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.13 |
| HSL | 42.25º | 0.91% | 0.46% | - |
| HSV(B) | 42.25º | 0.96% | 0.87% | - |
| XYZ | 43.06 | 40.85 | 5.9 | - |
| YUV | 161.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 10 | 0 | 0.28 | 0.96 | 0.13 | 42.25 | 0.91 | 0.46 |
| Hex | DF | A0 | A | 0 | 1C | 60 | D | 2A | 5B | 2E |
| Octal | 337 | 240 | 12 | 0 | 34 | 140 | 15 | 52 | 133 | 56 |
| Binary | 11011111 | 10100000 | 1010 | 0 | 11100 | 1100000 | 1101 | 101010 | 1011011 | 101110 |
Color Harmonies of #DFA00A
Complementary color
Monochromatic Colors of #DFA00A
Black with #DFA00A
Text Example
Text Example
White with #DFA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA00A; }
p { color: rgb(223,160,10); }
H1.HeaderClassName
{
color: #DFA00A;
}
.AnyTagClassName
{
color: #DFA00A;
}
</style>
background-color css
<style>
a { background-color: #DFA00A; }
a { background-color: rgb(223,160,10); }
div.DivClassName
{
background-color: #DFA00A;
}
.BgClassName
{
background-color: #DFA00A;
}
</style>
border-color css
<style>
span { border-color: #DFA00A; }
span { border-color: rgb(223,160,10); }
td.TdClassName
{
border-color: #DFA00A;
}
.TagClassName
{
border-color: #DFA00A;
}
</style>