Shades of Gamboge #D99211
Tints of Gamboge #D99211
RGB
CMYK
RGB Variations
Color information
#D99211 (or 0xD99211) is known color: Gamboge. HEX triplet: D9, 92 and 11. RGB value is (217,146,17). Sum of RGB (Red+Green+Blue) = 217+146+17=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D99211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99211 is #266DEE. Grayscale: #999999. Windows color (decimal): -2518511 or 1151705. OLE color: 1151705.
HSL color Cylindrical-coordinate representation of color #D99211: hue angle of 38.7º 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 #D99211 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.15 |
| HSL | 38.7º | 0.85% | 0.46% | - |
| HSV(B) | 38.7º | 0.92% | 0.85% | - |
| XYZ | 39 | 35.35 | 5.3 | - |
| YUV | 152.52 | 51.52 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 17 | 0 | 0.33 | 0.92 | 0.15 | 38.7 | 0.85 | 0.46 |
| Hex | D9 | 92 | 11 | 0 | 21 | 5C | F | 27 | 55 | 2E |
| Octal | 331 | 222 | 21 | 0 | 41 | 134 | 17 | 47 | 125 | 56 |
| Binary | 11011001 | 10010010 | 10001 | 0 | 100001 | 1011100 | 1111 | 100111 | 1010101 | 101110 |
Color Harmonies of #D99211
Complementary color
Monochromatic Colors of #D99211
Black with #D99211
Text Example
Text Example
White with #D99211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99211; }
p { color: rgb(217,146,17); }
H1.HeaderClassName
{
color: #D99211;
}
.AnyTagClassName
{
color: #D99211;
}
</style>
background-color css
<style>
a { background-color: #D99211; }
a { background-color: rgb(217,146,17); }
div.DivClassName
{
background-color: #D99211;
}
.BgClassName
{
background-color: #D99211;
}
</style>
border-color css
<style>
span { border-color: #D99211; }
span { border-color: rgb(217,146,17); }
td.TdClassName
{
border-color: #D99211;
}
.TagClassName
{
border-color: #D99211;
}
</style>