Shades of Gamboge #D49D09
Tints of Gamboge #D49D09
RGB
CMYK
RGB Variations
Color information
#D49D09 (or 0xD49D09) is known color: Gamboge. HEX triplet: D4, 9D and 09. RGB value is (212,157,9). Sum of RGB (Red+Green+Blue) = 212+157+9=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49D09 is #2B62F6. Grayscale: #9D9D9D. Windows color (decimal): -2843383 or 630228. OLE color: 630228.
HSL color Cylindrical-coordinate representation of color #D49D09: hue angle of 43.74º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D49D09 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.17 |
| HSL | 43.74º | 0.92% | 0.43% | - |
| HSV(B) | 43.74º | 0.96% | 0.83% | - |
| XYZ | 39.26 | 38.13 | 5.55 | - |
| YUV | 156.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 9 | 0 | 0.26 | 0.96 | 0.17 | 43.74 | 0.92 | 0.43 |
| Hex | D4 | 9D | 9 | 0 | 1A | 60 | 11 | 2C | 5C | 2B |
| Octal | 324 | 235 | 11 | 0 | 32 | 140 | 21 | 54 | 134 | 53 |
| Binary | 11010100 | 10011101 | 1001 | 0 | 11010 | 1100000 | 10001 | 101100 | 1011100 | 101011 |
Color Harmonies of #D49D09
Complementary color
Monochromatic Colors of #D49D09
Black with #D49D09
Text Example
Text Example
White with #D49D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D09; }
p { color: rgb(212,157,9); }
H1.HeaderClassName
{
color: #D49D09;
}
.AnyTagClassName
{
color: #D49D09;
}
</style>
background-color css
<style>
a { background-color: #D49D09; }
a { background-color: rgb(212,157,9); }
div.DivClassName
{
background-color: #D49D09;
}
.BgClassName
{
background-color: #D49D09;
}
</style>
border-color css
<style>
span { border-color: #D49D09; }
span { border-color: rgb(212,157,9); }
td.TdClassName
{
border-color: #D49D09;
}
.TagClassName
{
border-color: #D49D09;
}
</style>