Shades of Gamboge #D89C06
Tints of Gamboge #D89C06
RGB
CMYK
RGB Variations
Color information
#D89C06 (or 0xD89C06) is known color: Gamboge. HEX triplet: D8, 9C and 06. RGB value is (216,156,6). Sum of RGB (Red+Green+Blue) = 216+156+6=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C06 is #2763F9. Grayscale: #9D9D9D. Windows color (decimal): -2581498 or 433368. OLE color: 433368.
HSL color Cylindrical-coordinate representation of color #D89C06: hue angle of 42.86º 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 #D89C06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.15 |
| HSL | 42.86º | 0.95% | 0.44% | - |
| HSV(B) | 42.86º | 0.97% | 0.85% | - |
| XYZ | 40.24 | 38.39 | 5.46 | - |
| YUV | 156.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 6 | 0 | 0.28 | 0.97 | 0.15 | 42.86 | 0.95 | 0.44 |
| Hex | D8 | 9C | 6 | 0 | 1C | 61 | F | 2B | 5F | 2C |
| Octal | 330 | 234 | 6 | 0 | 34 | 141 | 17 | 53 | 137 | 54 |
| Binary | 11011000 | 10011100 | 110 | 0 | 11100 | 1100001 | 1111 | 101011 | 1011111 | 101100 |
Color Harmonies of #D89C06
Complementary color
Monochromatic Colors of #D89C06
Black with #D89C06
Text Example
Text Example
White with #D89C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C06; }
p { color: rgb(216,156,6); }
H1.HeaderClassName
{
color: #D89C06;
}
.AnyTagClassName
{
color: #D89C06;
}
</style>
background-color css
<style>
a { background-color: #D89C06; }
a { background-color: rgb(216,156,6); }
div.DivClassName
{
background-color: #D89C06;
}
.BgClassName
{
background-color: #D89C06;
}
</style>
border-color css
<style>
span { border-color: #D89C06; }
span { border-color: rgb(216,156,6); }
td.TdClassName
{
border-color: #D89C06;
}
.TagClassName
{
border-color: #D89C06;
}
</style>