Shades of Gamboge #DFAA0C
Tints of Gamboge #DFAA0C
RGB
CMYK
RGB Variations
Color information
#DFAA0C (or 0xDFAA0C) is known color: Gamboge. HEX triplet: DF, AA and 0C. RGB value is (223,170,12). Sum of RGB (Red+Green+Blue) = 223+170+12=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0C is #2055F3. Grayscale: #A8A8A8. Windows color (decimal): -2119156 or 830175. OLE color: 830175.
HSL color Cylindrical-coordinate representation of color #DFAA0C: hue angle of 44.93º degrees, saturation: 0.9, 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 #DFAA0C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.13 |
| HSL | 44.93º | 0.9% | 0.46% | - |
| HSV(B) | 44.93º | 0.95% | 0.87% | - |
| XYZ | 44.87 | 44.46 | 6.57 | - |
| YUV | 167.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 12 | 0 | 0.24 | 0.95 | 0.13 | 44.93 | 0.9 | 0.46 |
| Hex | DF | AA | C | 0 | 18 | 5F | D | 2D | 5A | 2E |
| Octal | 337 | 252 | 14 | 0 | 30 | 137 | 15 | 55 | 132 | 56 |
| Binary | 11011111 | 10101010 | 1100 | 0 | 11000 | 1011111 | 1101 | 101101 | 1011010 | 101110 |
Color Harmonies of #DFAA0C
Complementary color
Monochromatic Colors of #DFAA0C
Black with #DFAA0C
Text Example
Text Example
White with #DFAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA0C; }
p { color: rgb(223,170,12); }
H1.HeaderClassName
{
color: #DFAA0C;
}
.AnyTagClassName
{
color: #DFAA0C;
}
</style>
background-color css
<style>
a { background-color: #DFAA0C; }
a { background-color: rgb(223,170,12); }
div.DivClassName
{
background-color: #DFAA0C;
}
.BgClassName
{
background-color: #DFAA0C;
}
</style>
border-color css
<style>
span { border-color: #DFAA0C; }
span { border-color: rgb(223,170,12); }
td.TdClassName
{
border-color: #DFAA0C;
}
.TagClassName
{
border-color: #DFAA0C;
}
</style>