Shades of Gamboge #D39612
Tints of Gamboge #D39612
RGB
CMYK
RGB Variations
Color information
#D39612 (or 0xD39612) is known color: Gamboge. HEX triplet: D3, 96 and 12. RGB value is (211,150,18). Sum of RGB (Red+Green+Blue) = 211+150+18=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D39612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39612 is #2C69ED. Grayscale: #999999. Windows color (decimal): -2910702 or 1218259. OLE color: 1218259.
HSL color Cylindrical-coordinate representation of color #D39612: hue angle of 41.04º 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 #D39612 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.17 |
| HSL | 41.04º | 0.84% | 0.45% | - |
| HSV(B) | 41.04º | 0.91% | 0.83% | - |
| XYZ | 37.88 | 35.71 | 5.47 | - |
| YUV | 153.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 18 | 0 | 0.29 | 0.91 | 0.17 | 41.04 | 0.84 | 0.45 |
| Hex | D3 | 96 | 12 | 0 | 1D | 5B | 11 | 29 | 54 | 2D |
| Octal | 323 | 226 | 22 | 0 | 35 | 133 | 21 | 51 | 124 | 55 |
| Binary | 11010011 | 10010110 | 10010 | 0 | 11101 | 1011011 | 10001 | 101001 | 1010100 | 101101 |
Color Harmonies of #D39612
Complementary color
Monochromatic Colors of #D39612
Black with #D39612
Text Example
Text Example
White with #D39612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39612; }
p { color: rgb(211,150,18); }
H1.HeaderClassName
{
color: #D39612;
}
.AnyTagClassName
{
color: #D39612;
}
</style>
background-color css
<style>
a { background-color: #D39612; }
a { background-color: rgb(211,150,18); }
div.DivClassName
{
background-color: #D39612;
}
.BgClassName
{
background-color: #D39612;
}
</style>
border-color css
<style>
span { border-color: #D39612; }
span { border-color: rgb(211,150,18); }
td.TdClassName
{
border-color: #D39612;
}
.TagClassName
{
border-color: #D39612;
}
</style>