Shades of Gamboge #D89811
Tints of Gamboge #D89811
RGB
CMYK
RGB Variations
Color information
#D89811 (or 0xD89811) is known color: Gamboge. HEX triplet: D8, 98 and 11. RGB value is (216,152,17). Sum of RGB (Red+Green+Blue) = 216+152+17=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D89811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89811 is #2767EE. Grayscale: #9C9C9C. Windows color (decimal): -2582511 or 1153240. OLE color: 1153240.
HSL color Cylindrical-coordinate representation of color #D89811: hue angle of 40.7º 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 #D89811 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 17 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.15 |
| HSL | 40.7º | 0.85% | 0.46% | - |
| HSV(B) | 40.7º | 0.92% | 0.85% | - |
| XYZ | 39.65 | 37.1 | 5.6 | - |
| YUV | 155.75 | 49.7 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 17 | 0 | 0.30 | 0.92 | 0.15 | 40.7 | 0.85 | 0.46 |
| Hex | D8 | 98 | 11 | 0 | 1E | 5C | F | 29 | 55 | 2E |
| Octal | 330 | 230 | 21 | 0 | 36 | 134 | 17 | 51 | 125 | 56 |
| Binary | 11011000 | 10011000 | 10001 | 0 | 11110 | 1011100 | 1111 | 101001 | 1010101 | 101110 |
Color Harmonies of #D89811
Complementary color
Monochromatic Colors of #D89811
Black with #D89811
Text Example
Text Example
White with #D89811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89811; }
p { color: rgb(216,152,17); }
H1.HeaderClassName
{
color: #D89811;
}
.AnyTagClassName
{
color: #D89811;
}
</style>
background-color css
<style>
a { background-color: #D89811; }
a { background-color: rgb(216,152,17); }
div.DivClassName
{
background-color: #D89811;
}
.BgClassName
{
background-color: #D89811;
}
</style>
border-color css
<style>
span { border-color: #D89811; }
span { border-color: rgb(216,152,17); }
td.TdClassName
{
border-color: #D89811;
}
.TagClassName
{
border-color: #D89811;
}
</style>