Shades of Gamboge #DF9A19
Tints of Gamboge #DF9A19
RGB
CMYK
RGB Variations
Color information
#DF9A19 (or 0xDF9A19) is known color: Gamboge. HEX triplet: DF, 9A and 19. RGB value is (223,154,25). Sum of RGB (Red+Green+Blue) = 223+154+25=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A19 is #2065E6. Grayscale: #A0A0A0. Windows color (decimal): -2123239 or 1678047. OLE color: 1678047.
HSL color Cylindrical-coordinate representation of color #DF9A19: hue angle of 39.09º 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 #DF9A19 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.13 |
| HSL | 39.09º | 0.8% | 0.49% | - |
| HSV(B) | 39.09º | 0.89% | 0.87% | - |
| XYZ | 42.16 | 38.87 | 6.2 | - |
| YUV | 159.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 25 | 0 | 0.31 | 0.89 | 0.13 | 39.09 | 0.8 | 0.49 |
| Hex | DF | 9A | 19 | 0 | 1F | 59 | D | 27 | 50 | 31 |
| Octal | 337 | 232 | 31 | 0 | 37 | 131 | 15 | 47 | 120 | 61 |
| Binary | 11011111 | 10011010 | 11001 | 0 | 11111 | 1011001 | 1101 | 100111 | 1010000 | 110001 |
Color Harmonies of #DF9A19
Complementary color
Monochromatic Colors of #DF9A19
Black with #DF9A19
Text Example
Text Example
White with #DF9A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A19; }
p { color: rgb(223,154,25); }
H1.HeaderClassName
{
color: #DF9A19;
}
.AnyTagClassName
{
color: #DF9A19;
}
</style>
background-color css
<style>
a { background-color: #DF9A19; }
a { background-color: rgb(223,154,25); }
div.DivClassName
{
background-color: #DF9A19;
}
.BgClassName
{
background-color: #DF9A19;
}
</style>
border-color css
<style>
span { border-color: #DF9A19; }
span { border-color: rgb(223,154,25); }
td.TdClassName
{
border-color: #DF9A19;
}
.TagClassName
{
border-color: #DF9A19;
}
</style>