Shades of Gamboge #D99600
Tints of Gamboge #D99600
RGB
CMYK
RGB Variations
Color information
#D99600 (or 0xD99600) is known color: Gamboge. HEX triplet: D9, 96 and 00. RGB value is (217,150,0). Sum of RGB (Red+Green+Blue) = 217+150+0=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99600 is #2669FF. Grayscale: #999999. Windows color (decimal): -2517504 or 38617. OLE color: 38617.
HSL color Cylindrical-coordinate representation of color #D99600: hue angle of 41.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D99600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.15 |
| HSL | 41.47º | 1% | 0.43% | - |
| HSV(B) | 41.47º | 1% | 0.85% | - |
| XYZ | 39.52 | 36.56 | 4.97 | - |
| YUV | 152.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 0 | 0 | 0.31 | 1 | 0.15 | 41.47 | 1 | 0.43 |
| Hex | D9 | 96 | 0 | 0 | 1F | 64 | F | 29 | 64 | 2B |
| Octal | 331 | 226 | 0 | 0 | 37 | 144 | 17 | 51 | 144 | 53 |
| Binary | 11011001 | 10010110 | 0 | 0 | 11111 | 1100100 | 1111 | 101001 | 1100100 | 101011 |
Color Harmonies of #D99600
Complementary color
Monochromatic Colors of #D99600
Black with #D99600
Text Example
Text Example
White with #D99600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99600; }
p { color: rgb(217,150,0); }
H1.HeaderClassName
{
color: #D99600;
}
.AnyTagClassName
{
color: #D99600;
}
</style>
background-color css
<style>
a { background-color: #D99600; }
a { background-color: rgb(217,150,0); }
div.DivClassName
{
background-color: #D99600;
}
.BgClassName
{
background-color: #D99600;
}
</style>
border-color css
<style>
span { border-color: #D99600; }
span { border-color: rgb(217,150,0); }
td.TdClassName
{
border-color: #D99600;
}
.TagClassName
{
border-color: #D99600;
}
</style>