Shades of Gamboge #D99518
Tints of Gamboge #D99518
RGB
CMYK
RGB Variations
Color information
#D99518 (or 0xD99518) is known color: Gamboge. HEX triplet: D9, 95 and 18. RGB value is (217,149,24). Sum of RGB (Red+Green+Blue) = 217+149+24=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D99518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99518 is #266AE7. Grayscale: #9B9B9B. Windows color (decimal): -2517736 or 1611225. OLE color: 1611225.
HSL color Cylindrical-coordinate representation of color #D99518: hue angle of 38.86º 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 #D99518 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 24 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.15 |
| HSL | 38.86º | 0.8% | 0.47% | - |
| HSV(B) | 38.86º | 0.89% | 0.85% | - |
| XYZ | 39.53 | 36.31 | 5.79 | - |
| YUV | 155.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 24 | 0 | 0.31 | 0.89 | 0.15 | 38.86 | 0.8 | 0.47 |
| Hex | D9 | 95 | 18 | 0 | 1F | 59 | F | 27 | 50 | 2F |
| Octal | 331 | 225 | 30 | 0 | 37 | 131 | 17 | 47 | 120 | 57 |
| Binary | 11011001 | 10010101 | 11000 | 0 | 11111 | 1011001 | 1111 | 100111 | 1010000 | 101111 |
Color Harmonies of #D99518
Complementary color
Monochromatic Colors of #D99518
Black with #D99518
Text Example
Text Example
White with #D99518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99518; }
p { color: rgb(217,149,24); }
H1.HeaderClassName
{
color: #D99518;
}
.AnyTagClassName
{
color: #D99518;
}
</style>
background-color css
<style>
a { background-color: #D99518; }
a { background-color: rgb(217,149,24); }
div.DivClassName
{
background-color: #D99518;
}
.BgClassName
{
background-color: #D99518;
}
</style>
border-color css
<style>
span { border-color: #D99518; }
span { border-color: rgb(217,149,24); }
td.TdClassName
{
border-color: #D99518;
}
.TagClassName
{
border-color: #D99518;
}
</style>