Shades of Gamboge #D89F05
Tints of Gamboge #D89F05
RGB
CMYK
RGB Variations
Color information
#D89F05 (or 0xD89F05) is known color: Gamboge. HEX triplet: D8, 9F and 05. RGB value is (216,159,5). Sum of RGB (Red+Green+Blue) = 216+159+5=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F05 is #2760FA. Grayscale: #9F9F9F. Windows color (decimal): -2580731 or 368600. OLE color: 368600.
HSL color Cylindrical-coordinate representation of color #D89F05: hue angle of 43.79º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D89F05 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.15 |
| HSL | 43.79º | 0.95% | 0.43% | - |
| HSV(B) | 43.79º | 0.98% | 0.85% | - |
| XYZ | 40.74 | 39.41 | 5.6 | - |
| YUV | 158.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 5 | 0 | 0.26 | 0.98 | 0.15 | 43.79 | 0.95 | 0.43 |
| Hex | D8 | 9F | 5 | 0 | 1A | 62 | F | 2C | 5F | 2B |
| Octal | 330 | 237 | 5 | 0 | 32 | 142 | 17 | 54 | 137 | 53 |
| Binary | 11011000 | 10011111 | 101 | 0 | 11010 | 1100010 | 1111 | 101100 | 1011111 | 101011 |
Color Harmonies of #D89F05
Complementary color
Monochromatic Colors of #D89F05
Black with #D89F05
Text Example
Text Example
White with #D89F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F05; }
p { color: rgb(216,159,5); }
H1.HeaderClassName
{
color: #D89F05;
}
.AnyTagClassName
{
color: #D89F05;
}
</style>
background-color css
<style>
a { background-color: #D89F05; }
a { background-color: rgb(216,159,5); }
div.DivClassName
{
background-color: #D89F05;
}
.BgClassName
{
background-color: #D89F05;
}
</style>
border-color css
<style>
span { border-color: #D89F05; }
span { border-color: rgb(216,159,5); }
td.TdClassName
{
border-color: #D89F05;
}
.TagClassName
{
border-color: #D89F05;
}
</style>