Shades of Gamboge #D99D0F
Tints of Gamboge #D99D0F
RGB
CMYK
RGB Variations
Color information
#D99D0F (or 0xD99D0F) is known color: Gamboge. HEX triplet: D9, 9D and 0F. RGB value is (217,157,15). Sum of RGB (Red+Green+Blue) = 217+157+15=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D0F is #2662F0. Grayscale: #9F9F9F. Windows color (decimal): -2515697 or 1023449. OLE color: 1023449.
HSL color Cylindrical-coordinate representation of color #D99D0F: hue angle of 42.18º 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 #D99D0F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.15 |
| HSL | 42.18º | 0.87% | 0.45% | - |
| HSV(B) | 42.18º | 0.93% | 0.85% | - |
| XYZ | 40.76 | 38.9 | 5.81 | - |
| YUV | 158.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 15 | 0 | 0.28 | 0.93 | 0.15 | 42.18 | 0.87 | 0.45 |
| Hex | D9 | 9D | F | 0 | 1C | 5D | F | 2A | 57 | 2D |
| Octal | 331 | 235 | 17 | 0 | 34 | 135 | 17 | 52 | 127 | 55 |
| Binary | 11011001 | 10011101 | 1111 | 0 | 11100 | 1011101 | 1111 | 101010 | 1010111 | 101101 |
Color Harmonies of #D99D0F
Complementary color
Monochromatic Colors of #D99D0F
Black with #D99D0F
Text Example
Text Example
White with #D99D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D0F; }
p { color: rgb(217,157,15); }
H1.HeaderClassName
{
color: #D99D0F;
}
.AnyTagClassName
{
color: #D99D0F;
}
</style>
background-color css
<style>
a { background-color: #D99D0F; }
a { background-color: rgb(217,157,15); }
div.DivClassName
{
background-color: #D99D0F;
}
.BgClassName
{
background-color: #D99D0F;
}
</style>
border-color css
<style>
span { border-color: #D99D0F; }
span { border-color: rgb(217,157,15); }
td.TdClassName
{
border-color: #D99D0F;
}
.TagClassName
{
border-color: #D99D0F;
}
</style>