Shades of Gamboge #D39811
Tints of Gamboge #D39811
RGB
CMYK
RGB Variations
Color information
#D39811 (or 0xD39811) is known color: Gamboge. HEX triplet: D3, 98 and 11. RGB value is (211,152,17). Sum of RGB (Red+Green+Blue) = 211+152+17=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D39811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39811 is #2C67EE. Grayscale: #9A9A9A. Windows color (decimal): -2910191 or 1153235. OLE color: 1153235.
HSL color Cylindrical-coordinate representation of color #D39811: hue angle of 41.75º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D39811 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 17 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.17 |
| HSL | 41.75º | 0.85% | 0.45% | - |
| HSV(B) | 41.75º | 0.92% | 0.83% | - |
| XYZ | 38.19 | 36.35 | 5.53 | - |
| YUV | 154.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 17 | 0 | 0.28 | 0.92 | 0.17 | 41.75 | 0.85 | 0.45 |
| Hex | D3 | 98 | 11 | 0 | 1C | 5C | 11 | 2A | 55 | 2D |
| Octal | 323 | 230 | 21 | 0 | 34 | 134 | 21 | 52 | 125 | 55 |
| Binary | 11010011 | 10011000 | 10001 | 0 | 11100 | 1011100 | 10001 | 101010 | 1010101 | 101101 |
Color Harmonies of #D39811
Complementary color
Monochromatic Colors of #D39811
Black with #D39811
Text Example
Text Example
White with #D39811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39811; }
p { color: rgb(211,152,17); }
H1.HeaderClassName
{
color: #D39811;
}
.AnyTagClassName
{
color: #D39811;
}
</style>
background-color css
<style>
a { background-color: #D39811; }
a { background-color: rgb(211,152,17); }
div.DivClassName
{
background-color: #D39811;
}
.BgClassName
{
background-color: #D39811;
}
</style>
border-color css
<style>
span { border-color: #D39811; }
span { border-color: rgb(211,152,17); }
td.TdClassName
{
border-color: #D39811;
}
.TagClassName
{
border-color: #D39811;
}
</style>