Shades of Gamboge #D99413
Tints of Gamboge #D99413
RGB
CMYK
RGB Variations
Color information
#D99413 (or 0xD99413) is known color: Gamboge. HEX triplet: D9, 94 and 13. RGB value is (217,148,19). Sum of RGB (Red+Green+Blue) = 217+148+19=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99413 is #266BEC. Grayscale: #9A9A9A. Windows color (decimal): -2517997 or 1283289. OLE color: 1283289.
HSL color Cylindrical-coordinate representation of color #D99413: hue angle of 39.09º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D99413 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.15 |
| HSL | 39.09º | 0.84% | 0.46% | - |
| HSV(B) | 39.09º | 0.91% | 0.85% | - |
| XYZ | 39.32 | 35.98 | 5.49 | - |
| YUV | 153.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 19 | 0 | 0.32 | 0.91 | 0.15 | 39.09 | 0.84 | 0.46 |
| Hex | D9 | 94 | 13 | 0 | 20 | 5B | F | 27 | 54 | 2E |
| Octal | 331 | 224 | 23 | 0 | 40 | 133 | 17 | 47 | 124 | 56 |
| Binary | 11011001 | 10010100 | 10011 | 0 | 100000 | 1011011 | 1111 | 100111 | 1010100 | 101110 |
Color Harmonies of #D99413
Complementary color
Monochromatic Colors of #D99413
Black with #D99413
Text Example
Text Example
White with #D99413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99413; }
p { color: rgb(217,148,19); }
H1.HeaderClassName
{
color: #D99413;
}
.AnyTagClassName
{
color: #D99413;
}
</style>
background-color css
<style>
a { background-color: #D99413; }
a { background-color: rgb(217,148,19); }
div.DivClassName
{
background-color: #D99413;
}
.BgClassName
{
background-color: #D99413;
}
</style>
border-color css
<style>
span { border-color: #D99413; }
span { border-color: rgb(217,148,19); }
td.TdClassName
{
border-color: #D99413;
}
.TagClassName
{
border-color: #D99413;
}
</style>