Shades of Gamboge #D98F07
Tints of Gamboge #D98F07
RGB
CMYK
RGB Variations
Color information
#D98F07 (or 0xD98F07) is known color: Gamboge. HEX triplet: D9, 8F and 07. RGB value is (217,143,7). Sum of RGB (Red+Green+Blue) = 217+143+7=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F07 is #2670F8. Grayscale: #969696. Windows color (decimal): -2519289 or 495577. OLE color: 495577.
HSL color Cylindrical-coordinate representation of color #D98F07: hue angle of 38.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D98F07 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.15 |
| HSL | 38.86º | 0.94% | 0.44% | - |
| HSV(B) | 38.86º | 0.97% | 0.85% | - |
| XYZ | 38.48 | 34.41 | 4.82 | - |
| YUV | 149.62 | 47.52 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 7 | 0 | 0.34 | 0.97 | 0.15 | 38.86 | 0.94 | 0.44 |
| Hex | D9 | 8F | 7 | 0 | 22 | 61 | F | 27 | 5E | 2C |
| Octal | 331 | 217 | 7 | 0 | 42 | 141 | 17 | 47 | 136 | 54 |
| Binary | 11011001 | 10001111 | 111 | 0 | 100010 | 1100001 | 1111 | 100111 | 1011110 | 101100 |
Color Harmonies of #D98F07
Complementary color
Monochromatic Colors of #D98F07
Black with #D98F07
Text Example
Text Example
White with #D98F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F07; }
p { color: rgb(217,143,7); }
H1.HeaderClassName
{
color: #D98F07;
}
.AnyTagClassName
{
color: #D98F07;
}
</style>
background-color css
<style>
a { background-color: #D98F07; }
a { background-color: rgb(217,143,7); }
div.DivClassName
{
background-color: #D98F07;
}
.BgClassName
{
background-color: #D98F07;
}
</style>
border-color css
<style>
span { border-color: #D98F07; }
span { border-color: rgb(217,143,7); }
td.TdClassName
{
border-color: #D98F07;
}
.TagClassName
{
border-color: #D98F07;
}
</style>