Shades of Gamboge #D99608
Tints of Gamboge #D99608
RGB
CMYK
RGB Variations
Color information
#D99608 (or 0xD99608) is known color: Gamboge. HEX triplet: D9, 96 and 08. RGB value is (217,150,8). Sum of RGB (Red+Green+Blue) = 217+150+8=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D99608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99608 is #2669F7. Grayscale: #9A9A9A. Windows color (decimal): -2517496 or 562905. OLE color: 562905.
HSL color Cylindrical-coordinate representation of color #D99608: hue angle of 40.77º 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 #D99608 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.15 |
| HSL | 40.77º | 0.93% | 0.44% | - |
| HSV(B) | 40.77º | 0.96% | 0.85% | - |
| XYZ | 39.57 | 36.58 | 5.21 | - |
| YUV | 153.85 | 45.7 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 8 | 0 | 0.31 | 0.96 | 0.15 | 40.77 | 0.93 | 0.44 |
| Hex | D9 | 96 | 8 | 0 | 1F | 60 | F | 29 | 5D | 2C |
| Octal | 331 | 226 | 10 | 0 | 37 | 140 | 17 | 51 | 135 | 54 |
| Binary | 11011001 | 10010110 | 1000 | 0 | 11111 | 1100000 | 1111 | 101001 | 1011101 | 101100 |
Color Harmonies of #D99608
Complementary color
Monochromatic Colors of #D99608
Black with #D99608
Text Example
Text Example
White with #D99608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99608; }
p { color: rgb(217,150,8); }
H1.HeaderClassName
{
color: #D99608;
}
.AnyTagClassName
{
color: #D99608;
}
</style>
background-color css
<style>
a { background-color: #D99608; }
a { background-color: rgb(217,150,8); }
div.DivClassName
{
background-color: #D99608;
}
.BgClassName
{
background-color: #D99608;
}
</style>
border-color css
<style>
span { border-color: #D99608; }
span { border-color: rgb(217,150,8); }
td.TdClassName
{
border-color: #D99608;
}
.TagClassName
{
border-color: #D99608;
}
</style>