Shades of Gamboge #DFAC06
Tints of Gamboge #DFAC06
RGB
CMYK
RGB Variations
Color information
#DFAC06 (or 0xDFAC06) is known color: Gamboge. HEX triplet: DF, AC and 06. RGB value is (223,172,6). Sum of RGB (Red+Green+Blue) = 223+172+6=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC06 is #2053F9. Grayscale: #A9A9A9. Windows color (decimal): -2118650 or 437471. OLE color: 437471.
HSL color Cylindrical-coordinate representation of color #DFAC06: hue angle of 45.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFAC06 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.13 |
| HSL | 45.9º | 0.95% | 0.45% | - |
| HSV(B) | 45.9º | 0.97% | 0.87% | - |
| XYZ | 45.22 | 45.21 | 6.51 | - |
| YUV | 168.33 | 36.4 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 6 | 0 | 0.23 | 0.97 | 0.13 | 45.9 | 0.95 | 0.45 |
| Hex | DF | AC | 6 | 0 | 17 | 61 | D | 2E | 5F | 2D |
| Octal | 337 | 254 | 6 | 0 | 27 | 141 | 15 | 56 | 137 | 55 |
| Binary | 11011111 | 10101100 | 110 | 0 | 10111 | 1100001 | 1101 | 101110 | 1011111 | 101101 |
Color Harmonies of #DFAC06
Complementary color
Monochromatic Colors of #DFAC06
Black with #DFAC06
Text Example
Text Example
White with #DFAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC06; }
p { color: rgb(223,172,6); }
H1.HeaderClassName
{
color: #DFAC06;
}
.AnyTagClassName
{
color: #DFAC06;
}
</style>
background-color css
<style>
a { background-color: #DFAC06; }
a { background-color: rgb(223,172,6); }
div.DivClassName
{
background-color: #DFAC06;
}
.BgClassName
{
background-color: #DFAC06;
}
</style>
border-color css
<style>
span { border-color: #DFAC06; }
span { border-color: rgb(223,172,6); }
td.TdClassName
{
border-color: #DFAC06;
}
.TagClassName
{
border-color: #DFAC06;
}
</style>