Shades of Gamboge #DF9518
Tints of Gamboge #DF9518
RGB
CMYK
RGB Variations
Color information
#DF9518 (or 0xDF9518) is known color: Gamboge. HEX triplet: DF, 95 and 18. RGB value is (223,149,24). Sum of RGB (Red+Green+Blue) = 223+149+24=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9518 is #206AE7. Grayscale: #9D9D9D. Windows color (decimal): -2124520 or 1611231. OLE color: 1611231.
HSL color Cylindrical-coordinate representation of color #DF9518: hue angle of 37.69º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF9518 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.13 |
| HSL | 37.69º | 0.81% | 0.48% | - |
| HSV(B) | 37.69º | 0.89% | 0.87% | - |
| XYZ | 41.34 | 37.25 | 5.87 | - |
| YUV | 156.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 24 | 0 | 0.33 | 0.89 | 0.13 | 37.69 | 0.81 | 0.48 |
| Hex | DF | 95 | 18 | 0 | 21 | 59 | D | 26 | 51 | 30 |
| Octal | 337 | 225 | 30 | 0 | 41 | 131 | 15 | 46 | 121 | 60 |
| Binary | 11011111 | 10010101 | 11000 | 0 | 100001 | 1011001 | 1101 | 100110 | 1010001 | 110000 |
Color Harmonies of #DF9518
Complementary color
Monochromatic Colors of #DF9518
Black with #DF9518
Text Example
Text Example
White with #DF9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9518; }
p { color: rgb(223,149,24); }
H1.HeaderClassName
{
color: #DF9518;
}
.AnyTagClassName
{
color: #DF9518;
}
</style>
background-color css
<style>
a { background-color: #DF9518; }
a { background-color: rgb(223,149,24); }
div.DivClassName
{
background-color: #DF9518;
}
.BgClassName
{
background-color: #DF9518;
}
</style>
border-color css
<style>
span { border-color: #DF9518; }
span { border-color: rgb(223,149,24); }
td.TdClassName
{
border-color: #DF9518;
}
.TagClassName
{
border-color: #DF9518;
}
</style>