Shades of Gamboge #D9A40F
Tints of Gamboge #D9A40F
RGB
CMYK
RGB Variations
Color information
#D9A40F (or 0xD9A40F) is known color: Gamboge. HEX triplet: D9, A4 and 0F. RGB value is (217,164,15). Sum of RGB (Red+Green+Blue) = 217+164+15=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A40F is #265BF0. Grayscale: #A3A3A3. Windows color (decimal): -2513905 or 1025241. OLE color: 1025241.
HSL color Cylindrical-coordinate representation of color #D9A40F: hue angle of 44.26º 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 #D9A40F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.15 |
| HSL | 44.26º | 0.87% | 0.45% | - |
| HSV(B) | 44.26º | 0.93% | 0.85% | - |
| XYZ | 41.98 | 41.34 | 6.22 | - |
| YUV | 162.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 15 | 0 | 0.24 | 0.93 | 0.15 | 44.26 | 0.87 | 0.45 |
| Hex | D9 | A4 | F | 0 | 18 | 5D | F | 2C | 57 | 2D |
| Octal | 331 | 244 | 17 | 0 | 30 | 135 | 17 | 54 | 127 | 55 |
| Binary | 11011001 | 10100100 | 1111 | 0 | 11000 | 1011101 | 1111 | 101100 | 1010111 | 101101 |
Color Harmonies of #D9A40F
Complementary color
Monochromatic Colors of #D9A40F
Black with #D9A40F
Text Example
Text Example
White with #D9A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A40F; }
p { color: rgb(217,164,15); }
H1.HeaderClassName
{
color: #D9A40F;
}
.AnyTagClassName
{
color: #D9A40F;
}
</style>
background-color css
<style>
a { background-color: #D9A40F; }
a { background-color: rgb(217,164,15); }
div.DivClassName
{
background-color: #D9A40F;
}
.BgClassName
{
background-color: #D9A40F;
}
</style>
border-color css
<style>
span { border-color: #D9A40F; }
span { border-color: rgb(217,164,15); }
td.TdClassName
{
border-color: #D9A40F;
}
.TagClassName
{
border-color: #D9A40F;
}
</style>