Shades of Gamboge #D89C07
Tints of Gamboge #D89C07
RGB
CMYK
RGB Variations
Color information
#D89C07 (or 0xD89C07) is known color: Gamboge. HEX triplet: D8, 9C and 07. RGB value is (216,156,7). Sum of RGB (Red+Green+Blue) = 216+156+7=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C07 is #2763F8. Grayscale: #9D9D9D. Windows color (decimal): -2581497 or 498904. OLE color: 498904.
HSL color Cylindrical-coordinate representation of color #D89C07: hue angle of 42.78º 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 #D89C07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.15 |
| HSL | 42.78º | 0.94% | 0.44% | - |
| HSV(B) | 42.78º | 0.97% | 0.85% | - |
| XYZ | 40.25 | 38.39 | 5.49 | - |
| YUV | 156.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 7 | 0 | 0.28 | 0.97 | 0.15 | 42.78 | 0.94 | 0.44 |
| Hex | D8 | 9C | 7 | 0 | 1C | 61 | F | 2B | 5E | 2C |
| Octal | 330 | 234 | 7 | 0 | 34 | 141 | 17 | 53 | 136 | 54 |
| Binary | 11011000 | 10011100 | 111 | 0 | 11100 | 1100001 | 1111 | 101011 | 1011110 | 101100 |
Color Harmonies of #D89C07
Complementary color
Monochromatic Colors of #D89C07
Black with #D89C07
Text Example
Text Example
White with #D89C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C07; }
p { color: rgb(216,156,7); }
H1.HeaderClassName
{
color: #D89C07;
}
.AnyTagClassName
{
color: #D89C07;
}
</style>
background-color css
<style>
a { background-color: #D89C07; }
a { background-color: rgb(216,156,7); }
div.DivClassName
{
background-color: #D89C07;
}
.BgClassName
{
background-color: #D89C07;
}
</style>
border-color css
<style>
span { border-color: #D89C07; }
span { border-color: rgb(216,156,7); }
td.TdClassName
{
border-color: #D89C07;
}
.TagClassName
{
border-color: #D89C07;
}
</style>