Shades of Gamboge #DF9418
Tints of Gamboge #DF9418
RGB
CMYK
RGB Variations
Color information
#DF9418 (or 0xDF9418) is known color: Gamboge. HEX triplet: DF, 94 and 18. RGB value is (223,148,24). Sum of RGB (Red+Green+Blue) = 223+148+24=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9418 is #206BE7. Grayscale: #9C9C9C. Windows color (decimal): -2124776 or 1610975. OLE color: 1610975.
HSL color Cylindrical-coordinate representation of color #DF9418: hue angle of 37.39º 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 #DF9418 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.13 |
| HSL | 37.39º | 0.81% | 0.48% | - |
| HSV(B) | 37.39º | 0.89% | 0.87% | - |
| XYZ | 41.19 | 36.93 | 5.82 | - |
| YUV | 156.29 | 53.35 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 24 | 0 | 0.34 | 0.89 | 0.13 | 37.39 | 0.81 | 0.48 |
| Hex | DF | 94 | 18 | 0 | 22 | 59 | D | 25 | 51 | 30 |
| Octal | 337 | 224 | 30 | 0 | 42 | 131 | 15 | 45 | 121 | 60 |
| Binary | 11011111 | 10010100 | 11000 | 0 | 100010 | 1011001 | 1101 | 100101 | 1010001 | 110000 |
Color Harmonies of #DF9418
Complementary color
Monochromatic Colors of #DF9418
Black with #DF9418
Text Example
Text Example
White with #DF9418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9418; }
p { color: rgb(223,148,24); }
H1.HeaderClassName
{
color: #DF9418;
}
.AnyTagClassName
{
color: #DF9418;
}
</style>
background-color css
<style>
a { background-color: #DF9418; }
a { background-color: rgb(223,148,24); }
div.DivClassName
{
background-color: #DF9418;
}
.BgClassName
{
background-color: #DF9418;
}
</style>
border-color css
<style>
span { border-color: #DF9418; }
span { border-color: rgb(223,148,24); }
td.TdClassName
{
border-color: #DF9418;
}
.TagClassName
{
border-color: #DF9418;
}
</style>