Shades of Gamboge #DF9F12
Tints of Gamboge #DF9F12
RGB
CMYK
RGB Variations
Color information
#DF9F12 (or 0xDF9F12) is known color: Gamboge. HEX triplet: DF, 9F and 12. RGB value is (223,159,18). Sum of RGB (Red+Green+Blue) = 223+159+18=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F12 is #2060ED. Grayscale: #A2A2A2. Windows color (decimal): -2121966 or 1220575. OLE color: 1220575.
HSL color Cylindrical-coordinate representation of color #DF9F12: hue angle of 41.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF9F12 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.13 |
| HSL | 41.27º | 0.85% | 0.47% | - |
| HSV(B) | 41.27º | 0.92% | 0.87% | - |
| XYZ | 42.94 | 40.53 | 6.13 | - |
| YUV | 162.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 18 | 0 | 0.29 | 0.92 | 0.13 | 41.27 | 0.85 | 0.47 |
| Hex | DF | 9F | 12 | 0 | 1D | 5C | D | 29 | 55 | 2F |
| Octal | 337 | 237 | 22 | 0 | 35 | 134 | 15 | 51 | 125 | 57 |
| Binary | 11011111 | 10011111 | 10010 | 0 | 11101 | 1011100 | 1101 | 101001 | 1010101 | 101111 |
Color Harmonies of #DF9F12
Complementary color
Monochromatic Colors of #DF9F12
Black with #DF9F12
Text Example
Text Example
White with #DF9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F12; }
p { color: rgb(223,159,18); }
H1.HeaderClassName
{
color: #DF9F12;
}
.AnyTagClassName
{
color: #DF9F12;
}
</style>
background-color css
<style>
a { background-color: #DF9F12; }
a { background-color: rgb(223,159,18); }
div.DivClassName
{
background-color: #DF9F12;
}
.BgClassName
{
background-color: #DF9F12;
}
</style>
border-color css
<style>
span { border-color: #DF9F12; }
span { border-color: rgb(223,159,18); }
td.TdClassName
{
border-color: #DF9F12;
}
.TagClassName
{
border-color: #DF9F12;
}
</style>