Shades of Gamboge #D89709
Tints of Gamboge #D89709
RGB
CMYK
RGB Variations
Color information
#D89709 (or 0xD89709) is known color: Gamboge. HEX triplet: D8, 97 and 09. RGB value is (216,151,9). Sum of RGB (Red+Green+Blue) = 216+151+9=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D89709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89709 is #2768F6. Grayscale: #9A9A9A. Windows color (decimal): -2582775 or 628696. OLE color: 628696.
HSL color Cylindrical-coordinate representation of color #D89709: hue angle of 41.16º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D89709 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.15 |
| HSL | 41.16º | 0.92% | 0.44% | - |
| HSV(B) | 41.16º | 0.96% | 0.85% | - |
| XYZ | 39.43 | 36.75 | 5.27 | - |
| YUV | 154.25 | 46.03 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 9 | 0 | 0.30 | 0.96 | 0.15 | 41.16 | 0.92 | 0.44 |
| Hex | D8 | 97 | 9 | 0 | 1E | 60 | F | 29 | 5C | 2C |
| Octal | 330 | 227 | 11 | 0 | 36 | 140 | 17 | 51 | 134 | 54 |
| Binary | 11011000 | 10010111 | 1001 | 0 | 11110 | 1100000 | 1111 | 101001 | 1011100 | 101100 |
Color Harmonies of #D89709
Complementary color
Monochromatic Colors of #D89709
Black with #D89709
Text Example
Text Example
White with #D89709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89709; }
p { color: rgb(216,151,9); }
H1.HeaderClassName
{
color: #D89709;
}
.AnyTagClassName
{
color: #D89709;
}
</style>
background-color css
<style>
a { background-color: #D89709; }
a { background-color: rgb(216,151,9); }
div.DivClassName
{
background-color: #D89709;
}
.BgClassName
{
background-color: #D89709;
}
</style>
border-color css
<style>
span { border-color: #D89709; }
span { border-color: rgb(216,151,9); }
td.TdClassName
{
border-color: #D89709;
}
.TagClassName
{
border-color: #D89709;
}
</style>