Shades of Gamboge #D49E00
Tints of Gamboge #D49E00
RGB
CMYK
RGB Variations
Color information
#D49E00 (or 0xD49E00) is known color: Gamboge. HEX triplet: D4, 9E and 00. RGB value is (212,158,0). Sum of RGB (Red+Green+Blue) = 212+158+0=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49E00 is #2B61FF. Grayscale: #9C9C9C. Windows color (decimal): -2843136 or 40660. OLE color: 40660.
HSL color Cylindrical-coordinate representation of color #D49E00: hue angle of 44.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D49E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.17 |
| HSL | 44.72º | 1% | 0.42% | - |
| HSV(B) | 44.72º | 1% | 0.83% | - |
| XYZ | 39.38 | 38.45 | 5.35 | - |
| YUV | 156.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 0 | 0 | 0.25 | 1 | 0.17 | 44.72 | 1 | 0.42 |
| Hex | D4 | 9E | 0 | 0 | 19 | 64 | 11 | 2D | 64 | 2A |
| Octal | 324 | 236 | 0 | 0 | 31 | 144 | 21 | 55 | 144 | 52 |
| Binary | 11010100 | 10011110 | 0 | 0 | 11001 | 1100100 | 10001 | 101101 | 1100100 | 101010 |
Color Harmonies of #D49E00
Complementary color
Monochromatic Colors of #D49E00
Black with #D49E00
Text Example
Text Example
White with #D49E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E00; }
p { color: rgb(212,158,0); }
H1.HeaderClassName
{
color: #D49E00;
}
.AnyTagClassName
{
color: #D49E00;
}
</style>
background-color css
<style>
a { background-color: #D49E00; }
a { background-color: rgb(212,158,0); }
div.DivClassName
{
background-color: #D49E00;
}
.BgClassName
{
background-color: #D49E00;
}
</style>
border-color css
<style>
span { border-color: #D49E00; }
span { border-color: rgb(212,158,0); }
td.TdClassName
{
border-color: #D49E00;
}
.TagClassName
{
border-color: #D49E00;
}
</style>