Shades of Gamboge #D89D06
Tints of Gamboge #D89D06
RGB
CMYK
RGB Variations
Color information
#D89D06 (or 0xD89D06) is known color: Gamboge. HEX triplet: D8, 9D and 06. RGB value is (216,157,6). Sum of RGB (Red+Green+Blue) = 216+157+6=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D06 is #2762F9. Grayscale: #9E9E9E. Windows color (decimal): -2581242 or 433624. OLE color: 433624.
HSL color Cylindrical-coordinate representation of color #D89D06: hue angle of 43.14º 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 #D89D06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.15 |
| HSL | 43.14º | 0.95% | 0.44% | - |
| HSV(B) | 43.14º | 0.97% | 0.85% | - |
| XYZ | 40.41 | 38.73 | 5.52 | - |
| YUV | 157.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 6 | 0 | 0.27 | 0.97 | 0.15 | 43.14 | 0.95 | 0.44 |
| Hex | D8 | 9D | 6 | 0 | 1B | 61 | F | 2B | 5F | 2C |
| Octal | 330 | 235 | 6 | 0 | 33 | 141 | 17 | 53 | 137 | 54 |
| Binary | 11011000 | 10011101 | 110 | 0 | 11011 | 1100001 | 1111 | 101011 | 1011111 | 101100 |
Color Harmonies of #D89D06
Complementary color
Monochromatic Colors of #D89D06
Black with #D89D06
Text Example
Text Example
White with #D89D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D06; }
p { color: rgb(216,157,6); }
H1.HeaderClassName
{
color: #D89D06;
}
.AnyTagClassName
{
color: #D89D06;
}
</style>
background-color css
<style>
a { background-color: #D89D06; }
a { background-color: rgb(216,157,6); }
div.DivClassName
{
background-color: #D89D06;
}
.BgClassName
{
background-color: #D89D06;
}
</style>
border-color css
<style>
span { border-color: #D89D06; }
span { border-color: rgb(216,157,6); }
td.TdClassName
{
border-color: #D89D06;
}
.TagClassName
{
border-color: #D89D06;
}
</style>