Shades of Gamboge #D99F0F
Tints of Gamboge #D99F0F
RGB
CMYK
RGB Variations
Color information
#D99F0F (or 0xD99F0F) is known color: Gamboge. HEX triplet: D9, 9F and 0F. RGB value is (217,159,15). Sum of RGB (Red+Green+Blue) = 217+159+15=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F0F is #2660F0. Grayscale: #A0A0A0. Windows color (decimal): -2515185 or 1023961. OLE color: 1023961.
HSL color Cylindrical-coordinate representation of color #D99F0F: hue angle of 42.77º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D99F0F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.15 |
| HSL | 42.77º | 0.87% | 0.45% | - |
| HSV(B) | 42.77º | 0.93% | 0.85% | - |
| XYZ | 41.1 | 39.58 | 5.93 | - |
| YUV | 159.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 15 | 0 | 0.27 | 0.93 | 0.15 | 42.77 | 0.87 | 0.45 |
| Hex | D9 | 9F | F | 0 | 1B | 5D | F | 2B | 57 | 2D |
| Octal | 331 | 237 | 17 | 0 | 33 | 135 | 17 | 53 | 127 | 55 |
| Binary | 11011001 | 10011111 | 1111 | 0 | 11011 | 1011101 | 1111 | 101011 | 1010111 | 101101 |
Color Harmonies of #D99F0F
Complementary color
Monochromatic Colors of #D99F0F
Black with #D99F0F
Text Example
Text Example
White with #D99F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F0F; }
p { color: rgb(217,159,15); }
H1.HeaderClassName
{
color: #D99F0F;
}
.AnyTagClassName
{
color: #D99F0F;
}
</style>
background-color css
<style>
a { background-color: #D99F0F; }
a { background-color: rgb(217,159,15); }
div.DivClassName
{
background-color: #D99F0F;
}
.BgClassName
{
background-color: #D99F0F;
}
</style>
border-color css
<style>
span { border-color: #D99F0F; }
span { border-color: rgb(217,159,15); }
td.TdClassName
{
border-color: #D99F0F;
}
.TagClassName
{
border-color: #D99F0F;
}
</style>