Shades of Gamboge #D39311
Tints of Gamboge #D39311
RGB
CMYK
RGB Variations
Color information
#D39311 (or 0xD39311) is known color: Gamboge. HEX triplet: D3, 93 and 11. RGB value is (211,147,17). Sum of RGB (Red+Green+Blue) = 211+147+17=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D39311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39311 is #2C6CEE. Grayscale: #979797. Windows color (decimal): -2911471 or 1151955. OLE color: 1151955.
HSL color Cylindrical-coordinate representation of color #D39311: hue angle of 40.21º 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 #D39311 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 17 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.17 |
| HSL | 40.21º | 0.85% | 0.45% | - |
| HSV(B) | 40.21º | 0.92% | 0.83% | - |
| XYZ | 37.4 | 34.76 | 5.27 | - |
| YUV | 151.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 17 | 0 | 0.30 | 0.92 | 0.17 | 40.21 | 0.85 | 0.45 |
| Hex | D3 | 93 | 11 | 0 | 1E | 5C | 11 | 28 | 55 | 2D |
| Octal | 323 | 223 | 21 | 0 | 36 | 134 | 21 | 50 | 125 | 55 |
| Binary | 11010011 | 10010011 | 10001 | 0 | 11110 | 1011100 | 10001 | 101000 | 1010101 | 101101 |
Color Harmonies of #D39311
Complementary color
Monochromatic Colors of #D39311
Black with #D39311
Text Example
Text Example
White with #D39311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39311; }
p { color: rgb(211,147,17); }
H1.HeaderClassName
{
color: #D39311;
}
.AnyTagClassName
{
color: #D39311;
}
</style>
background-color css
<style>
a { background-color: #D39311; }
a { background-color: rgb(211,147,17); }
div.DivClassName
{
background-color: #D39311;
}
.BgClassName
{
background-color: #D39311;
}
</style>
border-color css
<style>
span { border-color: #D39311; }
span { border-color: rgb(211,147,17); }
td.TdClassName
{
border-color: #D39311;
}
.TagClassName
{
border-color: #D39311;
}
</style>