Shades of Gamboge #D19506
Tints of Gamboge #D19506
RGB
CMYK
RGB Variations
Color information
#D19506 (or 0xD19506) is known color: Gamboge. HEX triplet: D1, 95 and 06. RGB value is (209,149,6). Sum of RGB (Red+Green+Blue) = 209+149+6=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D19506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19506 is #2E6AF9. Grayscale: #979797. Windows color (decimal): -3042042 or 431569. OLE color: 431569.
HSL color Cylindrical-coordinate representation of color #D19506: hue angle of 42.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D19506 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.18 |
| HSL | 42.27º | 0.94% | 0.42% | - |
| HSV(B) | 42.27º | 0.97% | 0.82% | - |
| XYZ | 37.07 | 35.06 | 4.99 | - |
| YUV | 150.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 6 | 0 | 0.29 | 0.97 | 0.18 | 42.27 | 0.94 | 0.42 |
| Hex | D1 | 95 | 6 | 0 | 1D | 61 | 12 | 2A | 5E | 2A |
| Octal | 321 | 225 | 6 | 0 | 35 | 141 | 22 | 52 | 136 | 52 |
| Binary | 11010001 | 10010101 | 110 | 0 | 11101 | 1100001 | 10010 | 101010 | 1011110 | 101010 |
Color Harmonies of #D19506
Complementary color
Monochromatic Colors of #D19506
Black with #D19506
Text Example
Text Example
White with #D19506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19506; }
p { color: rgb(209,149,6); }
H1.HeaderClassName
{
color: #D19506;
}
.AnyTagClassName
{
color: #D19506;
}
</style>
background-color css
<style>
a { background-color: #D19506; }
a { background-color: rgb(209,149,6); }
div.DivClassName
{
background-color: #D19506;
}
.BgClassName
{
background-color: #D19506;
}
</style>
border-color css
<style>
span { border-color: #D19506; }
span { border-color: rgb(209,149,6); }
td.TdClassName
{
border-color: #D19506;
}
.TagClassName
{
border-color: #D19506;
}
</style>