Shades of Gamboge #D99717
Tints of Gamboge #D99717
RGB
CMYK
RGB Variations
Color information
#D99717 (or 0xD99717) is known color: Gamboge. HEX triplet: D9, 97 and 17. RGB value is (217,151,23). Sum of RGB (Red+Green+Blue) = 217+151+23=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D99717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99717 is #2668E8. Grayscale: #9C9C9C. Windows color (decimal): -2517225 or 1546201. OLE color: 1546201.
HSL color Cylindrical-coordinate representation of color #D99717: hue angle of 39.59º 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 #D99717 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 23 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.15 |
| HSL | 39.59º | 0.81% | 0.47% | - |
| HSV(B) | 39.59º | 0.89% | 0.85% | - |
| XYZ | 39.84 | 36.95 | 5.84 | - |
| YUV | 156.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 23 | 0 | 0.30 | 0.89 | 0.15 | 39.59 | 0.81 | 0.47 |
| Hex | D9 | 97 | 17 | 0 | 1E | 59 | F | 28 | 51 | 2F |
| Octal | 331 | 227 | 27 | 0 | 36 | 131 | 17 | 50 | 121 | 57 |
| Binary | 11011001 | 10010111 | 10111 | 0 | 11110 | 1011001 | 1111 | 101000 | 1010001 | 101111 |
Color Harmonies of #D99717
Complementary color
Monochromatic Colors of #D99717
Black with #D99717
Text Example
Text Example
White with #D99717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99717; }
p { color: rgb(217,151,23); }
H1.HeaderClassName
{
color: #D99717;
}
.AnyTagClassName
{
color: #D99717;
}
</style>
background-color css
<style>
a { background-color: #D99717; }
a { background-color: rgb(217,151,23); }
div.DivClassName
{
background-color: #D99717;
}
.BgClassName
{
background-color: #D99717;
}
</style>
border-color css
<style>
span { border-color: #D99717; }
span { border-color: rgb(217,151,23); }
td.TdClassName
{
border-color: #D99717;
}
.TagClassName
{
border-color: #D99717;
}
</style>