Shades of Gamboge #D19413
Tints of Gamboge #D19413
RGB
CMYK
RGB Variations
Color information
#D19413 (or 0xD19413) is known color: Gamboge. HEX triplet: D1, 94 and 13. RGB value is (209,148,19). Sum of RGB (Red+Green+Blue) = 209+148+19=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D19413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19413 is #2E6BEC. Grayscale: #989898. Windows color (decimal): -3042285 or 1283281. OLE color: 1283281.
HSL color Cylindrical-coordinate representation of color #D19413: hue angle of 40.74º 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 #D19413 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 19 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.18 |
| HSL | 40.74º | 0.83% | 0.45% | - |
| HSV(B) | 40.74º | 0.91% | 0.82% | - |
| XYZ | 37 | 34.78 | 5.38 | - |
| YUV | 151.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 19 | 0 | 0.29 | 0.91 | 0.18 | 40.74 | 0.83 | 0.45 |
| Hex | D1 | 94 | 13 | 0 | 1D | 5B | 12 | 29 | 53 | 2D |
| Octal | 321 | 224 | 23 | 0 | 35 | 133 | 22 | 51 | 123 | 55 |
| Binary | 11010001 | 10010100 | 10011 | 0 | 11101 | 1011011 | 10010 | 101001 | 1010011 | 101101 |
Color Harmonies of #D19413
Complementary color
Monochromatic Colors of #D19413
Black with #D19413
Text Example
Text Example
White with #D19413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19413; }
p { color: rgb(209,148,19); }
H1.HeaderClassName
{
color: #D19413;
}
.AnyTagClassName
{
color: #D19413;
}
</style>
background-color css
<style>
a { background-color: #D19413; }
a { background-color: rgb(209,148,19); }
div.DivClassName
{
background-color: #D19413;
}
.BgClassName
{
background-color: #D19413;
}
</style>
border-color css
<style>
span { border-color: #D19413; }
span { border-color: rgb(209,148,19); }
td.TdClassName
{
border-color: #D19413;
}
.TagClassName
{
border-color: #D19413;
}
</style>