Shades of Gamboge #D49711
Tints of Gamboge #D49711
RGB
CMYK
RGB Variations
Color information
#D49711 (or 0xD49711) is known color: Gamboge. HEX triplet: D4, 97 and 11. RGB value is (212,151,17). Sum of RGB (Red+Green+Blue) = 212+151+17=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D49711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49711 is #2B68EE. Grayscale: #9A9A9A. Windows color (decimal): -2844911 or 1152980. OLE color: 1152980.
HSL color Cylindrical-coordinate representation of color #D49711: hue angle of 41.23º 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 #D49711 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.17 |
| HSL | 41.23º | 0.85% | 0.45% | - |
| HSV(B) | 41.23º | 0.92% | 0.83% | - |
| XYZ | 38.32 | 36.17 | 5.49 | - |
| YUV | 153.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 17 | 0 | 0.29 | 0.92 | 0.17 | 41.23 | 0.85 | 0.45 |
| Hex | D4 | 97 | 11 | 0 | 1D | 5C | 11 | 29 | 55 | 2D |
| Octal | 324 | 227 | 21 | 0 | 35 | 134 | 21 | 51 | 125 | 55 |
| Binary | 11010100 | 10010111 | 10001 | 0 | 11101 | 1011100 | 10001 | 101001 | 1010101 | 101101 |
Color Harmonies of #D49711
Complementary color
Monochromatic Colors of #D49711
Black with #D49711
Text Example
Text Example
White with #D49711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49711; }
p { color: rgb(212,151,17); }
H1.HeaderClassName
{
color: #D49711;
}
.AnyTagClassName
{
color: #D49711;
}
</style>
background-color css
<style>
a { background-color: #D49711; }
a { background-color: rgb(212,151,17); }
div.DivClassName
{
background-color: #D49711;
}
.BgClassName
{
background-color: #D49711;
}
</style>
border-color css
<style>
span { border-color: #D49711; }
span { border-color: rgb(212,151,17); }
td.TdClassName
{
border-color: #D49711;
}
.TagClassName
{
border-color: #D49711;
}
</style>