Shades of Gamboge #D09716
Tints of Gamboge #D09716
RGB
CMYK
RGB Variations
Color information
#D09716 (or 0xD09716) is known color: Gamboge. HEX triplet: D0, 97 and 16. RGB value is (208,151,22). Sum of RGB (Red+Green+Blue) = 208+151+22=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D09716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09716 is #2F68E9. Grayscale: #999999. Windows color (decimal): -3107050 or 1480656. OLE color: 1480656.
HSL color Cylindrical-coordinate representation of color #D09716: hue angle of 41.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D09716 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 22 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.18 |
| HSL | 41.61º | 0.81% | 0.45% | - |
| HSV(B) | 41.61º | 0.89% | 0.82% | - |
| XYZ | 37.22 | 35.6 | 5.67 | - |
| YUV | 153.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 22 | 0 | 0.27 | 0.89 | 0.18 | 41.61 | 0.81 | 0.45 |
| Hex | D0 | 97 | 16 | 0 | 1B | 59 | 12 | 2A | 51 | 2D |
| Octal | 320 | 227 | 26 | 0 | 33 | 131 | 22 | 52 | 121 | 55 |
| Binary | 11010000 | 10010111 | 10110 | 0 | 11011 | 1011001 | 10010 | 101010 | 1010001 | 101101 |
Color Harmonies of #D09716
Complementary color
Monochromatic Colors of #D09716
Black with #D09716
Text Example
Text Example
White with #D09716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09716; }
p { color: rgb(208,151,22); }
H1.HeaderClassName
{
color: #D09716;
}
.AnyTagClassName
{
color: #D09716;
}
</style>
background-color css
<style>
a { background-color: #D09716; }
a { background-color: rgb(208,151,22); }
div.DivClassName
{
background-color: #D09716;
}
.BgClassName
{
background-color: #D09716;
}
</style>
border-color css
<style>
span { border-color: #D09716; }
span { border-color: rgb(208,151,22); }
td.TdClassName
{
border-color: #D09716;
}
.TagClassName
{
border-color: #D09716;
}
</style>