Shades of Gamboge #D89F13
Tints of Gamboge #D89F13
RGB
CMYK
RGB Variations
Color information
#D89F13 (or 0xD89F13) is known color: Gamboge. HEX triplet: D8, 9F and 13. RGB value is (216,159,19). Sum of RGB (Red+Green+Blue) = 216+159+19=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F13 is #2760EC. Grayscale: #A0A0A0. Windows color (decimal): -2580717 or 1286104. OLE color: 1286104.
HSL color Cylindrical-coordinate representation of color #D89F13: hue angle of 42.64º degrees, saturation: 0.84, 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 #D89F13 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 19 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.15 |
| HSL | 42.64º | 0.84% | 0.46% | - |
| HSV(B) | 42.64º | 0.91% | 0.85% | - |
| XYZ | 40.83 | 39.44 | 6.08 | - |
| YUV | 160.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 19 | 0 | 0.26 | 0.91 | 0.15 | 42.64 | 0.84 | 0.46 |
| Hex | D8 | 9F | 13 | 0 | 1A | 5B | F | 2B | 54 | 2E |
| Octal | 330 | 237 | 23 | 0 | 32 | 133 | 17 | 53 | 124 | 56 |
| Binary | 11011000 | 10011111 | 10011 | 0 | 11010 | 1011011 | 1111 | 101011 | 1010100 | 101110 |
Color Harmonies of #D89F13
Complementary color
Monochromatic Colors of #D89F13
Black with #D89F13
Text Example
Text Example
White with #D89F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F13; }
p { color: rgb(216,159,19); }
H1.HeaderClassName
{
color: #D89F13;
}
.AnyTagClassName
{
color: #D89F13;
}
</style>
background-color css
<style>
a { background-color: #D89F13; }
a { background-color: rgb(216,159,19); }
div.DivClassName
{
background-color: #D89F13;
}
.BgClassName
{
background-color: #D89F13;
}
</style>
border-color css
<style>
span { border-color: #D89F13; }
span { border-color: rgb(216,159,19); }
td.TdClassName
{
border-color: #D89F13;
}
.TagClassName
{
border-color: #D89F13;
}
</style>