Shades of Gamboge #D89417
Tints of Gamboge #D89417
RGB
CMYK
RGB Variations
Color information
#D89417 (or 0xD89417) is known color: Gamboge. HEX triplet: D8, 94 and 17. RGB value is (216,148,23). Sum of RGB (Red+Green+Blue) = 216+148+23=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D89417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89417 is #276BE8. Grayscale: #9A9A9A. Windows color (decimal): -2583529 or 1545432. OLE color: 1545432.
HSL color Cylindrical-coordinate representation of color #D89417: hue angle of 38.86º 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 #D89417 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 23 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.15 |
| HSL | 38.86º | 0.81% | 0.47% | - |
| HSV(B) | 38.86º | 0.89% | 0.85% | - |
| XYZ | 39.06 | 35.84 | 5.67 | - |
| YUV | 154.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 23 | 0 | 0.31 | 0.89 | 0.15 | 38.86 | 0.81 | 0.47 |
| Hex | D8 | 94 | 17 | 0 | 1F | 59 | F | 27 | 51 | 2F |
| Octal | 330 | 224 | 27 | 0 | 37 | 131 | 17 | 47 | 121 | 57 |
| Binary | 11011000 | 10010100 | 10111 | 0 | 11111 | 1011001 | 1111 | 100111 | 1010001 | 101111 |
Color Harmonies of #D89417
Complementary color
Monochromatic Colors of #D89417
Black with #D89417
Text Example
Text Example
White with #D89417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89417; }
p { color: rgb(216,148,23); }
H1.HeaderClassName
{
color: #D89417;
}
.AnyTagClassName
{
color: #D89417;
}
</style>
background-color css
<style>
a { background-color: #D89417; }
a { background-color: rgb(216,148,23); }
div.DivClassName
{
background-color: #D89417;
}
.BgClassName
{
background-color: #D89417;
}
</style>
border-color css
<style>
span { border-color: #D89417; }
span { border-color: rgb(216,148,23); }
td.TdClassName
{
border-color: #D89417;
}
.TagClassName
{
border-color: #D89417;
}
</style>