Shades of Gamboge #D98D13
Tints of Gamboge #D98D13
RGB
CMYK
RGB Variations
Color information
#D98D13 (or 0xD98D13) is known color: Gamboge. HEX triplet: D9, 8D and 13. RGB value is (217,141,19). Sum of RGB (Red+Green+Blue) = 217+141+19=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D13 is #2672EC. Grayscale: #969696. Windows color (decimal): -2519789 or 1281497. OLE color: 1281497.
HSL color Cylindrical-coordinate representation of color #D98D13: hue angle of 36.97º 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 #D98D13 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 19 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.15 |
| HSL | 36.97º | 0.84% | 0.46% | - |
| HSV(B) | 36.97º | 0.91% | 0.85% | - |
| XYZ | 38.26 | 33.85 | 5.13 | - |
| YUV | 149.82 | 54.18 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 19 | 0 | 0.35 | 0.91 | 0.15 | 36.97 | 0.84 | 0.46 |
| Hex | D9 | 8D | 13 | 0 | 23 | 5B | F | 25 | 54 | 2E |
| Octal | 331 | 215 | 23 | 0 | 43 | 133 | 17 | 45 | 124 | 56 |
| Binary | 11011001 | 10001101 | 10011 | 0 | 100011 | 1011011 | 1111 | 100101 | 1010100 | 101110 |
Color Harmonies of #D98D13
Complementary color
Monochromatic Colors of #D98D13
Black with #D98D13
Text Example
Text Example
White with #D98D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D13; }
p { color: rgb(217,141,19); }
H1.HeaderClassName
{
color: #D98D13;
}
.AnyTagClassName
{
color: #D98D13;
}
</style>
background-color css
<style>
a { background-color: #D98D13; }
a { background-color: rgb(217,141,19); }
div.DivClassName
{
background-color: #D98D13;
}
.BgClassName
{
background-color: #D98D13;
}
</style>
border-color css
<style>
span { border-color: #D98D13; }
span { border-color: rgb(217,141,19); }
td.TdClassName
{
border-color: #D98D13;
}
.TagClassName
{
border-color: #D98D13;
}
</style>