Shades of Gamboge #D99112
Tints of Gamboge #D99112
RGB
CMYK
RGB Variations
Color information
#D99112 (or 0xD99112) is known color: Gamboge. HEX triplet: D9, 91 and 12. RGB value is (217,145,18). Sum of RGB (Red+Green+Blue) = 217+145+18=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D99112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99112 is #266EED. Grayscale: #989898. Windows color (decimal): -2518766 or 1216985. OLE color: 1216985.
HSL color Cylindrical-coordinate representation of color #D99112: hue angle of 38.29º 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 #D99112 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.15 |
| HSL | 38.29º | 0.85% | 0.46% | - |
| HSV(B) | 38.29º | 0.92% | 0.85% | - |
| XYZ | 38.85 | 35.05 | 5.29 | - |
| YUV | 152.05 | 52.35 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 18 | 0 | 0.33 | 0.92 | 0.15 | 38.29 | 0.85 | 0.46 |
| Hex | D9 | 91 | 12 | 0 | 21 | 5C | F | 26 | 55 | 2E |
| Octal | 331 | 221 | 22 | 0 | 41 | 134 | 17 | 46 | 125 | 56 |
| Binary | 11011001 | 10010001 | 10010 | 0 | 100001 | 1011100 | 1111 | 100110 | 1010101 | 101110 |
Color Harmonies of #D99112
Complementary color
Monochromatic Colors of #D99112
Black with #D99112
Text Example
Text Example
White with #D99112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99112; }
p { color: rgb(217,145,18); }
H1.HeaderClassName
{
color: #D99112;
}
.AnyTagClassName
{
color: #D99112;
}
</style>
background-color css
<style>
a { background-color: #D99112; }
a { background-color: rgb(217,145,18); }
div.DivClassName
{
background-color: #D99112;
}
.BgClassName
{
background-color: #D99112;
}
</style>
border-color css
<style>
span { border-color: #D99112; }
span { border-color: rgb(217,145,18); }
td.TdClassName
{
border-color: #D99112;
}
.TagClassName
{
border-color: #D99112;
}
</style>