Shades of Gamboge #D49113
Tints of Gamboge #D49113
RGB
CMYK
RGB Variations
Color information
#D49113 (or 0xD49113) is known color: Gamboge. HEX triplet: D4, 91 and 13. RGB value is (212,145,19). Sum of RGB (Red+Green+Blue) = 212+145+19=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D49113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49113 is #2B6EEC. Grayscale: #979797. Windows color (decimal): -2846445 or 1282516. OLE color: 1282516.
HSL color Cylindrical-coordinate representation of color #D49113: hue angle of 39.17º 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 #D49113 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.17 |
| HSL | 39.17º | 0.84% | 0.45% | - |
| HSV(B) | 39.17º | 0.91% | 0.83% | - |
| XYZ | 37.39 | 34.29 | 5.26 | - |
| YUV | 150.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 19 | 0 | 0.32 | 0.91 | 0.17 | 39.17 | 0.84 | 0.45 |
| Hex | D4 | 91 | 13 | 0 | 20 | 5B | 11 | 27 | 54 | 2D |
| Octal | 324 | 221 | 23 | 0 | 40 | 133 | 21 | 47 | 124 | 55 |
| Binary | 11010100 | 10010001 | 10011 | 0 | 100000 | 1011011 | 10001 | 100111 | 1010100 | 101101 |
Color Harmonies of #D49113
Complementary color
Monochromatic Colors of #D49113
Black with #D49113
Text Example
Text Example
White with #D49113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49113; }
p { color: rgb(212,145,19); }
H1.HeaderClassName
{
color: #D49113;
}
.AnyTagClassName
{
color: #D49113;
}
</style>
background-color css
<style>
a { background-color: #D49113; }
a { background-color: rgb(212,145,19); }
div.DivClassName
{
background-color: #D49113;
}
.BgClassName
{
background-color: #D49113;
}
</style>
border-color css
<style>
span { border-color: #D49113; }
span { border-color: rgb(212,145,19); }
td.TdClassName
{
border-color: #D49113;
}
.TagClassName
{
border-color: #D49113;
}
</style>