Shades of Gamboge #D99817
Tints of Gamboge #D99817
RGB
CMYK
RGB Variations
Color information
#D99817 (or 0xD99817) is known color: Gamboge. HEX triplet: D9, 98 and 17. RGB value is (217,152,23). Sum of RGB (Red+Green+Blue) = 217+152+23=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D99817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99817 is #2667E8. Grayscale: #9D9D9D. Windows color (decimal): -2516969 or 1546457. OLE color: 1546457.
HSL color Cylindrical-coordinate representation of color #D99817: hue angle of 39.9º 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 #D99817 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 23 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.15 |
| HSL | 39.9º | 0.81% | 0.47% | - |
| HSV(B) | 39.9º | 0.89% | 0.85% | - |
| XYZ | 40 | 37.27 | 5.9 | - |
| YUV | 156.73 | 52.53 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 23 | 0 | 0.30 | 0.89 | 0.15 | 39.9 | 0.81 | 0.47 |
| Hex | D9 | 98 | 17 | 0 | 1E | 59 | F | 28 | 51 | 2F |
| Octal | 331 | 230 | 27 | 0 | 36 | 131 | 17 | 50 | 121 | 57 |
| Binary | 11011001 | 10011000 | 10111 | 0 | 11110 | 1011001 | 1111 | 101000 | 1010001 | 101111 |
Color Harmonies of #D99817
Complementary color
Monochromatic Colors of #D99817
Black with #D99817
Text Example
Text Example
White with #D99817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99817; }
p { color: rgb(217,152,23); }
H1.HeaderClassName
{
color: #D99817;
}
.AnyTagClassName
{
color: #D99817;
}
</style>
background-color css
<style>
a { background-color: #D99817; }
a { background-color: rgb(217,152,23); }
div.DivClassName
{
background-color: #D99817;
}
.BgClassName
{
background-color: #D99817;
}
</style>
border-color css
<style>
span { border-color: #D99817; }
span { border-color: rgb(217,152,23); }
td.TdClassName
{
border-color: #D99817;
}
.TagClassName
{
border-color: #D99817;
}
</style>