Shades of Gamboge #D49306
Tints of Gamboge #D49306
RGB
CMYK
RGB Variations
Color information
#D49306 (or 0xD49306) is known color: Gamboge. HEX triplet: D4, 93 and 06. RGB value is (212,147,6). Sum of RGB (Red+Green+Blue) = 212+147+6=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D49306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49306 is #2B6CF9. Grayscale: #969696. Windows color (decimal): -2845946 or 431060. OLE color: 431060.
HSL color Cylindrical-coordinate representation of color #D49306: hue angle of 41.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D49306 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.17 |
| HSL | 41.07º | 0.94% | 0.43% | - |
| HSV(B) | 41.07º | 0.97% | 0.83% | - |
| XYZ | 37.62 | 34.88 | 4.92 | - |
| YUV | 150.36 | 46.53 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 6 | 0 | 0.31 | 0.97 | 0.17 | 41.07 | 0.94 | 0.43 |
| Hex | D4 | 93 | 6 | 0 | 1F | 61 | 11 | 29 | 5E | 2B |
| Octal | 324 | 223 | 6 | 0 | 37 | 141 | 21 | 51 | 136 | 53 |
| Binary | 11010100 | 10010011 | 110 | 0 | 11111 | 1100001 | 10001 | 101001 | 1011110 | 101011 |
Color Harmonies of #D49306
Complementary color
Monochromatic Colors of #D49306
Black with #D49306
Text Example
Text Example
White with #D49306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49306; }
p { color: rgb(212,147,6); }
H1.HeaderClassName
{
color: #D49306;
}
.AnyTagClassName
{
color: #D49306;
}
</style>
background-color css
<style>
a { background-color: #D49306; }
a { background-color: rgb(212,147,6); }
div.DivClassName
{
background-color: #D49306;
}
.BgClassName
{
background-color: #D49306;
}
</style>
border-color css
<style>
span { border-color: #D49306; }
span { border-color: rgb(212,147,6); }
td.TdClassName
{
border-color: #D49306;
}
.TagClassName
{
border-color: #D49306;
}
</style>