Shades of Gamboge #D89714
Tints of Gamboge #D89714
RGB
CMYK
RGB Variations
Color information
#D89714 (or 0xD89714) is known color: Gamboge. HEX triplet: D8, 97 and 14. RGB value is (216,151,20). Sum of RGB (Red+Green+Blue) = 216+151+20=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D89714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89714 is #2768EB. Grayscale: #9C9C9C. Windows color (decimal): -2582764 or 1349592. OLE color: 1349592.
HSL color Cylindrical-coordinate representation of color #D89714: hue angle of 40.1º 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 #D89714 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.15 |
| HSL | 40.1º | 0.83% | 0.46% | - |
| HSV(B) | 40.1º | 0.91% | 0.85% | - |
| XYZ | 39.51 | 36.78 | 5.68 | - |
| YUV | 155.5 | 51.53 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 20 | 0 | 0.30 | 0.91 | 0.15 | 40.1 | 0.83 | 0.46 |
| Hex | D8 | 97 | 14 | 0 | 1E | 5B | F | 28 | 53 | 2E |
| Octal | 330 | 227 | 24 | 0 | 36 | 133 | 17 | 50 | 123 | 56 |
| Binary | 11011000 | 10010111 | 10100 | 0 | 11110 | 1011011 | 1111 | 101000 | 1010011 | 101110 |
Color Harmonies of #D89714
Complementary color
Monochromatic Colors of #D89714
Black with #D89714
Text Example
Text Example
White with #D89714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89714; }
p { color: rgb(216,151,20); }
H1.HeaderClassName
{
color: #D89714;
}
.AnyTagClassName
{
color: #D89714;
}
</style>
background-color css
<style>
a { background-color: #D89714; }
a { background-color: rgb(216,151,20); }
div.DivClassName
{
background-color: #D89714;
}
.BgClassName
{
background-color: #D89714;
}
</style>
border-color css
<style>
span { border-color: #D89714; }
span { border-color: rgb(216,151,20); }
td.TdClassName
{
border-color: #D89714;
}
.TagClassName
{
border-color: #D89714;
}
</style>