Shades of Gamboge #D99411
Tints of Gamboge #D99411
RGB
CMYK
RGB Variations
Color information
#D99411 (or 0xD99411) is known color: Gamboge. HEX triplet: D9, 94 and 11. RGB value is (217,148,17). Sum of RGB (Red+Green+Blue) = 217+148+17=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99411 is #266BEE. Grayscale: #9A9A9A. Windows color (decimal): -2517999 or 1152217. OLE color: 1152217.
HSL color Cylindrical-coordinate representation of color #D99411: hue angle of 39.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D99411 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.15 |
| HSL | 39.3º | 0.85% | 0.46% | - |
| HSV(B) | 39.3º | 0.92% | 0.85% | - |
| XYZ | 39.31 | 35.97 | 5.4 | - |
| YUV | 153.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 17 | 0 | 0.32 | 0.92 | 0.15 | 39.3 | 0.85 | 0.46 |
| Hex | D9 | 94 | 11 | 0 | 20 | 5C | F | 27 | 55 | 2E |
| Octal | 331 | 224 | 21 | 0 | 40 | 134 | 17 | 47 | 125 | 56 |
| Binary | 11011001 | 10010100 | 10001 | 0 | 100000 | 1011100 | 1111 | 100111 | 1010101 | 101110 |
Color Harmonies of #D99411
Complementary color
Monochromatic Colors of #D99411
Black with #D99411
Text Example
Text Example
White with #D99411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99411; }
p { color: rgb(217,148,17); }
H1.HeaderClassName
{
color: #D99411;
}
.AnyTagClassName
{
color: #D99411;
}
</style>
background-color css
<style>
a { background-color: #D99411; }
a { background-color: rgb(217,148,17); }
div.DivClassName
{
background-color: #D99411;
}
.BgClassName
{
background-color: #D99411;
}
</style>
border-color css
<style>
span { border-color: #D99411; }
span { border-color: rgb(217,148,17); }
td.TdClassName
{
border-color: #D99411;
}
.TagClassName
{
border-color: #D99411;
}
</style>