Shades of Gamboge #D89117
Tints of Gamboge #D89117
RGB
CMYK
RGB Variations
Color information
#D89117 (or 0xD89117) is known color: Gamboge. HEX triplet: D8, 91 and 17. RGB value is (216,145,23). Sum of RGB (Red+Green+Blue) = 216+145+23=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D89117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89117 is #276EE8. Grayscale: #989898. Windows color (decimal): -2584297 or 1544664. OLE color: 1544664.
HSL color Cylindrical-coordinate representation of color #D89117: hue angle of 37.93º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D89117 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.15 |
| HSL | 37.93º | 0.81% | 0.47% | - |
| HSV(B) | 37.93º | 0.89% | 0.85% | - |
| XYZ | 38.6 | 34.91 | 5.51 | - |
| YUV | 152.32 | 55.02 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 23 | 0 | 0.33 | 0.89 | 0.15 | 37.93 | 0.81 | 0.47 |
| Hex | D8 | 91 | 17 | 0 | 21 | 59 | F | 26 | 51 | 2F |
| Octal | 330 | 221 | 27 | 0 | 41 | 131 | 17 | 46 | 121 | 57 |
| Binary | 11011000 | 10010001 | 10111 | 0 | 100001 | 1011001 | 1111 | 100110 | 1010001 | 101111 |
Color Harmonies of #D89117
Complementary color
Monochromatic Colors of #D89117
Black with #D89117
Text Example
Text Example
White with #D89117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89117; }
p { color: rgb(216,145,23); }
H1.HeaderClassName
{
color: #D89117;
}
.AnyTagClassName
{
color: #D89117;
}
</style>
background-color css
<style>
a { background-color: #D89117; }
a { background-color: rgb(216,145,23); }
div.DivClassName
{
background-color: #D89117;
}
.BgClassName
{
background-color: #D89117;
}
</style>
border-color css
<style>
span { border-color: #D89117; }
span { border-color: rgb(216,145,23); }
td.TdClassName
{
border-color: #D89117;
}
.TagClassName
{
border-color: #D89117;
}
</style>