Shades of Gamboge #DF9A04
Tints of Gamboge #DF9A04
RGB
CMYK
RGB Variations
Color information
#DF9A04 (or 0xDF9A04) is known color: Gamboge. HEX triplet: DF, 9A and 04. RGB value is (223,154,4). Sum of RGB (Red+Green+Blue) = 223+154+4=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A04 is #2065FB. Grayscale: #9E9E9E. Windows color (decimal): -2123260 or 301791. OLE color: 301791.
HSL color Cylindrical-coordinate representation of color #DF9A04: hue angle of 41.1º 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 #DF9A04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.13 |
| HSL | 41.1º | 0.96% | 0.45% | - |
| HSV(B) | 41.1º | 0.98% | 0.87% | - |
| XYZ | 42.01 | 38.81 | 5.39 | - |
| YUV | 157.53 | 41.36 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 4 | 0 | 0.31 | 0.98 | 0.13 | 41.1 | 0.96 | 0.45 |
| Hex | DF | 9A | 4 | 0 | 1F | 62 | D | 29 | 60 | 2D |
| Octal | 337 | 232 | 4 | 0 | 37 | 142 | 15 | 51 | 140 | 55 |
| Binary | 11011111 | 10011010 | 100 | 0 | 11111 | 1100010 | 1101 | 101001 | 1100000 | 101101 |
Color Harmonies of #DF9A04
Complementary color
Monochromatic Colors of #DF9A04
Black with #DF9A04
Text Example
Text Example
White with #DF9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A04; }
p { color: rgb(223,154,4); }
H1.HeaderClassName
{
color: #DF9A04;
}
.AnyTagClassName
{
color: #DF9A04;
}
</style>
background-color css
<style>
a { background-color: #DF9A04; }
a { background-color: rgb(223,154,4); }
div.DivClassName
{
background-color: #DF9A04;
}
.BgClassName
{
background-color: #DF9A04;
}
</style>
border-color css
<style>
span { border-color: #DF9A04; }
span { border-color: rgb(223,154,4); }
td.TdClassName
{
border-color: #DF9A04;
}
.TagClassName
{
border-color: #DF9A04;
}
</style>