Shades of Gamboge #D89D07
Tints of Gamboge #D89D07
RGB
CMYK
RGB Variations
Color information
#D89D07 (or 0xD89D07) is known color: Gamboge. HEX triplet: D8, 9D and 07. RGB value is (216,157,7). Sum of RGB (Red+Green+Blue) = 216+157+7=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D07 is #2762F8. Grayscale: #9E9E9E. Windows color (decimal): -2581241 or 499160. OLE color: 499160.
HSL color Cylindrical-coordinate representation of color #D89D07: hue angle of 43.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D89D07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.15 |
| HSL | 43.06º | 0.94% | 0.44% | - |
| HSV(B) | 43.06º | 0.97% | 0.85% | - |
| XYZ | 40.41 | 38.73 | 5.55 | - |
| YUV | 157.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 7 | 0 | 0.27 | 0.97 | 0.15 | 43.06 | 0.94 | 0.44 |
| Hex | D8 | 9D | 7 | 0 | 1B | 61 | F | 2B | 5E | 2C |
| Octal | 330 | 235 | 7 | 0 | 33 | 141 | 17 | 53 | 136 | 54 |
| Binary | 11011000 | 10011101 | 111 | 0 | 11011 | 1100001 | 1111 | 101011 | 1011110 | 101100 |
Color Harmonies of #D89D07
Complementary color
Monochromatic Colors of #D89D07
Black with #D89D07
Text Example
Text Example
White with #D89D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D07; }
p { color: rgb(216,157,7); }
H1.HeaderClassName
{
color: #D89D07;
}
.AnyTagClassName
{
color: #D89D07;
}
</style>
background-color css
<style>
a { background-color: #D89D07; }
a { background-color: rgb(216,157,7); }
div.DivClassName
{
background-color: #D89D07;
}
.BgClassName
{
background-color: #D89D07;
}
</style>
border-color css
<style>
span { border-color: #D89D07; }
span { border-color: rgb(216,157,7); }
td.TdClassName
{
border-color: #D89D07;
}
.TagClassName
{
border-color: #D89D07;
}
</style>