Shades of Gamboge #DF990E
Tints of Gamboge #DF990E
RGB
CMYK
RGB Variations
Color information
#DF990E (or 0xDF990E) is known color: Gamboge. HEX triplet: DF, 99 and 0E. RGB value is (223,153,14). Sum of RGB (Red+Green+Blue) = 223+153+14=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF990E is #2066F1. Grayscale: #9E9E9E. Windows color (decimal): -2123506 or 956895. OLE color: 956895.
HSL color Cylindrical-coordinate representation of color #DF990E: hue angle of 39.9º 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 #DF990E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.13 |
| HSL | 39.9º | 0.88% | 0.46% | - |
| HSV(B) | 39.9º | 0.94% | 0.87% | - |
| XYZ | 41.9 | 38.5 | 5.64 | - |
| YUV | 158.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 14 | 0 | 0.31 | 0.94 | 0.13 | 39.9 | 0.88 | 0.46 |
| Hex | DF | 99 | E | 0 | 1F | 5E | D | 28 | 58 | 2E |
| Octal | 337 | 231 | 16 | 0 | 37 | 136 | 15 | 50 | 130 | 56 |
| Binary | 11011111 | 10011001 | 1110 | 0 | 11111 | 1011110 | 1101 | 101000 | 1011000 | 101110 |
Color Harmonies of #DF990E
Complementary color
Monochromatic Colors of #DF990E
Black with #DF990E
Text Example
Text Example
White with #DF990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF990E; }
p { color: rgb(223,153,14); }
H1.HeaderClassName
{
color: #DF990E;
}
.AnyTagClassName
{
color: #DF990E;
}
</style>
background-color css
<style>
a { background-color: #DF990E; }
a { background-color: rgb(223,153,14); }
div.DivClassName
{
background-color: #DF990E;
}
.BgClassName
{
background-color: #DF990E;
}
</style>
border-color css
<style>
span { border-color: #DF990E; }
span { border-color: rgb(223,153,14); }
td.TdClassName
{
border-color: #DF990E;
}
.TagClassName
{
border-color: #DF990E;
}
</style>