Shades of Gamboge #D98B0B
Tints of Gamboge #D98B0B
RGB
CMYK
RGB Variations
Color information
#D98B0B (or 0xD98B0B) is known color: Gamboge. HEX triplet: D9, 8B and 0B. RGB value is (217,139,11). Sum of RGB (Red+Green+Blue) = 217+139+11=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98B0B is #2674F4. Grayscale: #949494. Windows color (decimal): -2520309 or 756697. OLE color: 756697.
HSL color Cylindrical-coordinate representation of color #D98B0B: hue angle of 37.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D98B0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.15 |
| HSL | 37.28º | 0.9% | 0.45% | - |
| HSV(B) | 37.28º | 0.95% | 0.85% | - |
| XYZ | 37.91 | 33.24 | 4.73 | - |
| YUV | 147.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 11 | 0 | 0.36 | 0.95 | 0.15 | 37.28 | 0.9 | 0.45 |
| Hex | D9 | 8B | B | 0 | 24 | 5F | F | 25 | 5A | 2D |
| Octal | 331 | 213 | 13 | 0 | 44 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011001 | 10001011 | 1011 | 0 | 100100 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #D98B0B
Complementary color
Monochromatic Colors of #D98B0B
Black with #D98B0B
Text Example
Text Example
White with #D98B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98B0B; }
p { color: rgb(217,139,11); }
H1.HeaderClassName
{
color: #D98B0B;
}
.AnyTagClassName
{
color: #D98B0B;
}
</style>
background-color css
<style>
a { background-color: #D98B0B; }
a { background-color: rgb(217,139,11); }
div.DivClassName
{
background-color: #D98B0B;
}
.BgClassName
{
background-color: #D98B0B;
}
</style>
border-color css
<style>
span { border-color: #D98B0B; }
span { border-color: rgb(217,139,11); }
td.TdClassName
{
border-color: #D98B0B;
}
.TagClassName
{
border-color: #D98B0B;
}
</style>