Shades of Gamboge #DFA902
Tints of Gamboge #DFA902
RGB
CMYK
RGB Variations
Color information
#DFA902 (or 0xDFA902) is known color: Gamboge. HEX triplet: DF, A9 and 02. RGB value is (223,169,2). Sum of RGB (Red+Green+Blue) = 223+169+2=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA902 is #2056FD. Grayscale: #A6A6A6. Windows color (decimal): -2119422 or 174559. OLE color: 174559.
HSL color Cylindrical-coordinate representation of color #DFA902: hue angle of 45.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFA902 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.13 |
| HSL | 45.34º | 0.98% | 0.44% | - |
| HSV(B) | 45.34º | 0.99% | 0.87% | - |
| XYZ | 44.63 | 44.07 | 6.21 | - |
| YUV | 166.11 | 35.39 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 2 | 0 | 0.24 | 0.99 | 0.13 | 45.34 | 0.98 | 0.44 |
| Hex | DF | A9 | 2 | 0 | 18 | 63 | D | 2D | 62 | 2C |
| Octal | 337 | 251 | 2 | 0 | 30 | 143 | 15 | 55 | 142 | 54 |
| Binary | 11011111 | 10101001 | 10 | 0 | 11000 | 1100011 | 1101 | 101101 | 1100010 | 101100 |
Color Harmonies of #DFA902
Complementary color
Monochromatic Colors of #DFA902
Black with #DFA902
Text Example
Text Example
White with #DFA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA902; }
p { color: rgb(223,169,2); }
H1.HeaderClassName
{
color: #DFA902;
}
.AnyTagClassName
{
color: #DFA902;
}
</style>
background-color css
<style>
a { background-color: #DFA902; }
a { background-color: rgb(223,169,2); }
div.DivClassName
{
background-color: #DFA902;
}
.BgClassName
{
background-color: #DFA902;
}
</style>
border-color css
<style>
span { border-color: #DFA902; }
span { border-color: rgb(223,169,2); }
td.TdClassName
{
border-color: #DFA902;
}
.TagClassName
{
border-color: #DFA902;
}
</style>