Shades of Gamboge #D09F0B
Tints of Gamboge #D09F0B
RGB
CMYK
RGB Variations
Color information
#D09F0B (or 0xD09F0B) is known color: Gamboge. HEX triplet: D0, 9F and 0B. RGB value is (208,159,11). Sum of RGB (Red+Green+Blue) = 208+159+11=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09F0B is #2F60F4. Grayscale: #9D9D9D. Windows color (decimal): -3105013 or 761808. OLE color: 761808.
HSL color Cylindrical-coordinate representation of color #D09F0B: hue angle of 45.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D09F0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.18 |
| HSL | 45.08º | 0.9% | 0.43% | - |
| HSV(B) | 45.08º | 0.95% | 0.82% | - |
| XYZ | 38.47 | 38.23 | 5.67 | - |
| YUV | 156.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 11 | 0 | 0.24 | 0.95 | 0.18 | 45.08 | 0.9 | 0.43 |
| Hex | D0 | 9F | B | 0 | 18 | 5F | 12 | 2D | 5A | 2B |
| Octal | 320 | 237 | 13 | 0 | 30 | 137 | 22 | 55 | 132 | 53 |
| Binary | 11010000 | 10011111 | 1011 | 0 | 11000 | 1011111 | 10010 | 101101 | 1011010 | 101011 |
Color Harmonies of #D09F0B
Complementary color
Monochromatic Colors of #D09F0B
Black with #D09F0B
Text Example
Text Example
White with #D09F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F0B; }
p { color: rgb(208,159,11); }
H1.HeaderClassName
{
color: #D09F0B;
}
.AnyTagClassName
{
color: #D09F0B;
}
</style>
background-color css
<style>
a { background-color: #D09F0B; }
a { background-color: rgb(208,159,11); }
div.DivClassName
{
background-color: #D09F0B;
}
.BgClassName
{
background-color: #D09F0B;
}
</style>
border-color css
<style>
span { border-color: #D09F0B; }
span { border-color: rgb(208,159,11); }
td.TdClassName
{
border-color: #D09F0B;
}
.TagClassName
{
border-color: #D09F0B;
}
</style>