Shades of Gamboge #D89310
Tints of Gamboge #D89310
RGB
CMYK
RGB Variations
Color information
#D89310 (or 0xD89310) is known color: Gamboge. HEX triplet: D8, 93 and 10. RGB value is (216,147,16). Sum of RGB (Red+Green+Blue) = 216+147+16=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D89310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89310 is #276CEF. Grayscale: #999999. Windows color (decimal): -2583792 or 1086424. OLE color: 1086424.
HSL color Cylindrical-coordinate representation of color #D89310: hue angle of 39.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D89310 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.15 |
| HSL | 39.3º | 0.86% | 0.45% | - |
| HSV(B) | 39.3º | 0.93% | 0.85% | - |
| XYZ | 38.85 | 35.5 | 5.3 | - |
| YUV | 152.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 16 | 0 | 0.32 | 0.93 | 0.15 | 39.3 | 0.86 | 0.45 |
| Hex | D8 | 93 | 10 | 0 | 20 | 5D | F | 27 | 56 | 2D |
| Octal | 330 | 223 | 20 | 0 | 40 | 135 | 17 | 47 | 126 | 55 |
| Binary | 11011000 | 10010011 | 10000 | 0 | 100000 | 1011101 | 1111 | 100111 | 1010110 | 101101 |
Color Harmonies of #D89310
Complementary color
Monochromatic Colors of #D89310
Black with #D89310
Text Example
Text Example
White with #D89310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89310; }
p { color: rgb(216,147,16); }
H1.HeaderClassName
{
color: #D89310;
}
.AnyTagClassName
{
color: #D89310;
}
</style>
background-color css
<style>
a { background-color: #D89310; }
a { background-color: rgb(216,147,16); }
div.DivClassName
{
background-color: #D89310;
}
.BgClassName
{
background-color: #D89310;
}
</style>
border-color css
<style>
span { border-color: #D89310; }
span { border-color: rgb(216,147,16); }
td.TdClassName
{
border-color: #D89310;
}
.TagClassName
{
border-color: #D89310;
}
</style>