Shades of Gamboge #DF890E
Tints of Gamboge #DF890E
RGB
CMYK
RGB Variations
Color information
#DF890E (or 0xDF890E) is known color: Gamboge. HEX triplet: DF, 89 and 0E. RGB value is (223,137,14). Sum of RGB (Red+Green+Blue) = 223+137+14=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF890E is #2076F1. Grayscale: #959595. Windows color (decimal): -2127602 or 952799. OLE color: 952799.
HSL color Cylindrical-coordinate representation of color #DF890E: hue angle of 35.31º 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 #DF890E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 14 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.13 |
| HSL | 35.31º | 0.88% | 0.46% | - |
| HSV(B) | 35.31º | 0.94% | 0.87% | - |
| XYZ | 39.46 | 33.61 | 4.82 | - |
| YUV | 148.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 14 | 0 | 0.39 | 0.94 | 0.13 | 35.31 | 0.88 | 0.46 |
| Hex | DF | 89 | E | 0 | 27 | 5E | D | 23 | 58 | 2E |
| Octal | 337 | 211 | 16 | 0 | 47 | 136 | 15 | 43 | 130 | 56 |
| Binary | 11011111 | 10001001 | 1110 | 0 | 100111 | 1011110 | 1101 | 100011 | 1011000 | 101110 |
Color Harmonies of #DF890E
Complementary color
Monochromatic Colors of #DF890E
Black with #DF890E
Text Example
Text Example
White with #DF890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF890E; }
p { color: rgb(223,137,14); }
H1.HeaderClassName
{
color: #DF890E;
}
.AnyTagClassName
{
color: #DF890E;
}
</style>
background-color css
<style>
a { background-color: #DF890E; }
a { background-color: rgb(223,137,14); }
div.DivClassName
{
background-color: #DF890E;
}
.BgClassName
{
background-color: #DF890E;
}
</style>
border-color css
<style>
span { border-color: #DF890E; }
span { border-color: rgb(223,137,14); }
td.TdClassName
{
border-color: #DF890E;
}
.TagClassName
{
border-color: #DF890E;
}
</style>