Shades of Gamboge #D09900
Tints of Gamboge #D09900
RGB
CMYK
RGB Variations
Color information
#D09900 (or 0xD09900) is known color: Gamboge. HEX triplet: D0, 99 and 00. RGB value is (208,153,0). Sum of RGB (Red+Green+Blue) = 208+153+0=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D09900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09900 is #2F66FF. Grayscale: #989898. Windows color (decimal): -3106560 or 39376. OLE color: 39376.
HSL color Cylindrical-coordinate representation of color #D09900: hue angle of 44.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D09900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.18 |
| HSL | 44.13º | 1% | 0.41% | - |
| HSV(B) | 44.13º | 1% | 0.82% | - |
| XYZ | 37.4 | 36.19 | 5.01 | - |
| YUV | 152 | 42.22 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 0 | 0 | 0.26 | 1 | 0.18 | 44.13 | 1 | 0.41 |
| Hex | D0 | 99 | 0 | 0 | 1A | 64 | 12 | 2C | 64 | 29 |
| Octal | 320 | 231 | 0 | 0 | 32 | 144 | 22 | 54 | 144 | 51 |
| Binary | 11010000 | 10011001 | 0 | 0 | 11010 | 1100100 | 10010 | 101100 | 1100100 | 101001 |
Color Harmonies of #D09900
Complementary color
Monochromatic Colors of #D09900
Black with #D09900
Text Example
Text Example
White with #D09900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09900; }
p { color: rgb(208,153,0); }
H1.HeaderClassName
{
color: #D09900;
}
.AnyTagClassName
{
color: #D09900;
}
</style>
background-color css
<style>
a { background-color: #D09900; }
a { background-color: rgb(208,153,0); }
div.DivClassName
{
background-color: #D09900;
}
.BgClassName
{
background-color: #D09900;
}
</style>
border-color css
<style>
span { border-color: #D09900; }
span { border-color: rgb(208,153,0); }
td.TdClassName
{
border-color: #D09900;
}
.TagClassName
{
border-color: #D09900;
}
</style>