Shades of Gamboge #D89500
Tints of Gamboge #D89500
RGB
CMYK
RGB Variations
Color information
#D89500 (or 0xD89500) is known color: Gamboge. HEX triplet: D8, 95 and 00. RGB value is (216,149,0). Sum of RGB (Red+Green+Blue) = 216+149+0=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D89500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89500 is #276AFF. Grayscale: #989898. Windows color (decimal): -2583296 or 38360. OLE color: 38360.
HSL color Cylindrical-coordinate representation of color #D89500: hue angle of 41.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D89500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.15 |
| HSL | 41.39º | 1% | 0.42% | - |
| HSV(B) | 41.39º | 1% | 0.85% | - |
| XYZ | 39.07 | 36.09 | 4.91 | - |
| YUV | 152.05 | 42.2 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 0 | 0 | 0.31 | 1 | 0.15 | 41.39 | 1 | 0.42 |
| Hex | D8 | 95 | 0 | 0 | 1F | 64 | F | 29 | 64 | 2A |
| Octal | 330 | 225 | 0 | 0 | 37 | 144 | 17 | 51 | 144 | 52 |
| Binary | 11011000 | 10010101 | 0 | 0 | 11111 | 1100100 | 1111 | 101001 | 1100100 | 101010 |
Color Harmonies of #D89500
Complementary color
Monochromatic Colors of #D89500
Black with #D89500
Text Example
Text Example
White with #D89500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89500; }
p { color: rgb(216,149,0); }
H1.HeaderClassName
{
color: #D89500;
}
.AnyTagClassName
{
color: #D89500;
}
</style>
background-color css
<style>
a { background-color: #D89500; }
a { background-color: rgb(216,149,0); }
div.DivClassName
{
background-color: #D89500;
}
.BgClassName
{
background-color: #D89500;
}
</style>
border-color css
<style>
span { border-color: #D89500; }
span { border-color: rgb(216,149,0); }
td.TdClassName
{
border-color: #D89500;
}
.TagClassName
{
border-color: #D89500;
}
</style>