Shades of Gamboge #DFAB00
Tints of Gamboge #DFAB00
RGB
CMYK
RGB Variations
Color information
#DFAB00 (or 0xDFAB00) is known color: Gamboge. HEX triplet: DF, AB and 00. RGB value is (223,171,0). Sum of RGB (Red+Green+Blue) = 223+171+0=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB00 is #2054FF. Grayscale: #A7A7A7. Windows color (decimal): -2118912 or 43999. OLE color: 43999.
HSL color Cylindrical-coordinate representation of color #DFAB00: hue angle of 46.01º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFAB00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.13 |
| HSL | 46.01º | 1% | 0.44% | - |
| HSV(B) | 46.01º | 1% | 0.87% | - |
| XYZ | 44.99 | 44.81 | 6.28 | - |
| YUV | 167.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 0 | 0 | 0.23 | 1 | 0.13 | 46.01 | 1 | 0.44 |
| Hex | DF | AB | 0 | 0 | 17 | 64 | D | 2E | 64 | 2C |
| Octal | 337 | 253 | 0 | 0 | 27 | 144 | 15 | 56 | 144 | 54 |
| Binary | 11011111 | 10101011 | 0 | 0 | 10111 | 1100100 | 1101 | 101110 | 1100100 | 101100 |
Color Harmonies of #DFAB00
Complementary color
Monochromatic Colors of #DFAB00
Black with #DFAB00
Text Example
Text Example
White with #DFAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB00; }
p { color: rgb(223,171,0); }
H1.HeaderClassName
{
color: #DFAB00;
}
.AnyTagClassName
{
color: #DFAB00;
}
</style>
background-color css
<style>
a { background-color: #DFAB00; }
a { background-color: rgb(223,171,0); }
div.DivClassName
{
background-color: #DFAB00;
}
.BgClassName
{
background-color: #DFAB00;
}
</style>
border-color css
<style>
span { border-color: #DFAB00; }
span { border-color: rgb(223,171,0); }
td.TdClassName
{
border-color: #DFAB00;
}
.TagClassName
{
border-color: #DFAB00;
}
</style>