Shades of Gamboge #D89309
Tints of Gamboge #D89309
RGB
CMYK
RGB Variations
Color information
#D89309 (or 0xD89309) is known color: Gamboge. HEX triplet: D8, 93 and 09. RGB value is (216,147,9). Sum of RGB (Red+Green+Blue) = 216+147+9=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D89309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89309 is #276CF6. Grayscale: #989898. Windows color (decimal): -2583799 or 627672. OLE color: 627672.
HSL color Cylindrical-coordinate representation of color #D89309: hue angle of 40º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D89309 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.15 |
| HSL | 40º | 0.92% | 0.44% | - |
| HSV(B) | 40º | 0.96% | 0.85% | - |
| XYZ | 38.8 | 35.49 | 5.06 | - |
| YUV | 151.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 9 | 0 | 0.32 | 0.96 | 0.15 | 40 | 0.92 | 0.44 |
| Hex | D8 | 93 | 9 | 0 | 20 | 60 | F | 28 | 5C | 2C |
| Octal | 330 | 223 | 11 | 0 | 40 | 140 | 17 | 50 | 134 | 54 |
| Binary | 11011000 | 10010011 | 1001 | 0 | 100000 | 1100000 | 1111 | 101000 | 1011100 | 101100 |
Color Harmonies of #D89309
Complementary color
Monochromatic Colors of #D89309
Black with #D89309
Text Example
Text Example
White with #D89309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89309; }
p { color: rgb(216,147,9); }
H1.HeaderClassName
{
color: #D89309;
}
.AnyTagClassName
{
color: #D89309;
}
</style>
background-color css
<style>
a { background-color: #D89309; }
a { background-color: rgb(216,147,9); }
div.DivClassName
{
background-color: #D89309;
}
.BgClassName
{
background-color: #D89309;
}
</style>
border-color css
<style>
span { border-color: #D89309; }
span { border-color: rgb(216,147,9); }
td.TdClassName
{
border-color: #D89309;
}
.TagClassName
{
border-color: #D89309;
}
</style>