Shades of Gamboge #DFAB09
Tints of Gamboge #DFAB09
RGB
CMYK
RGB Variations
Color information
#DFAB09 (or 0xDFAB09) is known color: Gamboge. HEX triplet: DF, AB and 09. RGB value is (223,171,9). Sum of RGB (Red+Green+Blue) = 223+171+9=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB09 is #2054F6. Grayscale: #A8A8A8. Windows color (decimal): -2118903 or 633823. OLE color: 633823.
HSL color Cylindrical-coordinate representation of color #DFAB09: hue angle of 45.42º 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 #DFAB09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.13 |
| HSL | 45.42º | 0.92% | 0.45% | - |
| HSV(B) | 45.42º | 0.96% | 0.87% | - |
| XYZ | 45.04 | 44.83 | 6.54 | - |
| YUV | 168.08 | 38.23 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 9 | 0 | 0.23 | 0.96 | 0.13 | 45.42 | 0.92 | 0.45 |
| Hex | DF | AB | 9 | 0 | 17 | 60 | D | 2D | 5C | 2D |
| Octal | 337 | 253 | 11 | 0 | 27 | 140 | 15 | 55 | 134 | 55 |
| Binary | 11011111 | 10101011 | 1001 | 0 | 10111 | 1100000 | 1101 | 101101 | 1011100 | 101101 |
Color Harmonies of #DFAB09
Complementary color
Monochromatic Colors of #DFAB09
Black with #DFAB09
Text Example
Text Example
White with #DFAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB09; }
p { color: rgb(223,171,9); }
H1.HeaderClassName
{
color: #DFAB09;
}
.AnyTagClassName
{
color: #DFAB09;
}
</style>
background-color css
<style>
a { background-color: #DFAB09; }
a { background-color: rgb(223,171,9); }
div.DivClassName
{
background-color: #DFAB09;
}
.BgClassName
{
background-color: #DFAB09;
}
</style>
border-color css
<style>
span { border-color: #DFAB09; }
span { border-color: rgb(223,171,9); }
td.TdClassName
{
border-color: #DFAB09;
}
.TagClassName
{
border-color: #DFAB09;
}
</style>