Shades of Gamboge #D99D13
Tints of Gamboge #D99D13
RGB
CMYK
RGB Variations
Color information
#D99D13 (or 0xD99D13) is known color: Gamboge. HEX triplet: D9, 9D and 13. RGB value is (217,157,19). Sum of RGB (Red+Green+Blue) = 217+157+19=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D13 is #2662EC. Grayscale: #9F9F9F. Windows color (decimal): -2515693 or 1285593. OLE color: 1285593.
HSL color Cylindrical-coordinate representation of color #D99D13: hue angle of 41.82º 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 #D99D13 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 19 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.15 |
| HSL | 41.82º | 0.84% | 0.46% | - |
| HSV(B) | 41.82º | 0.91% | 0.85% | - |
| XYZ | 40.79 | 38.91 | 5.98 | - |
| YUV | 159.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 19 | 0 | 0.28 | 0.91 | 0.15 | 41.82 | 0.84 | 0.46 |
| Hex | D9 | 9D | 13 | 0 | 1C | 5B | F | 2A | 54 | 2E |
| Octal | 331 | 235 | 23 | 0 | 34 | 133 | 17 | 52 | 124 | 56 |
| Binary | 11011001 | 10011101 | 10011 | 0 | 11100 | 1011011 | 1111 | 101010 | 1010100 | 101110 |
Color Harmonies of #D99D13
Complementary color
Monochromatic Colors of #D99D13
Black with #D99D13
Text Example
Text Example
White with #D99D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D13; }
p { color: rgb(217,157,19); }
H1.HeaderClassName
{
color: #D99D13;
}
.AnyTagClassName
{
color: #D99D13;
}
</style>
background-color css
<style>
a { background-color: #D99D13; }
a { background-color: rgb(217,157,19); }
div.DivClassName
{
background-color: #D99D13;
}
.BgClassName
{
background-color: #D99D13;
}
</style>
border-color css
<style>
span { border-color: #D99D13; }
span { border-color: rgb(217,157,19); }
td.TdClassName
{
border-color: #D99D13;
}
.TagClassName
{
border-color: #D99D13;
}
</style>