Shades of Gamboge #D49900
Tints of Gamboge #D49900
RGB
CMYK
RGB Variations
Color information
#D49900 (or 0xD49900) is known color: Gamboge. HEX triplet: D4, 99 and 00. RGB value is (212,153,0). Sum of RGB (Red+Green+Blue) = 212+153+0=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D49900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49900 is #2B66FF. Grayscale: #999999. Windows color (decimal): -2844416 or 39380. OLE color: 39380.
HSL color Cylindrical-coordinate representation of color #D49900: hue angle of 43.3º 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 #D49900 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.17 |
| HSL | 43.3º | 1% | 0.42% | - |
| HSV(B) | 43.3º | 1% | 0.83% | - |
| XYZ | 38.54 | 36.78 | 5.07 | - |
| YUV | 153.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 0 | 0 | 0.28 | 1 | 0.17 | 43.3 | 1 | 0.42 |
| Hex | D4 | 99 | 0 | 0 | 1C | 64 | 11 | 2B | 64 | 2A |
| Octal | 324 | 231 | 0 | 0 | 34 | 144 | 21 | 53 | 144 | 52 |
| Binary | 11010100 | 10011001 | 0 | 0 | 11100 | 1100100 | 10001 | 101011 | 1100100 | 101010 |
Color Harmonies of #D49900
Complementary color
Monochromatic Colors of #D49900
Black with #D49900
Text Example
Text Example
White with #D49900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49900; }
p { color: rgb(212,153,0); }
H1.HeaderClassName
{
color: #D49900;
}
.AnyTagClassName
{
color: #D49900;
}
</style>
background-color css
<style>
a { background-color: #D49900; }
a { background-color: rgb(212,153,0); }
div.DivClassName
{
background-color: #D49900;
}
.BgClassName
{
background-color: #D49900;
}
</style>
border-color css
<style>
span { border-color: #D49900; }
span { border-color: rgb(212,153,0); }
td.TdClassName
{
border-color: #D49900;
}
.TagClassName
{
border-color: #D49900;
}
</style>