Shades of Gamboge #D49F03
Tints of Gamboge #D49F03
RGB
CMYK
RGB Variations
Color information
#D49F03 (or 0xD49F03) is known color: Gamboge. HEX triplet: D4, 9F and 03. RGB value is (212,159,3). Sum of RGB (Red+Green+Blue) = 212+159+3=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49F03 is #2B60FC. Grayscale: #9D9D9D. Windows color (decimal): -2842877 or 237524. OLE color: 237524.
HSL color Cylindrical-coordinate representation of color #D49F03: hue angle of 44.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D49F03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.17 |
| HSL | 44.78º | 0.97% | 0.42% | - |
| HSV(B) | 44.78º | 0.99% | 0.83% | - |
| XYZ | 39.57 | 38.8 | 5.49 | - |
| YUV | 157.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 3 | 0 | 0.25 | 0.99 | 0.17 | 44.78 | 0.97 | 0.42 |
| Hex | D4 | 9F | 3 | 0 | 19 | 63 | 11 | 2D | 61 | 2A |
| Octal | 324 | 237 | 3 | 0 | 31 | 143 | 21 | 55 | 141 | 52 |
| Binary | 11010100 | 10011111 | 11 | 0 | 11001 | 1100011 | 10001 | 101101 | 1100001 | 101010 |
Color Harmonies of #D49F03
Complementary color
Monochromatic Colors of #D49F03
Black with #D49F03
Text Example
Text Example
White with #D49F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F03; }
p { color: rgb(212,159,3); }
H1.HeaderClassName
{
color: #D49F03;
}
.AnyTagClassName
{
color: #D49F03;
}
</style>
background-color css
<style>
a { background-color: #D49F03; }
a { background-color: rgb(212,159,3); }
div.DivClassName
{
background-color: #D49F03;
}
.BgClassName
{
background-color: #D49F03;
}
</style>
border-color css
<style>
span { border-color: #D49F03; }
span { border-color: rgb(212,159,3); }
td.TdClassName
{
border-color: #D49F03;
}
.TagClassName
{
border-color: #D49F03;
}
</style>