Shades of Gamboge #D89D11
Tints of Gamboge #D89D11
RGB
CMYK
RGB Variations
Color information
#D89D11 (or 0xD89D11) is known color: Gamboge. HEX triplet: D8, 9D and 11. RGB value is (216,157,17). Sum of RGB (Red+Green+Blue) = 216+157+17=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D11 is #2762EE. Grayscale: #9F9F9F. Windows color (decimal): -2581231 or 1154520. OLE color: 1154520.
HSL color Cylindrical-coordinate representation of color #D89D11: hue angle of 42.21º 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 #D89D11 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.15 |
| HSL | 42.21º | 0.85% | 0.46% | - |
| HSV(B) | 42.21º | 0.92% | 0.85% | - |
| XYZ | 40.48 | 38.75 | 5.88 | - |
| YUV | 158.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 17 | 0 | 0.27 | 0.92 | 0.15 | 42.21 | 0.85 | 0.46 |
| Hex | D8 | 9D | 11 | 0 | 1B | 5C | F | 2A | 55 | 2E |
| Octal | 330 | 235 | 21 | 0 | 33 | 134 | 17 | 52 | 125 | 56 |
| Binary | 11011000 | 10011101 | 10001 | 0 | 11011 | 1011100 | 1111 | 101010 | 1010101 | 101110 |
Color Harmonies of #D89D11
Complementary color
Monochromatic Colors of #D89D11
Black with #D89D11
Text Example
Text Example
White with #D89D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D11; }
p { color: rgb(216,157,17); }
H1.HeaderClassName
{
color: #D89D11;
}
.AnyTagClassName
{
color: #D89D11;
}
</style>
background-color css
<style>
a { background-color: #D89D11; }
a { background-color: rgb(216,157,17); }
div.DivClassName
{
background-color: #D89D11;
}
.BgClassName
{
background-color: #D89D11;
}
</style>
border-color css
<style>
span { border-color: #D89D11; }
span { border-color: rgb(216,157,17); }
td.TdClassName
{
border-color: #D89D11;
}
.TagClassName
{
border-color: #D89D11;
}
</style>