Shades of Gamboge #DF9319
Tints of Gamboge #DF9319
RGB
CMYK
RGB Variations
Color information
#DF9319 (or 0xDF9319) is known color: Gamboge. HEX triplet: DF, 93 and 19. RGB value is (223,147,25). Sum of RGB (Red+Green+Blue) = 223+147+25=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9319 is #206CE6. Grayscale: #9C9C9C. Windows color (decimal): -2125031 or 1676255. OLE color: 1676255.
HSL color Cylindrical-coordinate representation of color #DF9319: hue angle of 36.97º 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 #DF9319 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.13 |
| HSL | 36.97º | 0.8% | 0.49% | - |
| HSV(B) | 36.97º | 0.89% | 0.87% | - |
| XYZ | 41.04 | 36.63 | 5.83 | - |
| YUV | 155.82 | 54.18 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 25 | 0 | 0.34 | 0.89 | 0.13 | 36.97 | 0.8 | 0.49 |
| Hex | DF | 93 | 19 | 0 | 22 | 59 | D | 25 | 50 | 31 |
| Octal | 337 | 223 | 31 | 0 | 42 | 131 | 15 | 45 | 120 | 61 |
| Binary | 11011111 | 10010011 | 11001 | 0 | 100010 | 1011001 | 1101 | 100101 | 1010000 | 110001 |
Color Harmonies of #DF9319
Complementary color
Monochromatic Colors of #DF9319
Black with #DF9319
Text Example
Text Example
White with #DF9319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9319; }
p { color: rgb(223,147,25); }
H1.HeaderClassName
{
color: #DF9319;
}
.AnyTagClassName
{
color: #DF9319;
}
</style>
background-color css
<style>
a { background-color: #DF9319; }
a { background-color: rgb(223,147,25); }
div.DivClassName
{
background-color: #DF9319;
}
.BgClassName
{
background-color: #DF9319;
}
</style>
border-color css
<style>
span { border-color: #DF9319; }
span { border-color: rgb(223,147,25); }
td.TdClassName
{
border-color: #DF9319;
}
.TagClassName
{
border-color: #DF9319;
}
</style>