Shades of Gamboge #D89515
Tints of Gamboge #D89515
RGB
CMYK
RGB Variations
Color information
#D89515 (or 0xD89515) is known color: Gamboge. HEX triplet: D8, 95 and 15. RGB value is (216,149,21). Sum of RGB (Red+Green+Blue) = 216+149+21=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89515 is #276AEA. Grayscale: #9B9B9B. Windows color (decimal): -2583275 or 1414616. OLE color: 1414616.
HSL color Cylindrical-coordinate representation of color #D89515: hue angle of 39.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D89515 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.15 |
| HSL | 39.38º | 0.82% | 0.46% | - |
| HSV(B) | 39.38º | 0.9% | 0.85% | - |
| XYZ | 39.2 | 36.15 | 5.62 | - |
| YUV | 154.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 21 | 0 | 0.31 | 0.90 | 0.15 | 39.38 | 0.82 | 0.46 |
| Hex | D8 | 95 | 15 | 0 | 1F | 5A | F | 27 | 52 | 2E |
| Octal | 330 | 225 | 25 | 0 | 37 | 132 | 17 | 47 | 122 | 56 |
| Binary | 11011000 | 10010101 | 10101 | 0 | 11111 | 1011010 | 1111 | 100111 | 1010010 | 101110 |
Color Harmonies of #D89515
Complementary color
Monochromatic Colors of #D89515
Black with #D89515
Text Example
Text Example
White with #D89515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89515; }
p { color: rgb(216,149,21); }
H1.HeaderClassName
{
color: #D89515;
}
.AnyTagClassName
{
color: #D89515;
}
</style>
background-color css
<style>
a { background-color: #D89515; }
a { background-color: rgb(216,149,21); }
div.DivClassName
{
background-color: #D89515;
}
.BgClassName
{
background-color: #D89515;
}
</style>
border-color css
<style>
span { border-color: #D89515; }
span { border-color: rgb(216,149,21); }
td.TdClassName
{
border-color: #D89515;
}
.TagClassName
{
border-color: #D89515;
}
</style>