Shades of Gamboge #DFA802
Tints of Gamboge #DFA802
RGB
CMYK
RGB Variations
Color information
#DFA802 (or 0xDFA802) is known color: Gamboge. HEX triplet: DF, A8 and 02. RGB value is (223,168,2). Sum of RGB (Red+Green+Blue) = 223+168+2=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA802 is #2057FD. Grayscale: #A6A6A6. Windows color (decimal): -2119678 or 174303. OLE color: 174303.
HSL color Cylindrical-coordinate representation of color #DFA802: hue angle of 45.07º 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 #DFA802 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.13 |
| HSL | 45.07º | 0.98% | 0.44% | - |
| HSV(B) | 45.07º | 0.99% | 0.87% | - |
| XYZ | 44.45 | 43.7 | 6.15 | - |
| YUV | 165.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 2 | 0 | 0.25 | 0.99 | 0.13 | 45.07 | 0.98 | 0.44 |
| Hex | DF | A8 | 2 | 0 | 19 | 63 | D | 2D | 62 | 2C |
| Octal | 337 | 250 | 2 | 0 | 31 | 143 | 15 | 55 | 142 | 54 |
| Binary | 11011111 | 10101000 | 10 | 0 | 11001 | 1100011 | 1101 | 101101 | 1100010 | 101100 |
Color Harmonies of #DFA802
Complementary color
Monochromatic Colors of #DFA802
Black with #DFA802
Text Example
Text Example
White with #DFA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA802; }
p { color: rgb(223,168,2); }
H1.HeaderClassName
{
color: #DFA802;
}
.AnyTagClassName
{
color: #DFA802;
}
</style>
background-color css
<style>
a { background-color: #DFA802; }
a { background-color: rgb(223,168,2); }
div.DivClassName
{
background-color: #DFA802;
}
.BgClassName
{
background-color: #DFA802;
}
</style>
border-color css
<style>
span { border-color: #DFA802; }
span { border-color: rgb(223,168,2); }
td.TdClassName
{
border-color: #DFA802;
}
.TagClassName
{
border-color: #DFA802;
}
</style>