Shades of Gamboge #D89D04
Tints of Gamboge #D89D04
RGB
CMYK
RGB Variations
Color information
#D89D04 (or 0xD89D04) is known color: Gamboge. HEX triplet: D8, 9D and 04. RGB value is (216,157,4). Sum of RGB (Red+Green+Blue) = 216+157+4=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D04 is #2762FB. Grayscale: #9D9D9D. Windows color (decimal): -2581244 or 302552. OLE color: 302552.
HSL color Cylindrical-coordinate representation of color #D89D04: hue angle of 43.3º 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 #D89D04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.15 |
| HSL | 43.3º | 0.96% | 0.43% | - |
| HSV(B) | 43.3º | 0.98% | 0.85% | - |
| XYZ | 40.4 | 38.72 | 5.46 | - |
| YUV | 157.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 4 | 0 | 0.27 | 0.98 | 0.15 | 43.3 | 0.96 | 0.43 |
| Hex | D8 | 9D | 4 | 0 | 1B | 62 | F | 2B | 60 | 2B |
| Octal | 330 | 235 | 4 | 0 | 33 | 142 | 17 | 53 | 140 | 53 |
| Binary | 11011000 | 10011101 | 100 | 0 | 11011 | 1100010 | 1111 | 101011 | 1100000 | 101011 |
Color Harmonies of #D89D04
Complementary color
Monochromatic Colors of #D89D04
Black with #D89D04
Text Example
Text Example
White with #D89D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D04; }
p { color: rgb(216,157,4); }
H1.HeaderClassName
{
color: #D89D04;
}
.AnyTagClassName
{
color: #D89D04;
}
</style>
background-color css
<style>
a { background-color: #D89D04; }
a { background-color: rgb(216,157,4); }
div.DivClassName
{
background-color: #D89D04;
}
.BgClassName
{
background-color: #D89D04;
}
</style>
border-color css
<style>
span { border-color: #D89D04; }
span { border-color: rgb(216,157,4); }
td.TdClassName
{
border-color: #D89D04;
}
.TagClassName
{
border-color: #D89D04;
}
</style>