Shades of Gamboge #D99D18
Tints of Gamboge #D99D18
RGB
CMYK
RGB Variations
Color information
#D99D18 (or 0xD99D18) is known color: Gamboge. HEX triplet: D9, 9D and 18. RGB value is (217,157,24). Sum of RGB (Red+Green+Blue) = 217+157+24=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D18 is #2662E7. Grayscale: #A0A0A0. Windows color (decimal): -2515688 or 1613273. OLE color: 1613273.
HSL color Cylindrical-coordinate representation of color #D99D18: hue angle of 41.35º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99D18 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 24 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.15 |
| HSL | 41.35º | 0.8% | 0.47% | - |
| HSV(B) | 41.35º | 0.89% | 0.85% | - |
| XYZ | 40.84 | 38.93 | 6.23 | - |
| YUV | 159.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 24 | 0 | 0.28 | 0.89 | 0.15 | 41.35 | 0.8 | 0.47 |
| Hex | D9 | 9D | 18 | 0 | 1C | 59 | F | 29 | 50 | 2F |
| Octal | 331 | 235 | 30 | 0 | 34 | 131 | 17 | 51 | 120 | 57 |
| Binary | 11011001 | 10011101 | 11000 | 0 | 11100 | 1011001 | 1111 | 101001 | 1010000 | 101111 |
Color Harmonies of #D99D18
Complementary color
Monochromatic Colors of #D99D18
Black with #D99D18
Text Example
Text Example
White with #D99D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D18; }
p { color: rgb(217,157,24); }
H1.HeaderClassName
{
color: #D99D18;
}
.AnyTagClassName
{
color: #D99D18;
}
</style>
background-color css
<style>
a { background-color: #D99D18; }
a { background-color: rgb(217,157,24); }
div.DivClassName
{
background-color: #D99D18;
}
.BgClassName
{
background-color: #D99D18;
}
</style>
border-color css
<style>
span { border-color: #D99D18; }
span { border-color: rgb(217,157,24); }
td.TdClassName
{
border-color: #D99D18;
}
.TagClassName
{
border-color: #D99D18;
}
</style>