Shades of Gamboge #D9890B
Tints of Gamboge #D9890B
RGB
CMYK
RGB Variations
Color information
#D9890B (or 0xD9890B) is known color: Gamboge. HEX triplet: D9, 89 and 0B. RGB value is (217,137,11). Sum of RGB (Red+Green+Blue) = 217+137+11=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9890B is #2676F4. Grayscale: #939393. Windows color (decimal): -2520821 or 756185. OLE color: 756185.
HSL color Cylindrical-coordinate representation of color #D9890B: hue angle of 36.7º 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 #D9890B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.15 |
| HSL | 36.7º | 0.9% | 0.45% | - |
| HSV(B) | 36.7º | 0.95% | 0.85% | - |
| XYZ | 37.62 | 32.67 | 4.64 | - |
| YUV | 146.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 11 | 0 | 0.37 | 0.95 | 0.15 | 36.7 | 0.9 | 0.45 |
| Hex | D9 | 89 | B | 0 | 25 | 5F | F | 25 | 5A | 2D |
| Octal | 331 | 211 | 13 | 0 | 45 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011001 | 10001001 | 1011 | 0 | 100101 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #D9890B
Complementary color
Monochromatic Colors of #D9890B
Black with #D9890B
Text Example
Text Example
White with #D9890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9890B; }
p { color: rgb(217,137,11); }
H1.HeaderClassName
{
color: #D9890B;
}
.AnyTagClassName
{
color: #D9890B;
}
</style>
background-color css
<style>
a { background-color: #D9890B; }
a { background-color: rgb(217,137,11); }
div.DivClassName
{
background-color: #D9890B;
}
.BgClassName
{
background-color: #D9890B;
}
</style>
border-color css
<style>
span { border-color: #D9890B; }
span { border-color: rgb(217,137,11); }
td.TdClassName
{
border-color: #D9890B;
}
.TagClassName
{
border-color: #D9890B;
}
</style>