Shades of Gamboge #D99502
Tints of Gamboge #D99502
RGB
CMYK
RGB Variations
Color information
#D99502 (or 0xD99502) is known color: Gamboge. HEX triplet: D9, 95 and 02. RGB value is (217,149,2). Sum of RGB (Red+Green+Blue) = 217+149+2=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D99502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99502 is #266AFD. Grayscale: #999999. Windows color (decimal): -2517758 or 169433. OLE color: 169433.
HSL color Cylindrical-coordinate representation of color #D99502: hue angle of 41.02º degrees, saturation: 0.98, 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 #D99502 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.02º | 0.98% | 0.43% | - |
| HSV(B) | 41.02º | 0.99% | 0.85% | - |
| XYZ | 39.37 | 36.25 | 4.98 | - |
| YUV | 152.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 2 | 0 | 0.31 | 0.99 | 0.15 | 41.02 | 0.98 | 0.43 |
| Hex | D9 | 95 | 2 | 0 | 1F | 63 | F | 29 | 62 | 2B |
| Octal | 331 | 225 | 2 | 0 | 37 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011001 | 10010101 | 10 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #D99502
Complementary color
Monochromatic Colors of #D99502
Black with #D99502
Text Example
Text Example
White with #D99502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99502; }
p { color: rgb(217,149,2); }
H1.HeaderClassName
{
color: #D99502;
}
.AnyTagClassName
{
color: #D99502;
}
</style>
background-color css
<style>
a { background-color: #D99502; }
a { background-color: rgb(217,149,2); }
div.DivClassName
{
background-color: #D99502;
}
.BgClassName
{
background-color: #D99502;
}
</style>
border-color css
<style>
span { border-color: #D99502; }
span { border-color: rgb(217,149,2); }
td.TdClassName
{
border-color: #D99502;
}
.TagClassName
{
border-color: #D99502;
}
</style>