Shades of Gamboge #DFA511
Tints of Gamboge #DFA511
RGB
CMYK
RGB Variations
Color information
#DFA511 (or 0xDFA511) is known color: Gamboge. HEX triplet: DF, A5 and 11. RGB value is (223,165,17). Sum of RGB (Red+Green+Blue) = 223+165+17=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA511 is #205AEE. Grayscale: #A6A6A6. Windows color (decimal): -2120431 or 1156575. OLE color: 1156575.
HSL color Cylindrical-coordinate representation of color #DFA511: hue angle of 43.11º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFA511 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.13 |
| HSL | 43.11º | 0.86% | 0.47% | - |
| HSV(B) | 43.11º | 0.92% | 0.87% | - |
| XYZ | 43.99 | 42.64 | 6.44 | - |
| YUV | 165.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 17 | 0 | 0.26 | 0.92 | 0.13 | 43.11 | 0.86 | 0.47 |
| Hex | DF | A5 | 11 | 0 | 1A | 5C | D | 2B | 56 | 2F |
| Octal | 337 | 245 | 21 | 0 | 32 | 134 | 15 | 53 | 126 | 57 |
| Binary | 11011111 | 10100101 | 10001 | 0 | 11010 | 1011100 | 1101 | 101011 | 1010110 | 101111 |
Color Harmonies of #DFA511
Complementary color
Monochromatic Colors of #DFA511
Black with #DFA511
Text Example
Text Example
White with #DFA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA511; }
p { color: rgb(223,165,17); }
H1.HeaderClassName
{
color: #DFA511;
}
.AnyTagClassName
{
color: #DFA511;
}
</style>
background-color css
<style>
a { background-color: #DFA511; }
a { background-color: rgb(223,165,17); }
div.DivClassName
{
background-color: #DFA511;
}
.BgClassName
{
background-color: #DFA511;
}
</style>
border-color css
<style>
span { border-color: #DFA511; }
span { border-color: rgb(223,165,17); }
td.TdClassName
{
border-color: #DFA511;
}
.TagClassName
{
border-color: #DFA511;
}
</style>