Shades of Gamboge #D89D17
Tints of Gamboge #D89D17
RGB
CMYK
RGB Variations
Color information
#D89D17 (or 0xD89D17) is known color: Gamboge. HEX triplet: D8, 9D and 17. RGB value is (216,157,23). Sum of RGB (Red+Green+Blue) = 216+157+23=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D17 is #2762E8. Grayscale: #9F9F9F. Windows color (decimal): -2581225 or 1547736. OLE color: 1547736.
HSL color Cylindrical-coordinate representation of color #D89D17: hue angle of 41.66º 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 #D89D17 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.15 |
| HSL | 41.66º | 0.81% | 0.47% | - |
| HSV(B) | 41.66º | 0.89% | 0.85% | - |
| XYZ | 40.53 | 38.77 | 6.16 | - |
| YUV | 159.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 23 | 0 | 0.27 | 0.89 | 0.15 | 41.66 | 0.81 | 0.47 |
| Hex | D8 | 9D | 17 | 0 | 1B | 59 | F | 2A | 51 | 2F |
| Octal | 330 | 235 | 27 | 0 | 33 | 131 | 17 | 52 | 121 | 57 |
| Binary | 11011000 | 10011101 | 10111 | 0 | 11011 | 1011001 | 1111 | 101010 | 1010001 | 101111 |
Color Harmonies of #D89D17
Complementary color
Monochromatic Colors of #D89D17
Black with #D89D17
Text Example
Text Example
White with #D89D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D17; }
p { color: rgb(216,157,23); }
H1.HeaderClassName
{
color: #D89D17;
}
.AnyTagClassName
{
color: #D89D17;
}
</style>
background-color css
<style>
a { background-color: #D89D17; }
a { background-color: rgb(216,157,23); }
div.DivClassName
{
background-color: #D89D17;
}
.BgClassName
{
background-color: #D89D17;
}
</style>
border-color css
<style>
span { border-color: #D89D17; }
span { border-color: rgb(216,157,23); }
td.TdClassName
{
border-color: #D89D17;
}
.TagClassName
{
border-color: #D89D17;
}
</style>