Shades of Gamboge #D19B13
Tints of Gamboge #D19B13
RGB
CMYK
RGB Variations
Color information
#D19B13 (or 0xD19B13) is known color: Gamboge. HEX triplet: D1, 9B and 13. RGB value is (209,155,19). Sum of RGB (Red+Green+Blue) = 209+155+19=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19B13 is #2E64EC. Grayscale: #9C9C9C. Windows color (decimal): -3040493 or 1285073. OLE color: 1285073.
HSL color Cylindrical-coordinate representation of color #D19B13: hue angle of 42.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D19B13 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 19 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.18 |
| HSL | 42.95º | 0.83% | 0.45% | - |
| HSV(B) | 42.95º | 0.91% | 0.82% | - |
| XYZ | 38.13 | 37.05 | 5.76 | - |
| YUV | 155.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 19 | 0 | 0.26 | 0.91 | 0.18 | 42.95 | 0.83 | 0.45 |
| Hex | D1 | 9B | 13 | 0 | 1A | 5B | 12 | 2B | 53 | 2D |
| Octal | 321 | 233 | 23 | 0 | 32 | 133 | 22 | 53 | 123 | 55 |
| Binary | 11010001 | 10011011 | 10011 | 0 | 11010 | 1011011 | 10010 | 101011 | 1010011 | 101101 |
Color Harmonies of #D19B13
Complementary color
Monochromatic Colors of #D19B13
Black with #D19B13
Text Example
Text Example
White with #D19B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B13; }
p { color: rgb(209,155,19); }
H1.HeaderClassName
{
color: #D19B13;
}
.AnyTagClassName
{
color: #D19B13;
}
</style>
background-color css
<style>
a { background-color: #D19B13; }
a { background-color: rgb(209,155,19); }
div.DivClassName
{
background-color: #D19B13;
}
.BgClassName
{
background-color: #D19B13;
}
</style>
border-color css
<style>
span { border-color: #D19B13; }
span { border-color: rgb(209,155,19); }
td.TdClassName
{
border-color: #D19B13;
}
.TagClassName
{
border-color: #D19B13;
}
</style>