Shades of Gamboge #D49404
Tints of Gamboge #D49404
RGB
CMYK
RGB Variations
Color information
#D49404 (or 0xD49404) is known color: Gamboge. HEX triplet: D4, 94 and 04. RGB value is (212,148,4). Sum of RGB (Red+Green+Blue) = 212+148+4=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D49404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49404 is #2B6BFB. Grayscale: #979797. Windows color (decimal): -2845692 or 300244. OLE color: 300244.
HSL color Cylindrical-coordinate representation of color #D49404: hue angle of 41.54º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D49404 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.17 |
| HSL | 41.54º | 0.96% | 0.42% | - |
| HSV(B) | 41.54º | 0.98% | 0.83% | - |
| XYZ | 37.76 | 35.19 | 4.92 | - |
| YUV | 150.72 | 45.2 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 4 | 0 | 0.30 | 0.98 | 0.17 | 41.54 | 0.96 | 0.42 |
| Hex | D4 | 94 | 4 | 0 | 1E | 62 | 11 | 2A | 60 | 2A |
| Octal | 324 | 224 | 4 | 0 | 36 | 142 | 21 | 52 | 140 | 52 |
| Binary | 11010100 | 10010100 | 100 | 0 | 11110 | 1100010 | 10001 | 101010 | 1100000 | 101010 |
Color Harmonies of #D49404
Complementary color
Monochromatic Colors of #D49404
Black with #D49404
Text Example
Text Example
White with #D49404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49404; }
p { color: rgb(212,148,4); }
H1.HeaderClassName
{
color: #D49404;
}
.AnyTagClassName
{
color: #D49404;
}
</style>
background-color css
<style>
a { background-color: #D49404; }
a { background-color: rgb(212,148,4); }
div.DivClassName
{
background-color: #D49404;
}
.BgClassName
{
background-color: #D49404;
}
</style>
border-color css
<style>
span { border-color: #D49404; }
span { border-color: rgb(212,148,4); }
td.TdClassName
{
border-color: #D49404;
}
.TagClassName
{
border-color: #D49404;
}
</style>