Shades of Gamboge #DF9304
Tints of Gamboge #DF9304
RGB
CMYK
RGB Variations
Color information
#DF9304 (or 0xDF9304) is known color: Gamboge. HEX triplet: DF, 93 and 04. RGB value is (223,147,4). Sum of RGB (Red+Green+Blue) = 223+147+4=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9304 is #206CFB. Grayscale: #9A9A9A. Windows color (decimal): -2125052 or 299999. OLE color: 299999.
HSL color Cylindrical-coordinate representation of color #DF9304: hue angle of 39.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF9304 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.13 |
| HSL | 39.18º | 0.96% | 0.45% | - |
| HSV(B) | 39.18º | 0.98% | 0.87% | - |
| XYZ | 40.89 | 36.56 | 5.02 | - |
| YUV | 153.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 4 | 0 | 0.34 | 0.98 | 0.13 | 39.18 | 0.96 | 0.45 |
| Hex | DF | 93 | 4 | 0 | 22 | 62 | D | 27 | 60 | 2D |
| Octal | 337 | 223 | 4 | 0 | 42 | 142 | 15 | 47 | 140 | 55 |
| Binary | 11011111 | 10010011 | 100 | 0 | 100010 | 1100010 | 1101 | 100111 | 1100000 | 101101 |
Color Harmonies of #DF9304
Complementary color
Monochromatic Colors of #DF9304
Black with #DF9304
Text Example
Text Example
White with #DF9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9304; }
p { color: rgb(223,147,4); }
H1.HeaderClassName
{
color: #DF9304;
}
.AnyTagClassName
{
color: #DF9304;
}
</style>
background-color css
<style>
a { background-color: #DF9304; }
a { background-color: rgb(223,147,4); }
div.DivClassName
{
background-color: #DF9304;
}
.BgClassName
{
background-color: #DF9304;
}
</style>
border-color css
<style>
span { border-color: #DF9304; }
span { border-color: rgb(223,147,4); }
td.TdClassName
{
border-color: #DF9304;
}
.TagClassName
{
border-color: #DF9304;
}
</style>