Shades of Gamboge #D9850B
Tints of Gamboge #D9850B
RGB
CMYK
RGB Variations
Color information
#D9850B (or 0xD9850B) is known color: Gamboge. HEX triplet: D9, 85 and 0B. RGB value is (217,133,11). Sum of RGB (Red+Green+Blue) = 217+133+11=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9850B is #267AF4. Grayscale: #909090. Windows color (decimal): -2521845 or 755161. OLE color: 755161.
HSL color Cylindrical-coordinate representation of color #D9850B: hue angle of 35.53º 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 #D9850B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.15 |
| HSL | 35.53º | 0.9% | 0.45% | - |
| HSV(B) | 35.53º | 0.95% | 0.85% | - |
| XYZ | 37.06 | 31.55 | 4.45 | - |
| YUV | 144.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 11 | 0 | 0.39 | 0.95 | 0.15 | 35.53 | 0.9 | 0.45 |
| Hex | D9 | 85 | B | 0 | 27 | 5F | F | 24 | 5A | 2D |
| Octal | 331 | 205 | 13 | 0 | 47 | 137 | 17 | 44 | 132 | 55 |
| Binary | 11011001 | 10000101 | 1011 | 0 | 100111 | 1011111 | 1111 | 100100 | 1011010 | 101101 |
Color Harmonies of #D9850B
Complementary color
Monochromatic Colors of #D9850B
Black with #D9850B
Text Example
Text Example
White with #D9850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9850B; }
p { color: rgb(217,133,11); }
H1.HeaderClassName
{
color: #D9850B;
}
.AnyTagClassName
{
color: #D9850B;
}
</style>
background-color css
<style>
a { background-color: #D9850B; }
a { background-color: rgb(217,133,11); }
div.DivClassName
{
background-color: #D9850B;
}
.BgClassName
{
background-color: #D9850B;
}
</style>
border-color css
<style>
span { border-color: #D9850B; }
span { border-color: rgb(217,133,11); }
td.TdClassName
{
border-color: #D9850B;
}
.TagClassName
{
border-color: #D9850B;
}
</style>