Shades of Gamboge #DFA306
Tints of Gamboge #DFA306
RGB
CMYK
RGB Variations
Color information
#DFA306 (or 0xDFA306) is known color: Gamboge. HEX triplet: DF, A3 and 06. RGB value is (223,163,6). Sum of RGB (Red+Green+Blue) = 223+163+6=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA306 is #205CF9. Grayscale: #A3A3A3. Windows color (decimal): -2120954 or 435167. OLE color: 435167.
HSL color Cylindrical-coordinate representation of color #DFA306: hue angle of 43.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFA306 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.13 |
| HSL | 43.41º | 0.95% | 0.45% | - |
| HSV(B) | 43.41º | 0.97% | 0.87% | - |
| XYZ | 43.56 | 41.9 | 5.96 | - |
| YUV | 163.04 | 39.38 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 6 | 0 | 0.27 | 0.97 | 0.13 | 43.41 | 0.95 | 0.45 |
| Hex | DF | A3 | 6 | 0 | 1B | 61 | D | 2B | 5F | 2D |
| Octal | 337 | 243 | 6 | 0 | 33 | 141 | 15 | 53 | 137 | 55 |
| Binary | 11011111 | 10100011 | 110 | 0 | 11011 | 1100001 | 1101 | 101011 | 1011111 | 101101 |
Color Harmonies of #DFA306
Complementary color
Monochromatic Colors of #DFA306
Black with #DFA306
Text Example
Text Example
White with #DFA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA306; }
p { color: rgb(223,163,6); }
H1.HeaderClassName
{
color: #DFA306;
}
.AnyTagClassName
{
color: #DFA306;
}
</style>
background-color css
<style>
a { background-color: #DFA306; }
a { background-color: rgb(223,163,6); }
div.DivClassName
{
background-color: #DFA306;
}
.BgClassName
{
background-color: #DFA306;
}
</style>
border-color css
<style>
span { border-color: #DFA306; }
span { border-color: rgb(223,163,6); }
td.TdClassName
{
border-color: #DFA306;
}
.TagClassName
{
border-color: #DFA306;
}
</style>