Shades of Gamboge #DF930D
Tints of Gamboge #DF930D
RGB
CMYK
RGB Variations
Color information
#DF930D (or 0xDF930D) is known color: Gamboge. HEX triplet: DF, 93 and 0D. RGB value is (223,147,13). Sum of RGB (Red+Green+Blue) = 223+147+13=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF930D is #206CF2. Grayscale: #9B9B9B. Windows color (decimal): -2125043 or 889823. OLE color: 889823.
HSL color Cylindrical-coordinate representation of color #DF930D: hue angle of 38.29º 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 #DF930D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.13 |
| HSL | 38.29º | 0.89% | 0.46% | - |
| HSV(B) | 38.29º | 0.94% | 0.87% | - |
| XYZ | 40.94 | 36.58 | 5.28 | - |
| YUV | 154.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 13 | 0 | 0.34 | 0.94 | 0.13 | 38.29 | 0.89 | 0.46 |
| Hex | DF | 93 | D | 0 | 22 | 5E | D | 26 | 59 | 2E |
| Octal | 337 | 223 | 15 | 0 | 42 | 136 | 15 | 46 | 131 | 56 |
| Binary | 11011111 | 10010011 | 1101 | 0 | 100010 | 1011110 | 1101 | 100110 | 1011001 | 101110 |
Color Harmonies of #DF930D
Complementary color
Monochromatic Colors of #DF930D
Black with #DF930D
Text Example
Text Example
White with #DF930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF930D; }
p { color: rgb(223,147,13); }
H1.HeaderClassName
{
color: #DF930D;
}
.AnyTagClassName
{
color: #DF930D;
}
</style>
background-color css
<style>
a { background-color: #DF930D; }
a { background-color: rgb(223,147,13); }
div.DivClassName
{
background-color: #DF930D;
}
.BgClassName
{
background-color: #DF930D;
}
</style>
border-color css
<style>
span { border-color: #DF930D; }
span { border-color: rgb(223,147,13); }
td.TdClassName
{
border-color: #DF930D;
}
.TagClassName
{
border-color: #DF930D;
}
</style>