Shades of Gamboge #DF940D
Tints of Gamboge #DF940D
RGB
CMYK
RGB Variations
Color information
#DF940D (or 0xDF940D) is known color: Gamboge. HEX triplet: DF, 94 and 0D. RGB value is (223,148,13). Sum of RGB (Red+Green+Blue) = 223+148+13=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940D is #206BF2. Grayscale: #9B9B9B. Windows color (decimal): -2124787 or 890079. OLE color: 890079.
HSL color Cylindrical-coordinate representation of color #DF940D: hue angle of 38.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF940D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.13 |
| HSL | 38.57º | 0.89% | 0.46% | - |
| HSV(B) | 38.57º | 0.94% | 0.87% | - |
| XYZ | 41.09 | 36.9 | 5.34 | - |
| YUV | 155.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 13 | 0 | 0.34 | 0.94 | 0.13 | 38.57 | 0.89 | 0.46 |
| Hex | DF | 94 | D | 0 | 22 | 5E | D | 27 | 59 | 2E |
| Octal | 337 | 224 | 15 | 0 | 42 | 136 | 15 | 47 | 131 | 56 |
| Binary | 11011111 | 10010100 | 1101 | 0 | 100010 | 1011110 | 1101 | 100111 | 1011001 | 101110 |
Color Harmonies of #DF940D
Complementary color
Monochromatic Colors of #DF940D
Black with #DF940D
Text Example
Text Example
White with #DF940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF940D; }
p { color: rgb(223,148,13); }
H1.HeaderClassName
{
color: #DF940D;
}
.AnyTagClassName
{
color: #DF940D;
}
</style>
background-color css
<style>
a { background-color: #DF940D; }
a { background-color: rgb(223,148,13); }
div.DivClassName
{
background-color: #DF940D;
}
.BgClassName
{
background-color: #DF940D;
}
</style>
border-color css
<style>
span { border-color: #DF940D; }
span { border-color: rgb(223,148,13); }
td.TdClassName
{
border-color: #DF940D;
}
.TagClassName
{
border-color: #DF940D;
}
</style>