Shades of Gamboge #D89706
Tints of Gamboge #D89706
RGB
CMYK
RGB Variations
Color information
#D89706 (or 0xD89706) is known color: Gamboge. HEX triplet: D8, 97 and 06. RGB value is (216,151,6). Sum of RGB (Red+Green+Blue) = 216+151+6=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D89706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89706 is #2768F9. Grayscale: #9A9A9A. Windows color (decimal): -2582778 or 432088. OLE color: 432088.
HSL color Cylindrical-coordinate representation of color #D89706: hue angle of 41.43º degrees, saturation: 0.95, 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 #D89706 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.15 |
| HSL | 41.43º | 0.95% | 0.44% | - |
| HSV(B) | 41.43º | 0.97% | 0.85% | - |
| XYZ | 39.42 | 36.75 | 5.19 | - |
| YUV | 153.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 6 | 0 | 0.30 | 0.97 | 0.15 | 41.43 | 0.95 | 0.44 |
| Hex | D8 | 97 | 6 | 0 | 1E | 61 | F | 29 | 5F | 2C |
| Octal | 330 | 227 | 6 | 0 | 36 | 141 | 17 | 51 | 137 | 54 |
| Binary | 11011000 | 10010111 | 110 | 0 | 11110 | 1100001 | 1111 | 101001 | 1011111 | 101100 |
Color Harmonies of #D89706
Complementary color
Monochromatic Colors of #D89706
Black with #D89706
Text Example
Text Example
White with #D89706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89706; }
p { color: rgb(216,151,6); }
H1.HeaderClassName
{
color: #D89706;
}
.AnyTagClassName
{
color: #D89706;
}
</style>
background-color css
<style>
a { background-color: #D89706; }
a { background-color: rgb(216,151,6); }
div.DivClassName
{
background-color: #D89706;
}
.BgClassName
{
background-color: #D89706;
}
</style>
border-color css
<style>
span { border-color: #D89706; }
span { border-color: rgb(216,151,6); }
td.TdClassName
{
border-color: #D89706;
}
.TagClassName
{
border-color: #D89706;
}
</style>