Shades of Gamboge #D39F08
Tints of Gamboge #D39F08
RGB
CMYK
RGB Variations
Color information
#D39F08 (or 0xD39F08) is known color: Gamboge. HEX triplet: D3, 9F and 08. RGB value is (211,159,8). Sum of RGB (Red+Green+Blue) = 211+159+8=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39F08 is #2C60F7. Grayscale: #9D9D9D. Windows color (decimal): -2908408 or 565203. OLE color: 565203.
HSL color Cylindrical-coordinate representation of color #D39F08: hue angle of 44.63º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D39F08 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.17 |
| HSL | 44.63º | 0.93% | 0.43% | - |
| HSV(B) | 44.63º | 0.96% | 0.83% | - |
| XYZ | 39.31 | 38.66 | 5.62 | - |
| YUV | 157.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 8 | 0 | 0.25 | 0.96 | 0.17 | 44.63 | 0.93 | 0.43 |
| Hex | D3 | 9F | 8 | 0 | 19 | 60 | 11 | 2D | 5D | 2B |
| Octal | 323 | 237 | 10 | 0 | 31 | 140 | 21 | 55 | 135 | 53 |
| Binary | 11010011 | 10011111 | 1000 | 0 | 11001 | 1100000 | 10001 | 101101 | 1011101 | 101011 |
Color Harmonies of #D39F08
Complementary color
Monochromatic Colors of #D39F08
Black with #D39F08
Text Example
Text Example
White with #D39F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F08; }
p { color: rgb(211,159,8); }
H1.HeaderClassName
{
color: #D39F08;
}
.AnyTagClassName
{
color: #D39F08;
}
</style>
background-color css
<style>
a { background-color: #D39F08; }
a { background-color: rgb(211,159,8); }
div.DivClassName
{
background-color: #D39F08;
}
.BgClassName
{
background-color: #D39F08;
}
</style>
border-color css
<style>
span { border-color: #D39F08; }
span { border-color: rgb(211,159,8); }
td.TdClassName
{
border-color: #D39F08;
}
.TagClassName
{
border-color: #D39F08;
}
</style>