Shades of Gamboge #D89307
Tints of Gamboge #D89307
RGB
CMYK
RGB Variations
Color information
#D89307 (or 0xD89307) is known color: Gamboge. HEX triplet: D8, 93 and 07. RGB value is (216,147,7). Sum of RGB (Red+Green+Blue) = 216+147+7=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D89307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89307 is #276CF8. Grayscale: #989898. Windows color (decimal): -2583801 or 496600. OLE color: 496600.
HSL color Cylindrical-coordinate representation of color #D89307: hue angle of 40.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D89307 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.15 |
| HSL | 40.19º | 0.94% | 0.44% | - |
| HSV(B) | 40.19º | 0.97% | 0.85% | - |
| XYZ | 38.79 | 35.48 | 5.01 | - |
| YUV | 151.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 7 | 0 | 0.32 | 0.97 | 0.15 | 40.19 | 0.94 | 0.44 |
| Hex | D8 | 93 | 7 | 0 | 20 | 61 | F | 28 | 5E | 2C |
| Octal | 330 | 223 | 7 | 0 | 40 | 141 | 17 | 50 | 136 | 54 |
| Binary | 11011000 | 10010011 | 111 | 0 | 100000 | 1100001 | 1111 | 101000 | 1011110 | 101100 |
Color Harmonies of #D89307
Complementary color
Monochromatic Colors of #D89307
Black with #D89307
Text Example
Text Example
White with #D89307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89307; }
p { color: rgb(216,147,7); }
H1.HeaderClassName
{
color: #D89307;
}
.AnyTagClassName
{
color: #D89307;
}
</style>
background-color css
<style>
a { background-color: #D89307; }
a { background-color: rgb(216,147,7); }
div.DivClassName
{
background-color: #D89307;
}
.BgClassName
{
background-color: #D89307;
}
</style>
border-color css
<style>
span { border-color: #D89307; }
span { border-color: rgb(216,147,7); }
td.TdClassName
{
border-color: #D89307;
}
.TagClassName
{
border-color: #D89307;
}
</style>