Shades of Gamboge #DFA90B
Tints of Gamboge #DFA90B
RGB
CMYK
RGB Variations
Color information
#DFA90B (or 0xDFA90B) is known color: Gamboge. HEX triplet: DF, A9 and 0B. RGB value is (223,169,11). Sum of RGB (Red+Green+Blue) = 223+169+11=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA90B is #2056F4. Grayscale: #A7A7A7. Windows color (decimal): -2119413 or 764383. OLE color: 764383.
HSL color Cylindrical-coordinate representation of color #DFA90B: hue angle of 44.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA90B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.13 |
| HSL | 44.72º | 0.91% | 0.46% | - |
| HSV(B) | 44.72º | 0.95% | 0.87% | - |
| XYZ | 44.68 | 44.09 | 6.47 | - |
| YUV | 167.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 11 | 0 | 0.24 | 0.95 | 0.13 | 44.72 | 0.91 | 0.46 |
| Hex | DF | A9 | B | 0 | 18 | 5F | D | 2D | 5B | 2E |
| Octal | 337 | 251 | 13 | 0 | 30 | 137 | 15 | 55 | 133 | 56 |
| Binary | 11011111 | 10101001 | 1011 | 0 | 11000 | 1011111 | 1101 | 101101 | 1011011 | 101110 |
Color Harmonies of #DFA90B
Complementary color
Monochromatic Colors of #DFA90B
Black with #DFA90B
Text Example
Text Example
White with #DFA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA90B; }
p { color: rgb(223,169,11); }
H1.HeaderClassName
{
color: #DFA90B;
}
.AnyTagClassName
{
color: #DFA90B;
}
</style>
background-color css
<style>
a { background-color: #DFA90B; }
a { background-color: rgb(223,169,11); }
div.DivClassName
{
background-color: #DFA90B;
}
.BgClassName
{
background-color: #DFA90B;
}
</style>
border-color css
<style>
span { border-color: #DFA90B; }
span { border-color: rgb(223,169,11); }
td.TdClassName
{
border-color: #DFA90B;
}
.TagClassName
{
border-color: #DFA90B;
}
</style>