Shades of Gamboge #D39F12
Tints of Gamboge #D39F12
RGB
CMYK
RGB Variations
Color information
#D39F12 (or 0xD39F12) is known color: Gamboge. HEX triplet: D3, 9F and 12. RGB value is (211,159,18). Sum of RGB (Red+Green+Blue) = 211+159+18=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39F12 is #2C60ED. Grayscale: #9F9F9F. Windows color (decimal): -2908398 or 1220563. OLE color: 1220563.
HSL color Cylindrical-coordinate representation of color #D39F12: hue angle of 43.83º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D39F12 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 18 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.17 |
| HSL | 43.83º | 0.84% | 0.45% | - |
| HSV(B) | 43.83º | 0.91% | 0.83% | - |
| XYZ | 39.37 | 38.69 | 5.96 | - |
| YUV | 158.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 18 | 0 | 0.25 | 0.91 | 0.17 | 43.83 | 0.84 | 0.45 |
| Hex | D3 | 9F | 12 | 0 | 19 | 5B | 11 | 2C | 54 | 2D |
| Octal | 323 | 237 | 22 | 0 | 31 | 133 | 21 | 54 | 124 | 55 |
| Binary | 11010011 | 10011111 | 10010 | 0 | 11001 | 1011011 | 10001 | 101100 | 1010100 | 101101 |
Color Harmonies of #D39F12
Complementary color
Monochromatic Colors of #D39F12
Black with #D39F12
Text Example
Text Example
White with #D39F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F12; }
p { color: rgb(211,159,18); }
H1.HeaderClassName
{
color: #D39F12;
}
.AnyTagClassName
{
color: #D39F12;
}
</style>
background-color css
<style>
a { background-color: #D39F12; }
a { background-color: rgb(211,159,18); }
div.DivClassName
{
background-color: #D39F12;
}
.BgClassName
{
background-color: #D39F12;
}
</style>
border-color css
<style>
span { border-color: #D39F12; }
span { border-color: rgb(211,159,18); }
td.TdClassName
{
border-color: #D39F12;
}
.TagClassName
{
border-color: #D39F12;
}
</style>