Shades of Gamboge #D09F05
Tints of Gamboge #D09F05
RGB
CMYK
RGB Variations
Color information
#D09F05 (or 0xD09F05) is known color: Gamboge. HEX triplet: D0, 9F and 05. RGB value is (208,159,5). Sum of RGB (Red+Green+Blue) = 208+159+5=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09F05 is #2F60FA. Grayscale: #9C9C9C. Windows color (decimal): -3105019 or 368592. OLE color: 368592.
HSL color Cylindrical-coordinate representation of color #D09F05: hue angle of 45.52º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D09F05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.18 |
| HSL | 45.52º | 0.95% | 0.42% | - |
| HSV(B) | 45.52º | 0.98% | 0.82% | - |
| XYZ | 38.44 | 38.22 | 5.49 | - |
| YUV | 156.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 5 | 0 | 0.24 | 0.98 | 0.18 | 45.52 | 0.95 | 0.42 |
| Hex | D0 | 9F | 5 | 0 | 18 | 62 | 12 | 2E | 5F | 2A |
| Octal | 320 | 237 | 5 | 0 | 30 | 142 | 22 | 56 | 137 | 52 |
| Binary | 11010000 | 10011111 | 101 | 0 | 11000 | 1100010 | 10010 | 101110 | 1011111 | 101010 |
Color Harmonies of #D09F05
Complementary color
Monochromatic Colors of #D09F05
Black with #D09F05
Text Example
Text Example
White with #D09F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F05; }
p { color: rgb(208,159,5); }
H1.HeaderClassName
{
color: #D09F05;
}
.AnyTagClassName
{
color: #D09F05;
}
</style>
background-color css
<style>
a { background-color: #D09F05; }
a { background-color: rgb(208,159,5); }
div.DivClassName
{
background-color: #D09F05;
}
.BgClassName
{
background-color: #D09F05;
}
</style>
border-color css
<style>
span { border-color: #D09F05; }
span { border-color: rgb(208,159,5); }
td.TdClassName
{
border-color: #D09F05;
}
.TagClassName
{
border-color: #D09F05;
}
</style>