Shades of Gamboge #D89904
Tints of Gamboge #D89904
RGB
CMYK
RGB Variations
Color information
#D89904 (or 0xD89904) is known color: Gamboge. HEX triplet: D8, 99 and 04. RGB value is (216,153,4). Sum of RGB (Red+Green+Blue) = 216+153+4=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D89904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89904 is #2766FB. Grayscale: #9B9B9B. Windows color (decimal): -2582268 or 301528. OLE color: 301528.
HSL color Cylindrical-coordinate representation of color #D89904: hue angle of 42.17º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D89904 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.15 |
| HSL | 42.17º | 0.96% | 0.43% | - |
| HSV(B) | 42.17º | 0.98% | 0.85% | - |
| XYZ | 39.73 | 37.39 | 5.24 | - |
| YUV | 154.85 | 42.87 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 4 | 0 | 0.29 | 0.98 | 0.15 | 42.17 | 0.96 | 0.43 |
| Hex | D8 | 99 | 4 | 0 | 1D | 62 | F | 2A | 60 | 2B |
| Octal | 330 | 231 | 4 | 0 | 35 | 142 | 17 | 52 | 140 | 53 |
| Binary | 11011000 | 10011001 | 100 | 0 | 11101 | 1100010 | 1111 | 101010 | 1100000 | 101011 |
Color Harmonies of #D89904
Complementary color
Monochromatic Colors of #D89904
Black with #D89904
Text Example
Text Example
White with #D89904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89904; }
p { color: rgb(216,153,4); }
H1.HeaderClassName
{
color: #D89904;
}
.AnyTagClassName
{
color: #D89904;
}
</style>
background-color css
<style>
a { background-color: #D89904; }
a { background-color: rgb(216,153,4); }
div.DivClassName
{
background-color: #D89904;
}
.BgClassName
{
background-color: #D89904;
}
</style>
border-color css
<style>
span { border-color: #D89904; }
span { border-color: rgb(216,153,4); }
td.TdClassName
{
border-color: #D89904;
}
.TagClassName
{
border-color: #D89904;
}
</style>