Shades of Gamboge #DF940A
Tints of Gamboge #DF940A
RGB
CMYK
RGB Variations
Color information
#DF940A (or 0xDF940A) is known color: Gamboge. HEX triplet: DF, 94 and 0A. RGB value is (223,148,10). Sum of RGB (Red+Green+Blue) = 223+148+10=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940A is #206BF5. Grayscale: #9B9B9B. Windows color (decimal): -2124790 or 693471. OLE color: 693471.
HSL color Cylindrical-coordinate representation of color #DF940A: hue angle of 38.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF940A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.13 |
| HSL | 38.87º | 0.91% | 0.46% | - |
| HSV(B) | 38.87º | 0.96% | 0.87% | - |
| XYZ | 41.08 | 36.89 | 5.24 | - |
| YUV | 154.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 10 | 0 | 0.34 | 0.96 | 0.13 | 38.87 | 0.91 | 0.46 |
| Hex | DF | 94 | A | 0 | 22 | 60 | D | 27 | 5B | 2E |
| Octal | 337 | 224 | 12 | 0 | 42 | 140 | 15 | 47 | 133 | 56 |
| Binary | 11011111 | 10010100 | 1010 | 0 | 100010 | 1100000 | 1101 | 100111 | 1011011 | 101110 |
Color Harmonies of #DF940A
Complementary color
Monochromatic Colors of #DF940A
Black with #DF940A
Text Example
Text Example
White with #DF940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF940A; }
p { color: rgb(223,148,10); }
H1.HeaderClassName
{
color: #DF940A;
}
.AnyTagClassName
{
color: #DF940A;
}
</style>
background-color css
<style>
a { background-color: #DF940A; }
a { background-color: rgb(223,148,10); }
div.DivClassName
{
background-color: #DF940A;
}
.BgClassName
{
background-color: #DF940A;
}
</style>
border-color css
<style>
span { border-color: #DF940A; }
span { border-color: rgb(223,148,10); }
td.TdClassName
{
border-color: #DF940A;
}
.TagClassName
{
border-color: #DF940A;
}
</style>