Shades of Gamboge #D49209
Tints of Gamboge #D49209
RGB
CMYK
RGB Variations
Color information
#D49209 (or 0xD49209) is known color: Gamboge. HEX triplet: D4, 92 and 09. RGB value is (212,146,9). Sum of RGB (Red+Green+Blue) = 212+146+9=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D49209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49209 is #2B6DF6. Grayscale: #969696. Windows color (decimal): -2846199 or 627412. OLE color: 627412.
HSL color Cylindrical-coordinate representation of color #D49209: hue angle of 40.49º 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 #D49209 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.17 |
| HSL | 40.49º | 0.92% | 0.43% | - |
| HSV(B) | 40.49º | 0.96% | 0.83% | - |
| XYZ | 37.48 | 34.57 | 4.96 | - |
| YUV | 150.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 9 | 0 | 0.31 | 0.96 | 0.17 | 40.49 | 0.92 | 0.43 |
| Hex | D4 | 92 | 9 | 0 | 1F | 60 | 11 | 28 | 5C | 2B |
| Octal | 324 | 222 | 11 | 0 | 37 | 140 | 21 | 50 | 134 | 53 |
| Binary | 11010100 | 10010010 | 1001 | 0 | 11111 | 1100000 | 10001 | 101000 | 1011100 | 101011 |
Color Harmonies of #D49209
Complementary color
Monochromatic Colors of #D49209
Black with #D49209
Text Example
Text Example
White with #D49209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49209; }
p { color: rgb(212,146,9); }
H1.HeaderClassName
{
color: #D49209;
}
.AnyTagClassName
{
color: #D49209;
}
</style>
background-color css
<style>
a { background-color: #D49209; }
a { background-color: rgb(212,146,9); }
div.DivClassName
{
background-color: #D49209;
}
.BgClassName
{
background-color: #D49209;
}
</style>
border-color css
<style>
span { border-color: #D49209; }
span { border-color: rgb(212,146,9); }
td.TdClassName
{
border-color: #D49209;
}
.TagClassName
{
border-color: #D49209;
}
</style>