Shades of Gamboge #D99507
Tints of Gamboge #D99507
RGB
CMYK
RGB Variations
Color information
#D99507 (or 0xD99507) is known color: Gamboge. HEX triplet: D9, 95 and 07. RGB value is (217,149,7). Sum of RGB (Red+Green+Blue) = 217+149+7=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D99507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99507 is #266AF8. Grayscale: #999999. Windows color (decimal): -2517753 or 497113. OLE color: 497113.
HSL color Cylindrical-coordinate representation of color #D99507: hue angle of 40.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D99507 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.15 |
| HSL | 40.57º | 0.94% | 0.44% | - |
| HSV(B) | 40.57º | 0.97% | 0.85% | - |
| XYZ | 39.4 | 36.26 | 5.12 | - |
| YUV | 153.14 | 45.53 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 7 | 0 | 0.31 | 0.97 | 0.15 | 40.57 | 0.94 | 0.44 |
| Hex | D9 | 95 | 7 | 0 | 1F | 61 | F | 29 | 5E | 2C |
| Octal | 331 | 225 | 7 | 0 | 37 | 141 | 17 | 51 | 136 | 54 |
| Binary | 11011001 | 10010101 | 111 | 0 | 11111 | 1100001 | 1111 | 101001 | 1011110 | 101100 |
Color Harmonies of #D99507
Complementary color
Monochromatic Colors of #D99507
Black with #D99507
Text Example
Text Example
White with #D99507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99507; }
p { color: rgb(217,149,7); }
H1.HeaderClassName
{
color: #D99507;
}
.AnyTagClassName
{
color: #D99507;
}
</style>
background-color css
<style>
a { background-color: #D99507; }
a { background-color: rgb(217,149,7); }
div.DivClassName
{
background-color: #D99507;
}
.BgClassName
{
background-color: #D99507;
}
</style>
border-color css
<style>
span { border-color: #D99507; }
span { border-color: rgb(217,149,7); }
td.TdClassName
{
border-color: #D99507;
}
.TagClassName
{
border-color: #D99507;
}
</style>