Shades of Gamboge #D9A50F
Tints of Gamboge #D9A50F
RGB
CMYK
RGB Variations
Color information
#D9A50F (or 0xD9A50F) is known color: Gamboge. HEX triplet: D9, A5 and 0F. RGB value is (217,165,15). Sum of RGB (Red+Green+Blue) = 217+165+15=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A50F is #265AF0. Grayscale: #A4A4A4. Windows color (decimal): -2513649 or 1025497. OLE color: 1025497.
HSL color Cylindrical-coordinate representation of color #D9A50F: hue angle of 44.55º 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 #D9A50F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.15 |
| HSL | 44.55º | 0.87% | 0.45% | - |
| HSV(B) | 44.55º | 0.93% | 0.85% | - |
| XYZ | 42.16 | 41.7 | 6.28 | - |
| YUV | 163.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 15 | 0 | 0.24 | 0.93 | 0.15 | 44.55 | 0.87 | 0.45 |
| Hex | D9 | A5 | F | 0 | 18 | 5D | F | 2D | 57 | 2D |
| Octal | 331 | 245 | 17 | 0 | 30 | 135 | 17 | 55 | 127 | 55 |
| Binary | 11011001 | 10100101 | 1111 | 0 | 11000 | 1011101 | 1111 | 101101 | 1010111 | 101101 |
Color Harmonies of #D9A50F
Complementary color
Monochromatic Colors of #D9A50F
Black with #D9A50F
Text Example
Text Example
White with #D9A50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A50F; }
p { color: rgb(217,165,15); }
H1.HeaderClassName
{
color: #D9A50F;
}
.AnyTagClassName
{
color: #D9A50F;
}
</style>
background-color css
<style>
a { background-color: #D9A50F; }
a { background-color: rgb(217,165,15); }
div.DivClassName
{
background-color: #D9A50F;
}
.BgClassName
{
background-color: #D9A50F;
}
</style>
border-color css
<style>
span { border-color: #D9A50F; }
span { border-color: rgb(217,165,15); }
td.TdClassName
{
border-color: #D9A50F;
}
.TagClassName
{
border-color: #D9A50F;
}
</style>