Shades of Gamboge #D99A0B
Tints of Gamboge #D99A0B
RGB
CMYK
RGB Variations
Color information
#D99A0B (or 0xD99A0B) is known color: Gamboge. HEX triplet: D9, 9A and 0B. RGB value is (217,154,11). Sum of RGB (Red+Green+Blue) = 217+154+11=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A0B is #2665F4. Grayscale: #9D9D9D. Windows color (decimal): -2516469 or 760537. OLE color: 760537.
HSL color Cylindrical-coordinate representation of color #D99A0B: hue angle of 41.65º 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 #D99A0B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.15 |
| HSL | 41.65º | 0.9% | 0.45% | - |
| HSV(B) | 41.65º | 0.95% | 0.85% | - |
| XYZ | 40.23 | 37.89 | 5.51 | - |
| YUV | 156.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 11 | 0 | 0.29 | 0.95 | 0.15 | 41.65 | 0.9 | 0.45 |
| Hex | D9 | 9A | B | 0 | 1D | 5F | F | 2A | 5A | 2D |
| Octal | 331 | 232 | 13 | 0 | 35 | 137 | 17 | 52 | 132 | 55 |
| Binary | 11011001 | 10011010 | 1011 | 0 | 11101 | 1011111 | 1111 | 101010 | 1011010 | 101101 |
Color Harmonies of #D99A0B
Complementary color
Monochromatic Colors of #D99A0B
Black with #D99A0B
Text Example
Text Example
White with #D99A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A0B; }
p { color: rgb(217,154,11); }
H1.HeaderClassName
{
color: #D99A0B;
}
.AnyTagClassName
{
color: #D99A0B;
}
</style>
background-color css
<style>
a { background-color: #D99A0B; }
a { background-color: rgb(217,154,11); }
div.DivClassName
{
background-color: #D99A0B;
}
.BgClassName
{
background-color: #D99A0B;
}
</style>
border-color css
<style>
span { border-color: #D99A0B; }
span { border-color: rgb(217,154,11); }
td.TdClassName
{
border-color: #D99A0B;
}
.TagClassName
{
border-color: #D99A0B;
}
</style>