Shades of Gamboge #DF9D19
Tints of Gamboge #DF9D19
RGB
CMYK
RGB Variations
Color information
#DF9D19 (or 0xDF9D19) is known color: Gamboge. HEX triplet: DF, 9D and 19. RGB value is (223,157,25). Sum of RGB (Red+Green+Blue) = 223+157+25=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9D19 is #2062E6. Grayscale: #A2A2A2. Windows color (decimal): -2122471 or 1678815. OLE color: 1678815.
HSL color Cylindrical-coordinate representation of color #DF9D19: hue angle of 40º 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 #DF9D19 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.13 |
| HSL | 40º | 0.8% | 0.49% | - |
| HSV(B) | 40º | 0.89% | 0.87% | - |
| XYZ | 42.66 | 39.87 | 6.37 | - |
| YUV | 161.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 25 | 0 | 0.30 | 0.89 | 0.13 | 40 | 0.8 | 0.49 |
| Hex | DF | 9D | 19 | 0 | 1E | 59 | D | 28 | 50 | 31 |
| Octal | 337 | 235 | 31 | 0 | 36 | 131 | 15 | 50 | 120 | 61 |
| Binary | 11011111 | 10011101 | 11001 | 0 | 11110 | 1011001 | 1101 | 101000 | 1010000 | 110001 |
Color Harmonies of #DF9D19
Complementary color
Monochromatic Colors of #DF9D19
Black with #DF9D19
Text Example
Text Example
White with #DF9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D19; }
p { color: rgb(223,157,25); }
H1.HeaderClassName
{
color: #DF9D19;
}
.AnyTagClassName
{
color: #DF9D19;
}
</style>
background-color css
<style>
a { background-color: #DF9D19; }
a { background-color: rgb(223,157,25); }
div.DivClassName
{
background-color: #DF9D19;
}
.BgClassName
{
background-color: #DF9D19;
}
</style>
border-color css
<style>
span { border-color: #DF9D19; }
span { border-color: rgb(223,157,25); }
td.TdClassName
{
border-color: #DF9D19;
}
.TagClassName
{
border-color: #DF9D19;
}
</style>