Shades of Gamboge #DFA808
Tints of Gamboge #DFA808
RGB
CMYK
RGB Variations
Color information
#DFA808 (or 0xDFA808) is known color: Gamboge. HEX triplet: DF, A8 and 08. RGB value is (223,168,8). Sum of RGB (Red+Green+Blue) = 223+168+8=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA808 is #2057F7. Grayscale: #A6A6A6. Windows color (decimal): -2119672 or 567519. OLE color: 567519.
HSL color Cylindrical-coordinate representation of color #DFA808: hue angle of 44.65º 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 #DFA808 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.13 |
| HSL | 44.65º | 0.93% | 0.45% | - |
| HSV(B) | 44.65º | 0.96% | 0.87% | - |
| XYZ | 44.48 | 43.71 | 6.32 | - |
| YUV | 166.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 8 | 0 | 0.25 | 0.96 | 0.13 | 44.65 | 0.93 | 0.45 |
| Hex | DF | A8 | 8 | 0 | 19 | 60 | D | 2D | 5D | 2D |
| Octal | 337 | 250 | 10 | 0 | 31 | 140 | 15 | 55 | 135 | 55 |
| Binary | 11011111 | 10101000 | 1000 | 0 | 11001 | 1100000 | 1101 | 101101 | 1011101 | 101101 |
Color Harmonies of #DFA808
Complementary color
Monochromatic Colors of #DFA808
Black with #DFA808
Text Example
Text Example
White with #DFA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA808; }
p { color: rgb(223,168,8); }
H1.HeaderClassName
{
color: #DFA808;
}
.AnyTagClassName
{
color: #DFA808;
}
</style>
background-color css
<style>
a { background-color: #DFA808; }
a { background-color: rgb(223,168,8); }
div.DivClassName
{
background-color: #DFA808;
}
.BgClassName
{
background-color: #DFA808;
}
</style>
border-color css
<style>
span { border-color: #DFA808; }
span { border-color: rgb(223,168,8); }
td.TdClassName
{
border-color: #DFA808;
}
.TagClassName
{
border-color: #DFA808;
}
</style>