Shades of Gamboge #D19913
Tints of Gamboge #D19913
RGB
CMYK
RGB Variations
Color information
#D19913 (or 0xD19913) is known color: Gamboge. HEX triplet: D1, 99 and 13. RGB value is (209,153,19). Sum of RGB (Red+Green+Blue) = 209+153+19=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D19913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19913 is #2E66EC. Grayscale: #9B9B9B. Windows color (decimal): -3041005 or 1284561. OLE color: 1284561.
HSL color Cylindrical-coordinate representation of color #D19913: hue angle of 42.32º 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 #D19913 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.18 |
| HSL | 42.32º | 0.83% | 0.45% | - |
| HSV(B) | 42.32º | 0.91% | 0.82% | - |
| XYZ | 37.8 | 36.38 | 5.65 | - |
| YUV | 154.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 19 | 0 | 0.27 | 0.91 | 0.18 | 42.32 | 0.83 | 0.45 |
| Hex | D1 | 99 | 13 | 0 | 1B | 5B | 12 | 2A | 53 | 2D |
| Octal | 321 | 231 | 23 | 0 | 33 | 133 | 22 | 52 | 123 | 55 |
| Binary | 11010001 | 10011001 | 10011 | 0 | 11011 | 1011011 | 10010 | 101010 | 1010011 | 101101 |
Color Harmonies of #D19913
Complementary color
Monochromatic Colors of #D19913
Black with #D19913
Text Example
Text Example
White with #D19913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19913; }
p { color: rgb(209,153,19); }
H1.HeaderClassName
{
color: #D19913;
}
.AnyTagClassName
{
color: #D19913;
}
</style>
background-color css
<style>
a { background-color: #D19913; }
a { background-color: rgb(209,153,19); }
div.DivClassName
{
background-color: #D19913;
}
.BgClassName
{
background-color: #D19913;
}
</style>
border-color css
<style>
span { border-color: #D19913; }
span { border-color: rgb(209,153,19); }
td.TdClassName
{
border-color: #D19913;
}
.TagClassName
{
border-color: #D19913;
}
</style>