Shades of Gamboge #DF890C
Tints of Gamboge #DF890C
RGB
CMYK
RGB Variations
Color information
#DF890C (or 0xDF890C) is known color: Gamboge. HEX triplet: DF, 89 and 0C. RGB value is (223,137,12). Sum of RGB (Red+Green+Blue) = 223+137+12=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF890C is #2076F3. Grayscale: #959595. Windows color (decimal): -2127604 or 821727. OLE color: 821727.
HSL color Cylindrical-coordinate representation of color #DF890C: hue angle of 35.55º 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 #DF890C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.13 |
| HSL | 35.55º | 0.9% | 0.46% | - |
| HSV(B) | 35.55º | 0.95% | 0.87% | - |
| XYZ | 39.44 | 33.61 | 4.76 | - |
| YUV | 148.46 | 50.99 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 12 | 0 | 0.39 | 0.95 | 0.13 | 35.55 | 0.9 | 0.46 |
| Hex | DF | 89 | C | 0 | 27 | 5F | D | 24 | 5A | 2E |
| Octal | 337 | 211 | 14 | 0 | 47 | 137 | 15 | 44 | 132 | 56 |
| Binary | 11011111 | 10001001 | 1100 | 0 | 100111 | 1011111 | 1101 | 100100 | 1011010 | 101110 |
Color Harmonies of #DF890C
Complementary color
Monochromatic Colors of #DF890C
Black with #DF890C
Text Example
Text Example
White with #DF890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF890C; }
p { color: rgb(223,137,12); }
H1.HeaderClassName
{
color: #DF890C;
}
.AnyTagClassName
{
color: #DF890C;
}
</style>
background-color css
<style>
a { background-color: #DF890C; }
a { background-color: rgb(223,137,12); }
div.DivClassName
{
background-color: #DF890C;
}
.BgClassName
{
background-color: #DF890C;
}
</style>
border-color css
<style>
span { border-color: #DF890C; }
span { border-color: rgb(223,137,12); }
td.TdClassName
{
border-color: #DF890C;
}
.TagClassName
{
border-color: #DF890C;
}
</style>