Shades of Gamboge #D09F09
Tints of Gamboge #D09F09
RGB
CMYK
RGB Variations
Color information
#D09F09 (or 0xD09F09) is known color: Gamboge. HEX triplet: D0, 9F and 09. RGB value is (208,159,9). Sum of RGB (Red+Green+Blue) = 208+159+9=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09F09 is #2F60F6. Grayscale: #9D9D9D. Windows color (decimal): -3105015 or 630736. OLE color: 630736.
HSL color Cylindrical-coordinate representation of color #D09F09: hue angle of 45.23º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09F09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.18 |
| HSL | 45.23º | 0.92% | 0.43% | - |
| HSV(B) | 45.23º | 0.96% | 0.82% | - |
| XYZ | 38.46 | 38.23 | 5.61 | - |
| YUV | 156.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 9 | 0 | 0.24 | 0.96 | 0.18 | 45.23 | 0.92 | 0.43 |
| Hex | D0 | 9F | 9 | 0 | 18 | 60 | 12 | 2D | 5C | 2B |
| Octal | 320 | 237 | 11 | 0 | 30 | 140 | 22 | 55 | 134 | 53 |
| Binary | 11010000 | 10011111 | 1001 | 0 | 11000 | 1100000 | 10010 | 101101 | 1011100 | 101011 |
Color Harmonies of #D09F09
Complementary color
Monochromatic Colors of #D09F09
Black with #D09F09
Text Example
Text Example
White with #D09F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F09; }
p { color: rgb(208,159,9); }
H1.HeaderClassName
{
color: #D09F09;
}
.AnyTagClassName
{
color: #D09F09;
}
</style>
background-color css
<style>
a { background-color: #D09F09; }
a { background-color: rgb(208,159,9); }
div.DivClassName
{
background-color: #D09F09;
}
.BgClassName
{
background-color: #D09F09;
}
</style>
border-color css
<style>
span { border-color: #D09F09; }
span { border-color: rgb(208,159,9); }
td.TdClassName
{
border-color: #D09F09;
}
.TagClassName
{
border-color: #D09F09;
}
</style>