Shades of Gamboge #D89407
Tints of Gamboge #D89407
RGB
CMYK
RGB Variations
Color information
#D89407 (or 0xD89407) is known color: Gamboge. HEX triplet: D8, 94 and 07. RGB value is (216,148,7). Sum of RGB (Red+Green+Blue) = 216+148+7=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D89407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89407 is #276BF8. Grayscale: #989898. Windows color (decimal): -2583545 or 496856. OLE color: 496856.
HSL color Cylindrical-coordinate representation of color #D89407: hue angle of 40.48º degrees, saturation: 0.94, 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 #D89407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.15 |
| HSL | 40.48º | 0.94% | 0.44% | - |
| HSV(B) | 40.48º | 0.97% | 0.85% | - |
| XYZ | 38.95 | 35.79 | 5.06 | - |
| YUV | 152.26 | 46.03 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 7 | 0 | 0.31 | 0.97 | 0.15 | 40.48 | 0.94 | 0.44 |
| Hex | D8 | 94 | 7 | 0 | 1F | 61 | F | 28 | 5E | 2C |
| Octal | 330 | 224 | 7 | 0 | 37 | 141 | 17 | 50 | 136 | 54 |
| Binary | 11011000 | 10010100 | 111 | 0 | 11111 | 1100001 | 1111 | 101000 | 1011110 | 101100 |
Color Harmonies of #D89407
Complementary color
Monochromatic Colors of #D89407
Black with #D89407
Text Example
Text Example
White with #D89407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89407; }
p { color: rgb(216,148,7); }
H1.HeaderClassName
{
color: #D89407;
}
.AnyTagClassName
{
color: #D89407;
}
</style>
background-color css
<style>
a { background-color: #D89407; }
a { background-color: rgb(216,148,7); }
div.DivClassName
{
background-color: #D89407;
}
.BgClassName
{
background-color: #D89407;
}
</style>
border-color css
<style>
span { border-color: #D89407; }
span { border-color: rgb(216,148,7); }
td.TdClassName
{
border-color: #D89407;
}
.TagClassName
{
border-color: #D89407;
}
</style>