Shades of Gamboge #DFA908
Tints of Gamboge #DFA908
RGB
CMYK
RGB Variations
Color information
#DFA908 (or 0xDFA908) is known color: Gamboge. HEX triplet: DF, A9 and 08. RGB value is (223,169,8). Sum of RGB (Red+Green+Blue) = 223+169+8=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA908 is #2056F7. Grayscale: #A7A7A7. Windows color (decimal): -2119416 or 567775. OLE color: 567775.
HSL color Cylindrical-coordinate representation of color #DFA908: hue angle of 44.93º 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 #DFA908 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.13 |
| HSL | 44.93º | 0.93% | 0.45% | - |
| HSV(B) | 44.93º | 0.96% | 0.87% | - |
| XYZ | 44.66 | 44.08 | 6.38 | - |
| YUV | 166.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 8 | 0 | 0.24 | 0.96 | 0.13 | 44.93 | 0.93 | 0.45 |
| Hex | DF | A9 | 8 | 0 | 18 | 60 | D | 2D | 5D | 2D |
| Octal | 337 | 251 | 10 | 0 | 30 | 140 | 15 | 55 | 135 | 55 |
| Binary | 11011111 | 10101001 | 1000 | 0 | 11000 | 1100000 | 1101 | 101101 | 1011101 | 101101 |
Color Harmonies of #DFA908
Complementary color
Monochromatic Colors of #DFA908
Black with #DFA908
Text Example
Text Example
White with #DFA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA908; }
p { color: rgb(223,169,8); }
H1.HeaderClassName
{
color: #DFA908;
}
.AnyTagClassName
{
color: #DFA908;
}
</style>
background-color css
<style>
a { background-color: #DFA908; }
a { background-color: rgb(223,169,8); }
div.DivClassName
{
background-color: #DFA908;
}
.BgClassName
{
background-color: #DFA908;
}
</style>
border-color css
<style>
span { border-color: #DFA908; }
span { border-color: rgb(223,169,8); }
td.TdClassName
{
border-color: #DFA908;
}
.TagClassName
{
border-color: #DFA908;
}
</style>