Shades of Gamboge #D99017
Tints of Gamboge #D99017
RGB
CMYK
RGB Variations
Color information
#D99017 (or 0xD99017) is known color: Gamboge. HEX triplet: D9, 90 and 17. RGB value is (217,144,23). Sum of RGB (Red+Green+Blue) = 217+144+23=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99017 is #266FE8. Grayscale: #989898. Windows color (decimal): -2519017 or 1544409. OLE color: 1544409.
HSL color Cylindrical-coordinate representation of color #D99017: hue angle of 37.42º 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 #D99017 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 23 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.15 |
| HSL | 37.42º | 0.81% | 0.47% | - |
| HSV(B) | 37.42º | 0.89% | 0.85% | - |
| XYZ | 38.74 | 34.76 | 5.48 | - |
| YUV | 152.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 23 | 0 | 0.34 | 0.89 | 0.15 | 37.42 | 0.81 | 0.47 |
| Hex | D9 | 90 | 17 | 0 | 22 | 59 | F | 25 | 51 | 2F |
| Octal | 331 | 220 | 27 | 0 | 42 | 131 | 17 | 45 | 121 | 57 |
| Binary | 11011001 | 10010000 | 10111 | 0 | 100010 | 1011001 | 1111 | 100101 | 1010001 | 101111 |
Color Harmonies of #D99017
Complementary color
Monochromatic Colors of #D99017
Black with #D99017
Text Example
Text Example
White with #D99017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99017; }
p { color: rgb(217,144,23); }
H1.HeaderClassName
{
color: #D99017;
}
.AnyTagClassName
{
color: #D99017;
}
</style>
background-color css
<style>
a { background-color: #D99017; }
a { background-color: rgb(217,144,23); }
div.DivClassName
{
background-color: #D99017;
}
.BgClassName
{
background-color: #D99017;
}
</style>
border-color css
<style>
span { border-color: #D99017; }
span { border-color: rgb(217,144,23); }
td.TdClassName
{
border-color: #D99017;
}
.TagClassName
{
border-color: #D99017;
}
</style>