Shades of Gamboge #D98D09
Tints of Gamboge #D98D09
RGB
CMYK
RGB Variations
Color information
#D98D09 (or 0xD98D09) is known color: Gamboge. HEX triplet: D9, 8D and 09. RGB value is (217,141,9). Sum of RGB (Red+Green+Blue) = 217+141+9=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D09 is #2672F6. Grayscale: #959595. Windows color (decimal): -2519799 or 626137. OLE color: 626137.
HSL color Cylindrical-coordinate representation of color #D98D09: hue angle of 38.08º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D98D09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.15 |
| HSL | 38.08º | 0.92% | 0.44% | - |
| HSV(B) | 38.08º | 0.96% | 0.85% | - |
| XYZ | 38.19 | 33.82 | 4.77 | - |
| YUV | 148.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 9 | 0 | 0.35 | 0.96 | 0.15 | 38.08 | 0.92 | 0.44 |
| Hex | D9 | 8D | 9 | 0 | 23 | 60 | F | 26 | 5C | 2C |
| Octal | 331 | 215 | 11 | 0 | 43 | 140 | 17 | 46 | 134 | 54 |
| Binary | 11011001 | 10001101 | 1001 | 0 | 100011 | 1100000 | 1111 | 100110 | 1011100 | 101100 |
Color Harmonies of #D98D09
Complementary color
Monochromatic Colors of #D98D09
Black with #D98D09
Text Example
Text Example
White with #D98D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D09; }
p { color: rgb(217,141,9); }
H1.HeaderClassName
{
color: #D98D09;
}
.AnyTagClassName
{
color: #D98D09;
}
</style>
background-color css
<style>
a { background-color: #D98D09; }
a { background-color: rgb(217,141,9); }
div.DivClassName
{
background-color: #D98D09;
}
.BgClassName
{
background-color: #D98D09;
}
</style>
border-color css
<style>
span { border-color: #D98D09; }
span { border-color: rgb(217,141,9); }
td.TdClassName
{
border-color: #D98D09;
}
.TagClassName
{
border-color: #D98D09;
}
</style>