Shades of Gamboge #D89311
Tints of Gamboge #D89311
RGB
CMYK
RGB Variations
Color information
#D89311 (or 0xD89311) is known color: Gamboge. HEX triplet: D8, 93 and 11. RGB value is (216,147,17). Sum of RGB (Red+Green+Blue) = 216+147+17=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D89311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89311 is #276CEE. Grayscale: #999999. Windows color (decimal): -2583791 or 1151960. OLE color: 1151960.
HSL color Cylindrical-coordinate representation of color #D89311: hue angle of 39.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D89311 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.15 |
| HSL | 39.2º | 0.85% | 0.46% | - |
| HSV(B) | 39.2º | 0.92% | 0.85% | - |
| XYZ | 38.85 | 35.51 | 5.34 | - |
| YUV | 152.81 | 51.36 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 17 | 0 | 0.32 | 0.92 | 0.15 | 39.2 | 0.85 | 0.46 |
| Hex | D8 | 93 | 11 | 0 | 20 | 5C | F | 27 | 55 | 2E |
| Octal | 330 | 223 | 21 | 0 | 40 | 134 | 17 | 47 | 125 | 56 |
| Binary | 11011000 | 10010011 | 10001 | 0 | 100000 | 1011100 | 1111 | 100111 | 1010101 | 101110 |
Color Harmonies of #D89311
Complementary color
Monochromatic Colors of #D89311
Black with #D89311
Text Example
Text Example
White with #D89311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89311; }
p { color: rgb(216,147,17); }
H1.HeaderClassName
{
color: #D89311;
}
.AnyTagClassName
{
color: #D89311;
}
</style>
background-color css
<style>
a { background-color: #D89311; }
a { background-color: rgb(216,147,17); }
div.DivClassName
{
background-color: #D89311;
}
.BgClassName
{
background-color: #D89311;
}
</style>
border-color css
<style>
span { border-color: #D89311; }
span { border-color: rgb(216,147,17); }
td.TdClassName
{
border-color: #D89311;
}
.TagClassName
{
border-color: #D89311;
}
</style>