Shades of Gamboge #DF9F0A
Tints of Gamboge #DF9F0A
RGB
CMYK
RGB Variations
Color information
#DF9F0A (or 0xDF9F0A) is known color: Gamboge. HEX triplet: DF, 9F and 0A. RGB value is (223,159,10). Sum of RGB (Red+Green+Blue) = 223+159+10=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F0A is #2060F5. Grayscale: #A1A1A1. Windows color (decimal): -2121974 or 696287. OLE color: 696287.
HSL color Cylindrical-coordinate representation of color #DF9F0A: hue angle of 41.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9F0A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.13 |
| HSL | 41.97º | 0.91% | 0.46% | - |
| HSV(B) | 41.97º | 0.96% | 0.87% | - |
| XYZ | 42.88 | 40.51 | 5.85 | - |
| YUV | 161.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 10 | 0 | 0.29 | 0.96 | 0.13 | 41.97 | 0.91 | 0.46 |
| Hex | DF | 9F | A | 0 | 1D | 60 | D | 2A | 5B | 2E |
| Octal | 337 | 237 | 12 | 0 | 35 | 140 | 15 | 52 | 133 | 56 |
| Binary | 11011111 | 10011111 | 1010 | 0 | 11101 | 1100000 | 1101 | 101010 | 1011011 | 101110 |
Color Harmonies of #DF9F0A
Complementary color
Monochromatic Colors of #DF9F0A
Black with #DF9F0A
Text Example
Text Example
White with #DF9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F0A; }
p { color: rgb(223,159,10); }
H1.HeaderClassName
{
color: #DF9F0A;
}
.AnyTagClassName
{
color: #DF9F0A;
}
</style>
background-color css
<style>
a { background-color: #DF9F0A; }
a { background-color: rgb(223,159,10); }
div.DivClassName
{
background-color: #DF9F0A;
}
.BgClassName
{
background-color: #DF9F0A;
}
</style>
border-color css
<style>
span { border-color: #DF9F0A; }
span { border-color: rgb(223,159,10); }
td.TdClassName
{
border-color: #DF9F0A;
}
.TagClassName
{
border-color: #DF9F0A;
}
</style>