Shades of Gamboge #DFA215
Tints of Gamboge #DFA215
RGB
CMYK
RGB Variations
Color information
#DFA215 (or 0xDFA215) is known color: Gamboge. HEX triplet: DF, A2 and 15. RGB value is (223,162,21). Sum of RGB (Red+Green+Blue) = 223+162+21=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA215 is #205DEA. Grayscale: #A4A4A4. Windows color (decimal): -2121195 or 1417951. OLE color: 1417951.
HSL color Cylindrical-coordinate representation of color #DFA215: hue angle of 41.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFA215 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.13 |
| HSL | 41.88º | 0.83% | 0.48% | - |
| HSV(B) | 41.88º | 0.91% | 0.87% | - |
| XYZ | 43.49 | 41.58 | 6.44 | - |
| YUV | 164.17 | 47.21 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 21 | 0 | 0.27 | 0.91 | 0.13 | 41.88 | 0.83 | 0.48 |
| Hex | DF | A2 | 15 | 0 | 1B | 5B | D | 2A | 53 | 30 |
| Octal | 337 | 242 | 25 | 0 | 33 | 133 | 15 | 52 | 123 | 60 |
| Binary | 11011111 | 10100010 | 10101 | 0 | 11011 | 1011011 | 1101 | 101010 | 1010011 | 110000 |
Color Harmonies of #DFA215
Complementary color
Monochromatic Colors of #DFA215
Black with #DFA215
Text Example
Text Example
White with #DFA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA215; }
p { color: rgb(223,162,21); }
H1.HeaderClassName
{
color: #DFA215;
}
.AnyTagClassName
{
color: #DFA215;
}
</style>
background-color css
<style>
a { background-color: #DFA215; }
a { background-color: rgb(223,162,21); }
div.DivClassName
{
background-color: #DFA215;
}
.BgClassName
{
background-color: #DFA215;
}
</style>
border-color css
<style>
span { border-color: #DFA215; }
span { border-color: rgb(223,162,21); }
td.TdClassName
{
border-color: #DFA215;
}
.TagClassName
{
border-color: #DFA215;
}
</style>