Shades of Gamboge #DFAB07
Tints of Gamboge #DFAB07
RGB
CMYK
RGB Variations
Color information
#DFAB07 (or 0xDFAB07) is known color: Gamboge. HEX triplet: DF, AB and 07. RGB value is (223,171,7). Sum of RGB (Red+Green+Blue) = 223+171+7=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB07 is #2054F8. Grayscale: #A8A8A8. Windows color (decimal): -2118905 or 502751. OLE color: 502751.
HSL color Cylindrical-coordinate representation of color #DFAB07: hue angle of 45.56º degrees, saturation: 0.94, 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 #DFAB07 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.13 |
| HSL | 45.56º | 0.94% | 0.45% | - |
| HSV(B) | 45.56º | 0.97% | 0.87% | - |
| XYZ | 45.03 | 44.83 | 6.48 | - |
| YUV | 167.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 7 | 0 | 0.23 | 0.97 | 0.13 | 45.56 | 0.94 | 0.45 |
| Hex | DF | AB | 7 | 0 | 17 | 61 | D | 2E | 5E | 2D |
| Octal | 337 | 253 | 7 | 0 | 27 | 141 | 15 | 56 | 136 | 55 |
| Binary | 11011111 | 10101011 | 111 | 0 | 10111 | 1100001 | 1101 | 101110 | 1011110 | 101101 |
Color Harmonies of #DFAB07
Complementary color
Monochromatic Colors of #DFAB07
Black with #DFAB07
Text Example
Text Example
White with #DFAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB07; }
p { color: rgb(223,171,7); }
H1.HeaderClassName
{
color: #DFAB07;
}
.AnyTagClassName
{
color: #DFAB07;
}
</style>
background-color css
<style>
a { background-color: #DFAB07; }
a { background-color: rgb(223,171,7); }
div.DivClassName
{
background-color: #DFAB07;
}
.BgClassName
{
background-color: #DFAB07;
}
</style>
border-color css
<style>
span { border-color: #DFAB07; }
span { border-color: rgb(223,171,7); }
td.TdClassName
{
border-color: #DFAB07;
}
.TagClassName
{
border-color: #DFAB07;
}
</style>