Shades of Gamboge #DF8912
Tints of Gamboge #DF8912
RGB
CMYK
RGB Variations
Color information
#DF8912 (or 0xDF8912) is known color: Gamboge. HEX triplet: DF, 89 and 12. RGB value is (223,137,18). Sum of RGB (Red+Green+Blue) = 223+137+18=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8912 is #2076ED. Grayscale: #959595. Windows color (decimal): -2127598 or 1214943. OLE color: 1214943.
HSL color Cylindrical-coordinate representation of color #DF8912: hue angle of 34.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF8912 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.13 |
| HSL | 34.83º | 0.85% | 0.47% | - |
| HSV(B) | 34.83º | 0.92% | 0.87% | - |
| XYZ | 39.49 | 33.62 | 4.98 | - |
| YUV | 149.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 18 | 0 | 0.39 | 0.92 | 0.13 | 34.83 | 0.85 | 0.47 |
| Hex | DF | 89 | 12 | 0 | 27 | 5C | D | 23 | 55 | 2F |
| Octal | 337 | 211 | 22 | 0 | 47 | 134 | 15 | 43 | 125 | 57 |
| Binary | 11011111 | 10001001 | 10010 | 0 | 100111 | 1011100 | 1101 | 100011 | 1010101 | 101111 |
Color Harmonies of #DF8912
Complementary color
Monochromatic Colors of #DF8912
Black with #DF8912
Text Example
Text Example
White with #DF8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8912; }
p { color: rgb(223,137,18); }
H1.HeaderClassName
{
color: #DF8912;
}
.AnyTagClassName
{
color: #DF8912;
}
</style>
background-color css
<style>
a { background-color: #DF8912; }
a { background-color: rgb(223,137,18); }
div.DivClassName
{
background-color: #DF8912;
}
.BgClassName
{
background-color: #DF8912;
}
</style>
border-color css
<style>
span { border-color: #DF8912; }
span { border-color: rgb(223,137,18); }
td.TdClassName
{
border-color: #DF8912;
}
.TagClassName
{
border-color: #DF8912;
}
</style>