Shades of Gamboge #D98F14
Tints of Gamboge #D98F14
RGB
CMYK
RGB Variations
Color information
#D98F14 (or 0xD98F14) is known color: Gamboge. HEX triplet: D9, 8F and 14. RGB value is (217,143,20). Sum of RGB (Red+Green+Blue) = 217+143+20=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F14 is #2670EB. Grayscale: #979797. Windows color (decimal): -2519276 or 1347545. OLE color: 1347545.
HSL color Cylindrical-coordinate representation of color #D98F14: hue angle of 37.46º 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 #D98F14 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.15 |
| HSL | 37.46º | 0.83% | 0.46% | - |
| HSV(B) | 37.46º | 0.91% | 0.85% | - |
| XYZ | 38.56 | 34.45 | 5.28 | - |
| YUV | 151.1 | 54.02 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 20 | 0 | 0.34 | 0.91 | 0.15 | 37.46 | 0.83 | 0.46 |
| Hex | D9 | 8F | 14 | 0 | 22 | 5B | F | 25 | 53 | 2E |
| Octal | 331 | 217 | 24 | 0 | 42 | 133 | 17 | 45 | 123 | 56 |
| Binary | 11011001 | 10001111 | 10100 | 0 | 100010 | 1011011 | 1111 | 100101 | 1010011 | 101110 |
Color Harmonies of #D98F14
Complementary color
Monochromatic Colors of #D98F14
Black with #D98F14
Text Example
Text Example
White with #D98F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F14; }
p { color: rgb(217,143,20); }
H1.HeaderClassName
{
color: #D98F14;
}
.AnyTagClassName
{
color: #D98F14;
}
</style>
background-color css
<style>
a { background-color: #D98F14; }
a { background-color: rgb(217,143,20); }
div.DivClassName
{
background-color: #D98F14;
}
.BgClassName
{
background-color: #D98F14;
}
</style>
border-color css
<style>
span { border-color: #D98F14; }
span { border-color: rgb(217,143,20); }
td.TdClassName
{
border-color: #D98F14;
}
.TagClassName
{
border-color: #D98F14;
}
</style>