Shades of Gamboge #DFA20C
Tints of Gamboge #DFA20C
RGB
CMYK
RGB Variations
Color information
#DFA20C (or 0xDFA20C) is known color: Gamboge. HEX triplet: DF, A2 and 0C. RGB value is (223,162,12). Sum of RGB (Red+Green+Blue) = 223+162+12=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA20C is #205DF3. Grayscale: #A3A3A3. Windows color (decimal): -2121204 or 828127. OLE color: 828127.
HSL color Cylindrical-coordinate representation of color #DFA20C: hue angle of 42.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA20C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 42.65º | 0.9% | 0.46% | - |
| HSV(B) | 42.65º | 0.95% | 0.87% | - |
| XYZ | 43.42 | 41.56 | 6.08 | - |
| YUV | 163.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 12 | 0 | 0.27 | 0.95 | 0.13 | 42.65 | 0.9 | 0.46 |
| Hex | DF | A2 | C | 0 | 1B | 5F | D | 2B | 5A | 2E |
| Octal | 337 | 242 | 14 | 0 | 33 | 137 | 15 | 53 | 132 | 56 |
| Binary | 11011111 | 10100010 | 1100 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011010 | 101110 |
Color Harmonies of #DFA20C
Complementary color
Monochromatic Colors of #DFA20C
Black with #DFA20C
Text Example
Text Example
White with #DFA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA20C; }
p { color: rgb(223,162,12); }
H1.HeaderClassName
{
color: #DFA20C;
}
.AnyTagClassName
{
color: #DFA20C;
}
</style>
background-color css
<style>
a { background-color: #DFA20C; }
a { background-color: rgb(223,162,12); }
div.DivClassName
{
background-color: #DFA20C;
}
.BgClassName
{
background-color: #DFA20C;
}
</style>
border-color css
<style>
span { border-color: #DFA20C; }
span { border-color: rgb(223,162,12); }
td.TdClassName
{
border-color: #DFA20C;
}
.TagClassName
{
border-color: #DFA20C;
}
</style>