Shades of Gamboge #D89614
Tints of Gamboge #D89614
RGB
CMYK
RGB Variations
Color information
#D89614 (or 0xD89614) is known color: Gamboge. HEX triplet: D8, 96 and 14. RGB value is (216,150,20). Sum of RGB (Red+Green+Blue) = 216+150+20=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89614 is #2769EB. Grayscale: #9B9B9B. Windows color (decimal): -2583020 or 1349336. OLE color: 1349336.
HSL color Cylindrical-coordinate representation of color #D89614: hue angle of 39.8º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D89614 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.15 |
| HSL | 39.8º | 0.83% | 0.46% | - |
| HSV(B) | 39.8º | 0.91% | 0.85% | - |
| XYZ | 39.35 | 36.46 | 5.63 | - |
| YUV | 154.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 20 | 0 | 0.31 | 0.91 | 0.15 | 39.8 | 0.83 | 0.46 |
| Hex | D8 | 96 | 14 | 0 | 1F | 5B | F | 28 | 53 | 2E |
| Octal | 330 | 226 | 24 | 0 | 37 | 133 | 17 | 50 | 123 | 56 |
| Binary | 11011000 | 10010110 | 10100 | 0 | 11111 | 1011011 | 1111 | 101000 | 1010011 | 101110 |
Color Harmonies of #D89614
Complementary color
Monochromatic Colors of #D89614
Black with #D89614
Text Example
Text Example
White with #D89614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89614; }
p { color: rgb(216,150,20); }
H1.HeaderClassName
{
color: #D89614;
}
.AnyTagClassName
{
color: #D89614;
}
</style>
background-color css
<style>
a { background-color: #D89614; }
a { background-color: rgb(216,150,20); }
div.DivClassName
{
background-color: #D89614;
}
.BgClassName
{
background-color: #D89614;
}
</style>
border-color css
<style>
span { border-color: #D89614; }
span { border-color: rgb(216,150,20); }
td.TdClassName
{
border-color: #D89614;
}
.TagClassName
{
border-color: #D89614;
}
</style>