Shades of Gamboge #D99503
Tints of Gamboge #D99503
RGB
CMYK
RGB Variations
Color information
#D99503 (or 0xD99503) is known color: Gamboge. HEX triplet: D9, 95 and 03. RGB value is (217,149,3). Sum of RGB (Red+Green+Blue) = 217+149+3=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99503 is #266AFC. Grayscale: #999999. Windows color (decimal): -2517757 or 234969. OLE color: 234969.
HSL color Cylindrical-coordinate representation of color #D99503: hue angle of 40.93º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99503 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 40.93º | 0.97% | 0.43% | - |
| HSV(B) | 40.93º | 0.99% | 0.85% | - |
| XYZ | 39.38 | 36.25 | 5.01 | - |
| YUV | 152.69 | 43.53 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 3 | 0 | 0.31 | 0.99 | 0.15 | 40.93 | 0.97 | 0.43 |
| Hex | D9 | 95 | 3 | 0 | 1F | 63 | F | 29 | 61 | 2B |
| Octal | 331 | 225 | 3 | 0 | 37 | 143 | 17 | 51 | 141 | 53 |
| Binary | 11011001 | 10010101 | 11 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100001 | 101011 |
Color Harmonies of #D99503
Complementary color
Monochromatic Colors of #D99503
Black with #D99503
Text Example
Text Example
White with #D99503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99503; }
p { color: rgb(217,149,3); }
H1.HeaderClassName
{
color: #D99503;
}
.AnyTagClassName
{
color: #D99503;
}
</style>
background-color css
<style>
a { background-color: #D99503; }
a { background-color: rgb(217,149,3); }
div.DivClassName
{
background-color: #D99503;
}
.BgClassName
{
background-color: #D99503;
}
</style>
border-color css
<style>
span { border-color: #D99503; }
span { border-color: rgb(217,149,3); }
td.TdClassName
{
border-color: #D99503;
}
.TagClassName
{
border-color: #D99503;
}
</style>