Shades of Gamboge #DFAC09
Tints of Gamboge #DFAC09
RGB
CMYK
RGB Variations
Color information
#DFAC09 (or 0xDFAC09) is known color: Gamboge. HEX triplet: DF, AC and 09. RGB value is (223,172,9). Sum of RGB (Red+Green+Blue) = 223+172+9=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC09 is #2053F6. Grayscale: #A9A9A9. Windows color (decimal): -2118647 or 634079. OLE color: 634079.
HSL color Cylindrical-coordinate representation of color #DFAC09: hue angle of 45.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFAC09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.13 |
| HSL | 45.7º | 0.92% | 0.45% | - |
| HSV(B) | 45.7º | 0.96% | 0.87% | - |
| XYZ | 45.23 | 45.21 | 6.6 | - |
| YUV | 168.67 | 37.9 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 9 | 0 | 0.23 | 0.96 | 0.13 | 45.7 | 0.92 | 0.45 |
| Hex | DF | AC | 9 | 0 | 17 | 60 | D | 2E | 5C | 2D |
| Octal | 337 | 254 | 11 | 0 | 27 | 140 | 15 | 56 | 134 | 55 |
| Binary | 11011111 | 10101100 | 1001 | 0 | 10111 | 1100000 | 1101 | 101110 | 1011100 | 101101 |
Color Harmonies of #DFAC09
Complementary color
Monochromatic Colors of #DFAC09
Black with #DFAC09
Text Example
Text Example
White with #DFAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC09; }
p { color: rgb(223,172,9); }
H1.HeaderClassName
{
color: #DFAC09;
}
.AnyTagClassName
{
color: #DFAC09;
}
</style>
background-color css
<style>
a { background-color: #DFAC09; }
a { background-color: rgb(223,172,9); }
div.DivClassName
{
background-color: #DFAC09;
}
.BgClassName
{
background-color: #DFAC09;
}
</style>
border-color css
<style>
span { border-color: #DFAC09; }
span { border-color: rgb(223,172,9); }
td.TdClassName
{
border-color: #DFAC09;
}
.TagClassName
{
border-color: #DFAC09;
}
</style>