Shades of Gamboge #DFA308
Tints of Gamboge #DFA308
RGB
CMYK
RGB Variations
Color information
#DFA308 (or 0xDFA308) is known color: Gamboge. HEX triplet: DF, A3 and 08. RGB value is (223,163,8). Sum of RGB (Red+Green+Blue) = 223+163+8=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA308 is #205CF7. Grayscale: #A3A3A3. Windows color (decimal): -2120952 or 566239. OLE color: 566239.
HSL color Cylindrical-coordinate representation of color #DFA308: hue angle of 43.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFA308 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.13 |
| HSL | 43.26º | 0.93% | 0.45% | - |
| HSV(B) | 43.26º | 0.96% | 0.87% | - |
| XYZ | 43.57 | 41.9 | 6.02 | - |
| YUV | 163.27 | 40.38 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 8 | 0 | 0.27 | 0.96 | 0.13 | 43.26 | 0.93 | 0.45 |
| Hex | DF | A3 | 8 | 0 | 1B | 60 | D | 2B | 5D | 2D |
| Octal | 337 | 243 | 10 | 0 | 33 | 140 | 15 | 53 | 135 | 55 |
| Binary | 11011111 | 10100011 | 1000 | 0 | 11011 | 1100000 | 1101 | 101011 | 1011101 | 101101 |
Color Harmonies of #DFA308
Complementary color
Monochromatic Colors of #DFA308
Black with #DFA308
Text Example
Text Example
White with #DFA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA308; }
p { color: rgb(223,163,8); }
H1.HeaderClassName
{
color: #DFA308;
}
.AnyTagClassName
{
color: #DFA308;
}
</style>
background-color css
<style>
a { background-color: #DFA308; }
a { background-color: rgb(223,163,8); }
div.DivClassName
{
background-color: #DFA308;
}
.BgClassName
{
background-color: #DFA308;
}
</style>
border-color css
<style>
span { border-color: #DFA308; }
span { border-color: rgb(223,163,8); }
td.TdClassName
{
border-color: #DFA308;
}
.TagClassName
{
border-color: #DFA308;
}
</style>