Shades of Gamboge #D49200
Tints of Gamboge #D49200
RGB
CMYK
RGB Variations
Color information
#D49200 (or 0xD49200) is known color: Gamboge. HEX triplet: D4, 92 and 00. RGB value is (212,146,0). Sum of RGB (Red+Green+Blue) = 212+146+0=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D49200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49200 is #2B6DFF. Grayscale: #959595. Windows color (decimal): -2846208 or 37588. OLE color: 37588.
HSL color Cylindrical-coordinate representation of color #D49200: hue angle of 41.32º 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 #D49200 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.17 |
| HSL | 41.32º | 1% | 0.42% | - |
| HSV(B) | 41.32º | 1% | 0.83% | - |
| XYZ | 37.43 | 34.55 | 4.7 | - |
| YUV | 149.09 | 43.87 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 0 | 0 | 0.31 | 1 | 0.17 | 41.32 | 1 | 0.42 |
| Hex | D4 | 92 | 0 | 0 | 1F | 64 | 11 | 29 | 64 | 2A |
| Octal | 324 | 222 | 0 | 0 | 37 | 144 | 21 | 51 | 144 | 52 |
| Binary | 11010100 | 10010010 | 0 | 0 | 11111 | 1100100 | 10001 | 101001 | 1100100 | 101010 |
Color Harmonies of #D49200
Complementary color
Monochromatic Colors of #D49200
Black with #D49200
Text Example
Text Example
White with #D49200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49200; }
p { color: rgb(212,146,0); }
H1.HeaderClassName
{
color: #D49200;
}
.AnyTagClassName
{
color: #D49200;
}
</style>
background-color css
<style>
a { background-color: #D49200; }
a { background-color: rgb(212,146,0); }
div.DivClassName
{
background-color: #D49200;
}
.BgClassName
{
background-color: #D49200;
}
</style>
border-color css
<style>
span { border-color: #D49200; }
span { border-color: rgb(212,146,0); }
td.TdClassName
{
border-color: #D49200;
}
.TagClassName
{
border-color: #D49200;
}
</style>