Shades of Gamboge #D39112
Tints of Gamboge #D39112
RGB
CMYK
RGB Variations
Color information
#D39112 (or 0xD39112) is known color: Gamboge. HEX triplet: D3, 91 and 12. RGB value is (211,145,18). Sum of RGB (Red+Green+Blue) = 211+145+18=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D39112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39112 is #2C6EED. Grayscale: #969696. Windows color (decimal): -2911982 or 1216979. OLE color: 1216979.
HSL color Cylindrical-coordinate representation of color #D39112: hue angle of 39.48º 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 #D39112 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.17 |
| HSL | 39.48º | 0.84% | 0.45% | - |
| HSV(B) | 39.48º | 0.91% | 0.83% | - |
| XYZ | 37.1 | 34.14 | 5.21 | - |
| YUV | 150.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 18 | 0 | 0.31 | 0.91 | 0.17 | 39.48 | 0.84 | 0.45 |
| Hex | D3 | 91 | 12 | 0 | 1F | 5B | 11 | 27 | 54 | 2D |
| Octal | 323 | 221 | 22 | 0 | 37 | 133 | 21 | 47 | 124 | 55 |
| Binary | 11010011 | 10010001 | 10010 | 0 | 11111 | 1011011 | 10001 | 100111 | 1010100 | 101101 |
Color Harmonies of #D39112
Complementary color
Monochromatic Colors of #D39112
Black with #D39112
Text Example
Text Example
White with #D39112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39112; }
p { color: rgb(211,145,18); }
H1.HeaderClassName
{
color: #D39112;
}
.AnyTagClassName
{
color: #D39112;
}
</style>
background-color css
<style>
a { background-color: #D39112; }
a { background-color: rgb(211,145,18); }
div.DivClassName
{
background-color: #D39112;
}
.BgClassName
{
background-color: #D39112;
}
</style>
border-color css
<style>
span { border-color: #D39112; }
span { border-color: rgb(211,145,18); }
td.TdClassName
{
border-color: #D39112;
}
.TagClassName
{
border-color: #D39112;
}
</style>