Shades of Gamboge #D99E09
Tints of Gamboge #D99E09
RGB
CMYK
RGB Variations
Color information
#D99E09 (or 0xD99E09) is known color: Gamboge. HEX triplet: D9, 9E and 09. RGB value is (217,158,9). Sum of RGB (Red+Green+Blue) = 217+158+9=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99E09 is #2661F6. Grayscale: #9F9F9F. Windows color (decimal): -2515447 or 630489. OLE color: 630489.
HSL color Cylindrical-coordinate representation of color #D99E09: hue angle of 42.98º degrees, saturation: 0.92, 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 #D99E09 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.15 |
| HSL | 42.98º | 0.92% | 0.44% | - |
| HSV(B) | 42.98º | 0.96% | 0.85% | - |
| XYZ | 40.89 | 39.23 | 5.67 | - |
| YUV | 158.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 9 | 0 | 0.27 | 0.96 | 0.15 | 42.98 | 0.92 | 0.44 |
| Hex | D9 | 9E | 9 | 0 | 1B | 60 | F | 2B | 5C | 2C |
| Octal | 331 | 236 | 11 | 0 | 33 | 140 | 17 | 53 | 134 | 54 |
| Binary | 11011001 | 10011110 | 1001 | 0 | 11011 | 1100000 | 1111 | 101011 | 1011100 | 101100 |
Color Harmonies of #D99E09
Complementary color
Monochromatic Colors of #D99E09
Black with #D99E09
Text Example
Text Example
White with #D99E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E09; }
p { color: rgb(217,158,9); }
H1.HeaderClassName
{
color: #D99E09;
}
.AnyTagClassName
{
color: #D99E09;
}
</style>
background-color css
<style>
a { background-color: #D99E09; }
a { background-color: rgb(217,158,9); }
div.DivClassName
{
background-color: #D99E09;
}
.BgClassName
{
background-color: #D99E09;
}
</style>
border-color css
<style>
span { border-color: #D99E09; }
span { border-color: rgb(217,158,9); }
td.TdClassName
{
border-color: #D99E09;
}
.TagClassName
{
border-color: #D99E09;
}
</style>