Shades of Gamboge #DF920E
Tints of Gamboge #DF920E
RGB
CMYK
RGB Variations
Color information
#DF920E (or 0xDF920E) is known color: Gamboge. HEX triplet: DF, 92 and 0E. RGB value is (223,146,14). Sum of RGB (Red+Green+Blue) = 223+146+14=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF920E is #206DF1. Grayscale: #9A9A9A. Windows color (decimal): -2125298 or 955103. OLE color: 955103.
HSL color Cylindrical-coordinate representation of color #DF920E: hue angle of 37.89º degrees, saturation: 0.88, 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 #DF920E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.13 |
| HSL | 37.89º | 0.88% | 0.46% | - |
| HSV(B) | 37.89º | 0.94% | 0.87% | - |
| XYZ | 40.79 | 36.28 | 5.27 | - |
| YUV | 153.98 | 49.01 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 14 | 0 | 0.35 | 0.94 | 0.13 | 37.89 | 0.88 | 0.46 |
| Hex | DF | 92 | E | 0 | 23 | 5E | D | 26 | 58 | 2E |
| Octal | 337 | 222 | 16 | 0 | 43 | 136 | 15 | 46 | 130 | 56 |
| Binary | 11011111 | 10010010 | 1110 | 0 | 100011 | 1011110 | 1101 | 100110 | 1011000 | 101110 |
Color Harmonies of #DF920E
Complementary color
Monochromatic Colors of #DF920E
Black with #DF920E
Text Example
Text Example
White with #DF920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF920E; }
p { color: rgb(223,146,14); }
H1.HeaderClassName
{
color: #DF920E;
}
.AnyTagClassName
{
color: #DF920E;
}
</style>
background-color css
<style>
a { background-color: #DF920E; }
a { background-color: rgb(223,146,14); }
div.DivClassName
{
background-color: #DF920E;
}
.BgClassName
{
background-color: #DF920E;
}
</style>
border-color css
<style>
span { border-color: #DF920E; }
span { border-color: rgb(223,146,14); }
td.TdClassName
{
border-color: #DF920E;
}
.TagClassName
{
border-color: #DF920E;
}
</style>