Shades of Gamboge #D99008
Tints of Gamboge #D99008
RGB
CMYK
RGB Variations
Color information
#D99008 (or 0xD99008) is known color: Gamboge. HEX triplet: D9, 90 and 08. RGB value is (217,144,8). Sum of RGB (Red+Green+Blue) = 217+144+8=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99008 is #266FF7. Grayscale: #969696. Windows color (decimal): -2519032 or 561369. OLE color: 561369.
HSL color Cylindrical-coordinate representation of color #D99008: hue angle of 39.04º 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 #D99008 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.15 |
| HSL | 39.04º | 0.93% | 0.44% | - |
| HSV(B) | 39.04º | 0.96% | 0.85% | - |
| XYZ | 38.63 | 34.72 | 4.89 | - |
| YUV | 150.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 8 | 0 | 0.34 | 0.96 | 0.15 | 39.04 | 0.93 | 0.44 |
| Hex | D9 | 90 | 8 | 0 | 22 | 60 | F | 27 | 5D | 2C |
| Octal | 331 | 220 | 10 | 0 | 42 | 140 | 17 | 47 | 135 | 54 |
| Binary | 11011001 | 10010000 | 1000 | 0 | 100010 | 1100000 | 1111 | 100111 | 1011101 | 101100 |
Color Harmonies of #D99008
Complementary color
Monochromatic Colors of #D99008
Black with #D99008
Text Example
Text Example
White with #D99008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99008; }
p { color: rgb(217,144,8); }
H1.HeaderClassName
{
color: #D99008;
}
.AnyTagClassName
{
color: #D99008;
}
</style>
background-color css
<style>
a { background-color: #D99008; }
a { background-color: rgb(217,144,8); }
div.DivClassName
{
background-color: #D99008;
}
.BgClassName
{
background-color: #D99008;
}
</style>
border-color css
<style>
span { border-color: #D99008; }
span { border-color: rgb(217,144,8); }
td.TdClassName
{
border-color: #D99008;
}
.TagClassName
{
border-color: #D99008;
}
</style>