Shades of Gamboge #DF940B
Tints of Gamboge #DF940B
RGB
CMYK
RGB Variations
Color information
#DF940B (or 0xDF940B) is known color: Gamboge. HEX triplet: DF, 94 and 0B. RGB value is (223,148,11). Sum of RGB (Red+Green+Blue) = 223+148+11=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940B is #206BF4. Grayscale: #9B9B9B. Windows color (decimal): -2124789 or 759007. OLE color: 759007.
HSL color Cylindrical-coordinate representation of color #DF940B: hue angle of 38.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF940B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.77º | 0.91% | 0.46% | - |
| HSV(B) | 38.77º | 0.95% | 0.87% | - |
| XYZ | 41.08 | 36.89 | 5.27 | - |
| YUV | 154.81 | 46.85 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 11 | 0 | 0.34 | 0.95 | 0.13 | 38.77 | 0.91 | 0.46 |
| Hex | DF | 94 | B | 0 | 22 | 5F | D | 27 | 5B | 2E |
| Octal | 337 | 224 | 13 | 0 | 42 | 137 | 15 | 47 | 133 | 56 |
| Binary | 11011111 | 10010100 | 1011 | 0 | 100010 | 1011111 | 1101 | 100111 | 1011011 | 101110 |
Color Harmonies of #DF940B
Complementary color
Monochromatic Colors of #DF940B
Black with #DF940B
Text Example
Text Example
White with #DF940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF940B; }
p { color: rgb(223,148,11); }
H1.HeaderClassName
{
color: #DF940B;
}
.AnyTagClassName
{
color: #DF940B;
}
</style>
background-color css
<style>
a { background-color: #DF940B; }
a { background-color: rgb(223,148,11); }
div.DivClassName
{
background-color: #DF940B;
}
.BgClassName
{
background-color: #DF940B;
}
</style>
border-color css
<style>
span { border-color: #DF940B; }
span { border-color: rgb(223,148,11); }
td.TdClassName
{
border-color: #DF940B;
}
.TagClassName
{
border-color: #DF940B;
}
</style>