Shades of Gamboge #DFA00D
Tints of Gamboge #DFA00D
RGB
CMYK
RGB Variations
Color information
#DFA00D (or 0xDFA00D) is known color: Gamboge. HEX triplet: DF, A0 and 0D. RGB value is (223,160,13). Sum of RGB (Red+Green+Blue) = 223+160+13=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00D is #205FF2. Grayscale: #A2A2A2. Windows color (decimal): -2121715 or 893151. OLE color: 893151.
HSL color Cylindrical-coordinate representation of color #DFA00D: hue angle of 42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFA00D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.13 |
| HSL | 42º | 0.89% | 0.46% | - |
| HSV(B) | 42º | 0.94% | 0.87% | - |
| XYZ | 43.07 | 40.86 | 6 | - |
| YUV | 162.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 13 | 0 | 0.28 | 0.94 | 0.13 | 42 | 0.89 | 0.46 |
| Hex | DF | A0 | D | 0 | 1C | 5E | D | 2A | 59 | 2E |
| Octal | 337 | 240 | 15 | 0 | 34 | 136 | 15 | 52 | 131 | 56 |
| Binary | 11011111 | 10100000 | 1101 | 0 | 11100 | 1011110 | 1101 | 101010 | 1011001 | 101110 |
Color Harmonies of #DFA00D
Complementary color
Monochromatic Colors of #DFA00D
Black with #DFA00D
Text Example
Text Example
White with #DFA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA00D; }
p { color: rgb(223,160,13); }
H1.HeaderClassName
{
color: #DFA00D;
}
.AnyTagClassName
{
color: #DFA00D;
}
</style>
background-color css
<style>
a { background-color: #DFA00D; }
a { background-color: rgb(223,160,13); }
div.DivClassName
{
background-color: #DFA00D;
}
.BgClassName
{
background-color: #DFA00D;
}
</style>
border-color css
<style>
span { border-color: #DFA00D; }
span { border-color: rgb(223,160,13); }
td.TdClassName
{
border-color: #DFA00D;
}
.TagClassName
{
border-color: #DFA00D;
}
</style>