Shades of Gamboge #DF910C
Tints of Gamboge #DF910C
RGB
CMYK
RGB Variations
Color information
#DF910C (or 0xDF910C) is known color: Gamboge. HEX triplet: DF, 91 and 0C. RGB value is (223,145,12). Sum of RGB (Red+Green+Blue) = 223+145+12=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF910C is #206EF3. Grayscale: #999999. Windows color (decimal): -2125556 or 823775. OLE color: 823775.
HSL color Cylindrical-coordinate representation of color #DF910C: hue angle of 37.82º 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 #DF910C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.13 |
| HSL | 37.82º | 0.9% | 0.46% | - |
| HSV(B) | 37.82º | 0.95% | 0.87% | - |
| XYZ | 40.62 | 35.97 | 5.15 | - |
| YUV | 153.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 12 | 0 | 0.35 | 0.95 | 0.13 | 37.82 | 0.9 | 0.46 |
| Hex | DF | 91 | C | 0 | 23 | 5F | D | 26 | 5A | 2E |
| Octal | 337 | 221 | 14 | 0 | 43 | 137 | 15 | 46 | 132 | 56 |
| Binary | 11011111 | 10010001 | 1100 | 0 | 100011 | 1011111 | 1101 | 100110 | 1011010 | 101110 |
Color Harmonies of #DF910C
Complementary color
Monochromatic Colors of #DF910C
Black with #DF910C
Text Example
Text Example
White with #DF910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF910C; }
p { color: rgb(223,145,12); }
H1.HeaderClassName
{
color: #DF910C;
}
.AnyTagClassName
{
color: #DF910C;
}
</style>
background-color css
<style>
a { background-color: #DF910C; }
a { background-color: rgb(223,145,12); }
div.DivClassName
{
background-color: #DF910C;
}
.BgClassName
{
background-color: #DF910C;
}
</style>
border-color css
<style>
span { border-color: #DF910C; }
span { border-color: rgb(223,145,12); }
td.TdClassName
{
border-color: #DF910C;
}
.TagClassName
{
border-color: #DF910C;
}
</style>