Shades of Gamboge #D99108
Tints of Gamboge #D99108
RGB
CMYK
RGB Variations
Color information
#D99108 (or 0xD99108) is known color: Gamboge. HEX triplet: D9, 91 and 08. RGB value is (217,145,8). Sum of RGB (Red+Green+Blue) = 217+145+8=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D99108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99108 is #266EF7. Grayscale: #979797. Windows color (decimal): -2518776 or 561625. OLE color: 561625.
HSL color Cylindrical-coordinate representation of color #D99108: hue angle of 39.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D99108 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.15 |
| HSL | 39.33º | 0.93% | 0.44% | - |
| HSV(B) | 39.33º | 0.96% | 0.85% | - |
| XYZ | 38.78 | 35.02 | 4.95 | - |
| YUV | 150.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 8 | 0 | 0.33 | 0.96 | 0.15 | 39.33 | 0.93 | 0.44 |
| Hex | D9 | 91 | 8 | 0 | 21 | 60 | F | 27 | 5D | 2C |
| Octal | 331 | 221 | 10 | 0 | 41 | 140 | 17 | 47 | 135 | 54 |
| Binary | 11011001 | 10010001 | 1000 | 0 | 100001 | 1100000 | 1111 | 100111 | 1011101 | 101100 |
Color Harmonies of #D99108
Complementary color
Monochromatic Colors of #D99108
Black with #D99108
Text Example
Text Example
White with #D99108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99108; }
p { color: rgb(217,145,8); }
H1.HeaderClassName
{
color: #D99108;
}
.AnyTagClassName
{
color: #D99108;
}
</style>
background-color css
<style>
a { background-color: #D99108; }
a { background-color: rgb(217,145,8); }
div.DivClassName
{
background-color: #D99108;
}
.BgClassName
{
background-color: #D99108;
}
</style>
border-color css
<style>
span { border-color: #D99108; }
span { border-color: rgb(217,145,8); }
td.TdClassName
{
border-color: #D99108;
}
.TagClassName
{
border-color: #D99108;
}
</style>