Shades of Gamboge #D99605
Tints of Gamboge #D99605
RGB
CMYK
RGB Variations
Color information
#D99605 (or 0xD99605) is known color: Gamboge. HEX triplet: D9, 96 and 05. RGB value is (217,150,5). Sum of RGB (Red+Green+Blue) = 217+150+5=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D99605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99605 is #2669FA. Grayscale: #9A9A9A. Windows color (decimal): -2517499 or 366297. OLE color: 366297.
HSL color Cylindrical-coordinate representation of color #D99605: hue angle of 41.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D99605 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.15 |
| HSL | 41.04º | 0.95% | 0.44% | - |
| HSV(B) | 41.04º | 0.98% | 0.85% | - |
| XYZ | 39.55 | 36.58 | 5.12 | - |
| YUV | 153.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 5 | 0 | 0.31 | 0.98 | 0.15 | 41.04 | 0.95 | 0.44 |
| Hex | D9 | 96 | 5 | 0 | 1F | 62 | F | 29 | 5F | 2C |
| Octal | 331 | 226 | 5 | 0 | 37 | 142 | 17 | 51 | 137 | 54 |
| Binary | 11011001 | 10010110 | 101 | 0 | 11111 | 1100010 | 1111 | 101001 | 1011111 | 101100 |
Color Harmonies of #D99605
Complementary color
Monochromatic Colors of #D99605
Black with #D99605
Text Example
Text Example
White with #D99605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99605; }
p { color: rgb(217,150,5); }
H1.HeaderClassName
{
color: #D99605;
}
.AnyTagClassName
{
color: #D99605;
}
</style>
background-color css
<style>
a { background-color: #D99605; }
a { background-color: rgb(217,150,5); }
div.DivClassName
{
background-color: #D99605;
}
.BgClassName
{
background-color: #D99605;
}
</style>
border-color css
<style>
span { border-color: #D99605; }
span { border-color: rgb(217,150,5); }
td.TdClassName
{
border-color: #D99605;
}
.TagClassName
{
border-color: #D99605;
}
</style>