Shades of Gamboge #DF930C
Tints of Gamboge #DF930C
RGB
CMYK
RGB Variations
Color information
#DF930C (or 0xDF930C) is known color: Gamboge. HEX triplet: DF, 93 and 0C. RGB value is (223,147,12). Sum of RGB (Red+Green+Blue) = 223+147+12=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF930C is #206CF3. Grayscale: #9A9A9A. Windows color (decimal): -2125044 or 824287. OLE color: 824287.
HSL color Cylindrical-coordinate representation of color #DF930C: hue angle of 38.39º degrees, saturation: 0.9, 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 #DF930C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.39º | 0.9% | 0.46% | - |
| HSV(B) | 38.39º | 0.95% | 0.87% | - |
| XYZ | 40.93 | 36.58 | 5.25 | - |
| YUV | 154.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 12 | 0 | 0.34 | 0.95 | 0.13 | 38.39 | 0.9 | 0.46 |
| Hex | DF | 93 | C | 0 | 22 | 5F | D | 26 | 5A | 2E |
| Octal | 337 | 223 | 14 | 0 | 42 | 137 | 15 | 46 | 132 | 56 |
| Binary | 11011111 | 10010011 | 1100 | 0 | 100010 | 1011111 | 1101 | 100110 | 1011010 | 101110 |
Color Harmonies of #DF930C
Complementary color
Monochromatic Colors of #DF930C
Black with #DF930C
Text Example
Text Example
White with #DF930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF930C; }
p { color: rgb(223,147,12); }
H1.HeaderClassName
{
color: #DF930C;
}
.AnyTagClassName
{
color: #DF930C;
}
</style>
background-color css
<style>
a { background-color: #DF930C; }
a { background-color: rgb(223,147,12); }
div.DivClassName
{
background-color: #DF930C;
}
.BgClassName
{
background-color: #DF930C;
}
</style>
border-color css
<style>
span { border-color: #DF930C; }
span { border-color: rgb(223,147,12); }
td.TdClassName
{
border-color: #DF930C;
}
.TagClassName
{
border-color: #DF930C;
}
</style>