Shades of Gamboge #D89C09
Tints of Gamboge #D89C09
RGB
CMYK
RGB Variations
Color information
#D89C09 (or 0xD89C09) is known color: Gamboge. HEX triplet: D8, 9C and 09. RGB value is (216,156,9). Sum of RGB (Red+Green+Blue) = 216+156+9=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C09 is #2763F6. Grayscale: #9D9D9D. Windows color (decimal): -2581495 or 629976. OLE color: 629976.
HSL color Cylindrical-coordinate representation of color #D89C09: hue angle of 42.61º 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 #D89C09 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.15 |
| HSL | 42.61º | 0.92% | 0.44% | - |
| HSV(B) | 42.61º | 0.96% | 0.85% | - |
| XYZ | 40.26 | 38.4 | 5.55 | - |
| YUV | 157.18 | 44.38 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 9 | 0 | 0.28 | 0.96 | 0.15 | 42.61 | 0.92 | 0.44 |
| Hex | D8 | 9C | 9 | 0 | 1C | 60 | F | 2B | 5C | 2C |
| Octal | 330 | 234 | 11 | 0 | 34 | 140 | 17 | 53 | 134 | 54 |
| Binary | 11011000 | 10011100 | 1001 | 0 | 11100 | 1100000 | 1111 | 101011 | 1011100 | 101100 |
Color Harmonies of #D89C09
Complementary color
Monochromatic Colors of #D89C09
Black with #D89C09
Text Example
Text Example
White with #D89C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C09; }
p { color: rgb(216,156,9); }
H1.HeaderClassName
{
color: #D89C09;
}
.AnyTagClassName
{
color: #D89C09;
}
</style>
background-color css
<style>
a { background-color: #D89C09; }
a { background-color: rgb(216,156,9); }
div.DivClassName
{
background-color: #D89C09;
}
.BgClassName
{
background-color: #D89C09;
}
</style>
border-color css
<style>
span { border-color: #D89C09; }
span { border-color: rgb(216,156,9); }
td.TdClassName
{
border-color: #D89C09;
}
.TagClassName
{
border-color: #D89C09;
}
</style>