Shades of Gamboge #DF9119
Tints of Gamboge #DF9119
RGB
CMYK
RGB Variations
Color information
#DF9119 (or 0xDF9119) is known color: Gamboge. HEX triplet: DF, 91 and 19. RGB value is (223,145,25). Sum of RGB (Red+Green+Blue) = 223+145+25=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9119 is #206EE6. Grayscale: #9B9B9B. Windows color (decimal): -2125543 or 1675743. OLE color: 1675743.
HSL color Cylindrical-coordinate representation of color #DF9119: hue angle of 36.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF9119 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.13 |
| HSL | 36.36º | 0.8% | 0.49% | - |
| HSV(B) | 36.36º | 0.89% | 0.87% | - |
| XYZ | 40.73 | 36.01 | 5.72 | - |
| YUV | 154.64 | 54.84 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 25 | 0 | 0.35 | 0.89 | 0.13 | 36.36 | 0.8 | 0.49 |
| Hex | DF | 91 | 19 | 0 | 23 | 59 | D | 24 | 50 | 31 |
| Octal | 337 | 221 | 31 | 0 | 43 | 131 | 15 | 44 | 120 | 61 |
| Binary | 11011111 | 10010001 | 11001 | 0 | 100011 | 1011001 | 1101 | 100100 | 1010000 | 110001 |
Color Harmonies of #DF9119
Complementary color
Monochromatic Colors of #DF9119
Black with #DF9119
Text Example
Text Example
White with #DF9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9119; }
p { color: rgb(223,145,25); }
H1.HeaderClassName
{
color: #DF9119;
}
.AnyTagClassName
{
color: #DF9119;
}
</style>
background-color css
<style>
a { background-color: #DF9119; }
a { background-color: rgb(223,145,25); }
div.DivClassName
{
background-color: #DF9119;
}
.BgClassName
{
background-color: #DF9119;
}
</style>
border-color css
<style>
span { border-color: #DF9119; }
span { border-color: rgb(223,145,25); }
td.TdClassName
{
border-color: #DF9119;
}
.TagClassName
{
border-color: #DF9119;
}
</style>