Shades of Gamboge #DFA412
Tints of Gamboge #DFA412
RGB
CMYK
RGB Variations
Color information
#DFA412 (or 0xDFA412) is known color: Gamboge. HEX triplet: DF, A4 and 12. RGB value is (223,164,18). Sum of RGB (Red+Green+Blue) = 223+164+18=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA412 is #205BED. Grayscale: #A5A5A5. Windows color (decimal): -2120686 or 1221855. OLE color: 1221855.
HSL color Cylindrical-coordinate representation of color #DFA412: hue angle of 42.73º degrees, saturation: 0.85, 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 #DFA412 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.13 |
| HSL | 42.73º | 0.85% | 0.47% | - |
| HSV(B) | 42.73º | 0.92% | 0.87% | - |
| XYZ | 43.82 | 42.28 | 6.42 | - |
| YUV | 165 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 18 | 0 | 0.26 | 0.92 | 0.13 | 42.73 | 0.85 | 0.47 |
| Hex | DF | A4 | 12 | 0 | 1A | 5C | D | 2B | 55 | 2F |
| Octal | 337 | 244 | 22 | 0 | 32 | 134 | 15 | 53 | 125 | 57 |
| Binary | 11011111 | 10100100 | 10010 | 0 | 11010 | 1011100 | 1101 | 101011 | 1010101 | 101111 |
Color Harmonies of #DFA412
Complementary color
Monochromatic Colors of #DFA412
Black with #DFA412
Text Example
Text Example
White with #DFA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA412; }
p { color: rgb(223,164,18); }
H1.HeaderClassName
{
color: #DFA412;
}
.AnyTagClassName
{
color: #DFA412;
}
</style>
background-color css
<style>
a { background-color: #DFA412; }
a { background-color: rgb(223,164,18); }
div.DivClassName
{
background-color: #DFA412;
}
.BgClassName
{
background-color: #DFA412;
}
</style>
border-color css
<style>
span { border-color: #DFA412; }
span { border-color: rgb(223,164,18); }
td.TdClassName
{
border-color: #DFA412;
}
.TagClassName
{
border-color: #DFA412;
}
</style>