Shades of Gamboge #D89207
Tints of Gamboge #D89207
RGB
CMYK
RGB Variations
Color information
#D89207 (or 0xD89207) is known color: Gamboge. HEX triplet: D8, 92 and 07. RGB value is (216,146,7). Sum of RGB (Red+Green+Blue) = 216+146+7=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D89207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89207 is #276DF8. Grayscale: #979797. Windows color (decimal): -2584057 or 496344. OLE color: 496344.
HSL color Cylindrical-coordinate representation of color #D89207: hue angle of 39.9º 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 #D89207 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.15 |
| HSL | 39.9º | 0.94% | 0.44% | - |
| HSV(B) | 39.9º | 0.97% | 0.85% | - |
| XYZ | 38.64 | 35.17 | 4.95 | - |
| YUV | 151.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 7 | 0 | 0.32 | 0.97 | 0.15 | 39.9 | 0.94 | 0.44 |
| Hex | D8 | 92 | 7 | 0 | 20 | 61 | F | 28 | 5E | 2C |
| Octal | 330 | 222 | 7 | 0 | 40 | 141 | 17 | 50 | 136 | 54 |
| Binary | 11011000 | 10010010 | 111 | 0 | 100000 | 1100001 | 1111 | 101000 | 1011110 | 101100 |
Color Harmonies of #D89207
Complementary color
Monochromatic Colors of #D89207
Black with #D89207
Text Example
Text Example
White with #D89207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89207; }
p { color: rgb(216,146,7); }
H1.HeaderClassName
{
color: #D89207;
}
.AnyTagClassName
{
color: #D89207;
}
</style>
background-color css
<style>
a { background-color: #D89207; }
a { background-color: rgb(216,146,7); }
div.DivClassName
{
background-color: #D89207;
}
.BgClassName
{
background-color: #D89207;
}
</style>
border-color css
<style>
span { border-color: #D89207; }
span { border-color: rgb(216,146,7); }
td.TdClassName
{
border-color: #D89207;
}
.TagClassName
{
border-color: #D89207;
}
</style>