Shades of Gamboge #D99617
Tints of Gamboge #D99617
RGB
CMYK
RGB Variations
Color information
#D99617 (or 0xD99617) is known color: Gamboge. HEX triplet: D9, 96 and 17. RGB value is (217,150,23). Sum of RGB (Red+Green+Blue) = 217+150+23=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D99617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99617 is #2669E8. Grayscale: #9C9C9C. Windows color (decimal): -2517481 or 1545945. OLE color: 1545945.
HSL color Cylindrical-coordinate representation of color #D99617: hue angle of 39.28º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99617 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 23 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.15 |
| HSL | 39.28º | 0.81% | 0.47% | - |
| HSV(B) | 39.28º | 0.89% | 0.85% | - |
| XYZ | 39.68 | 36.63 | 5.79 | - |
| YUV | 155.56 | 53.2 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 23 | 0 | 0.31 | 0.89 | 0.15 | 39.28 | 0.81 | 0.47 |
| Hex | D9 | 96 | 17 | 0 | 1F | 59 | F | 27 | 51 | 2F |
| Octal | 331 | 226 | 27 | 0 | 37 | 131 | 17 | 47 | 121 | 57 |
| Binary | 11011001 | 10010110 | 10111 | 0 | 11111 | 1011001 | 1111 | 100111 | 1010001 | 101111 |
Color Harmonies of #D99617
Complementary color
Monochromatic Colors of #D99617
Black with #D99617
Text Example
Text Example
White with #D99617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99617; }
p { color: rgb(217,150,23); }
H1.HeaderClassName
{
color: #D99617;
}
.AnyTagClassName
{
color: #D99617;
}
</style>
background-color css
<style>
a { background-color: #D99617; }
a { background-color: rgb(217,150,23); }
div.DivClassName
{
background-color: #D99617;
}
.BgClassName
{
background-color: #D99617;
}
</style>
border-color css
<style>
span { border-color: #D99617; }
span { border-color: rgb(217,150,23); }
td.TdClassName
{
border-color: #D99617;
}
.TagClassName
{
border-color: #D99617;
}
</style>