Shades of Gamboge #D99603
Tints of Gamboge #D99603
RGB
CMYK
RGB Variations
Color information
#D99603 (or 0xD99603) is known color: Gamboge. HEX triplet: D9, 96 and 03. RGB value is (217,150,3). Sum of RGB (Red+Green+Blue) = 217+150+3=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D99603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99603 is #2669FC. Grayscale: #999999. Windows color (decimal): -2517501 or 235225. OLE color: 235225.
HSL color Cylindrical-coordinate representation of color #D99603: hue angle of 41.21º 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 #D99603 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.21º | 0.97% | 0.43% | - |
| HSV(B) | 41.21º | 0.99% | 0.85% | - |
| XYZ | 39.54 | 36.57 | 5.06 | - |
| YUV | 153.28 | 43.2 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 3 | 0 | 0.31 | 0.99 | 0.15 | 41.21 | 0.97 | 0.43 |
| Hex | D9 | 96 | 3 | 0 | 1F | 63 | F | 29 | 61 | 2B |
| Octal | 331 | 226 | 3 | 0 | 37 | 143 | 17 | 51 | 141 | 53 |
| Binary | 11011001 | 10010110 | 11 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100001 | 101011 |
Color Harmonies of #D99603
Complementary color
Monochromatic Colors of #D99603
Black with #D99603
Text Example
Text Example
White with #D99603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99603; }
p { color: rgb(217,150,3); }
H1.HeaderClassName
{
color: #D99603;
}
.AnyTagClassName
{
color: #D99603;
}
</style>
background-color css
<style>
a { background-color: #D99603; }
a { background-color: rgb(217,150,3); }
div.DivClassName
{
background-color: #D99603;
}
.BgClassName
{
background-color: #D99603;
}
</style>
border-color css
<style>
span { border-color: #D99603; }
span { border-color: rgb(217,150,3); }
td.TdClassName
{
border-color: #D99603;
}
.TagClassName
{
border-color: #D99603;
}
</style>