Shades of Gamboge #D49300
Tints of Gamboge #D49300
RGB
CMYK
RGB Variations
Color information
#D49300 (or 0xD49300) is known color: Gamboge. HEX triplet: D4, 93 and 00. RGB value is (212,147,0). Sum of RGB (Red+Green+Blue) = 212+147+0=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D49300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49300 is #2B6CFF. Grayscale: #969696. Windows color (decimal): -2845952 or 37844. OLE color: 37844.
HSL color Cylindrical-coordinate representation of color #D49300: hue angle of 41.6º 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 #D49300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.17 |
| HSL | 41.6º | 1% | 0.42% | - |
| HSV(B) | 41.6º | 1% | 0.83% | - |
| XYZ | 37.59 | 34.86 | 4.75 | - |
| YUV | 149.68 | 43.53 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 0 | 0 | 0.31 | 1 | 0.17 | 41.6 | 1 | 0.42 |
| Hex | D4 | 93 | 0 | 0 | 1F | 64 | 11 | 2A | 64 | 2A |
| Octal | 324 | 223 | 0 | 0 | 37 | 144 | 21 | 52 | 144 | 52 |
| Binary | 11010100 | 10010011 | 0 | 0 | 11111 | 1100100 | 10001 | 101010 | 1100100 | 101010 |
Color Harmonies of #D49300
Complementary color
Monochromatic Colors of #D49300
Black with #D49300
Text Example
Text Example
White with #D49300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49300; }
p { color: rgb(212,147,0); }
H1.HeaderClassName
{
color: #D49300;
}
.AnyTagClassName
{
color: #D49300;
}
</style>
background-color css
<style>
a { background-color: #D49300; }
a { background-color: rgb(212,147,0); }
div.DivClassName
{
background-color: #D49300;
}
.BgClassName
{
background-color: #D49300;
}
</style>
border-color css
<style>
span { border-color: #D49300; }
span { border-color: rgb(212,147,0); }
td.TdClassName
{
border-color: #D49300;
}
.TagClassName
{
border-color: #D49300;
}
</style>