Shades of Gamboge #D89D14
Tints of Gamboge #D89D14
RGB
CMYK
RGB Variations
Color information
#D89D14 (or 0xD89D14) is known color: Gamboge. HEX triplet: D8, 9D and 14. RGB value is (216,157,20). Sum of RGB (Red+Green+Blue) = 216+157+20=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D14 is #2762EB. Grayscale: #9F9F9F. Windows color (decimal): -2581228 or 1351128. OLE color: 1351128.
HSL color Cylindrical-coordinate representation of color #D89D14: hue angle of 41.94º 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 #D89D14 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.15 |
| HSL | 41.94º | 0.83% | 0.46% | - |
| HSV(B) | 41.94º | 0.91% | 0.85% | - |
| XYZ | 40.5 | 38.76 | 6.01 | - |
| YUV | 159.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 20 | 0 | 0.27 | 0.91 | 0.15 | 41.94 | 0.83 | 0.46 |
| Hex | D8 | 9D | 14 | 0 | 1B | 5B | F | 2A | 53 | 2E |
| Octal | 330 | 235 | 24 | 0 | 33 | 133 | 17 | 52 | 123 | 56 |
| Binary | 11011000 | 10011101 | 10100 | 0 | 11011 | 1011011 | 1111 | 101010 | 1010011 | 101110 |
Color Harmonies of #D89D14
Complementary color
Monochromatic Colors of #D89D14
Black with #D89D14
Text Example
Text Example
White with #D89D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D14; }
p { color: rgb(216,157,20); }
H1.HeaderClassName
{
color: #D89D14;
}
.AnyTagClassName
{
color: #D89D14;
}
</style>
background-color css
<style>
a { background-color: #D89D14; }
a { background-color: rgb(216,157,20); }
div.DivClassName
{
background-color: #D89D14;
}
.BgClassName
{
background-color: #D89D14;
}
</style>
border-color css
<style>
span { border-color: #D89D14; }
span { border-color: rgb(216,157,20); }
td.TdClassName
{
border-color: #D89D14;
}
.TagClassName
{
border-color: #D89D14;
}
</style>