Shades of Gamboge #DFAA00
Tints of Gamboge #DFAA00
RGB
CMYK
RGB Variations
Color information
#DFAA00 (or 0xDFAA00) is known color: Gamboge. HEX triplet: DF, AA and 00. RGB value is (223,170,0). Sum of RGB (Red+Green+Blue) = 223+170+0=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA00 is #2055FF. Grayscale: #A7A7A7. Windows color (decimal): -2119168 or 43743. OLE color: 43743.
HSL color Cylindrical-coordinate representation of color #DFAA00: hue angle of 45.74º 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 #DFAA00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.13 |
| HSL | 45.74º | 1% | 0.44% | - |
| HSV(B) | 45.74º | 1% | 0.87% | - |
| XYZ | 44.81 | 44.44 | 6.22 | - |
| YUV | 166.47 | 34.06 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 0 | 0 | 0.24 | 1 | 0.13 | 45.74 | 1 | 0.44 |
| Hex | DF | AA | 0 | 0 | 18 | 64 | D | 2E | 64 | 2C |
| Octal | 337 | 252 | 0 | 0 | 30 | 144 | 15 | 56 | 144 | 54 |
| Binary | 11011111 | 10101010 | 0 | 0 | 11000 | 1100100 | 1101 | 101110 | 1100100 | 101100 |
Color Harmonies of #DFAA00
Complementary color
Monochromatic Colors of #DFAA00
Black with #DFAA00
Text Example
Text Example
White with #DFAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA00; }
p { color: rgb(223,170,0); }
H1.HeaderClassName
{
color: #DFAA00;
}
.AnyTagClassName
{
color: #DFAA00;
}
</style>
background-color css
<style>
a { background-color: #DFAA00; }
a { background-color: rgb(223,170,0); }
div.DivClassName
{
background-color: #DFAA00;
}
.BgClassName
{
background-color: #DFAA00;
}
</style>
border-color css
<style>
span { border-color: #DFAA00; }
span { border-color: rgb(223,170,0); }
td.TdClassName
{
border-color: #DFAA00;
}
.TagClassName
{
border-color: #DFAA00;
}
</style>