Shades of Gamboge #D9A90F
Tints of Gamboge #D9A90F
RGB
CMYK
RGB Variations
Color information
#D9A90F (or 0xD9A90F) is known color: Gamboge. HEX triplet: D9, A9 and 0F. RGB value is (217,169,15). Sum of RGB (Red+Green+Blue) = 217+169+15=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A90F is #2656F0. Grayscale: #A6A6A6. Windows color (decimal): -2512625 or 1026521. OLE color: 1026521.
HSL color Cylindrical-coordinate representation of color #D9A90F: hue angle of 45.74º 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 #D9A90F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.15 |
| HSL | 45.74º | 0.87% | 0.45% | - |
| HSV(B) | 45.74º | 0.93% | 0.85% | - |
| XYZ | 42.89 | 43.16 | 6.52 | - |
| YUV | 165.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 15 | 0 | 0.22 | 0.93 | 0.15 | 45.74 | 0.87 | 0.45 |
| Hex | D9 | A9 | F | 0 | 16 | 5D | F | 2E | 57 | 2D |
| Octal | 331 | 251 | 17 | 0 | 26 | 135 | 17 | 56 | 127 | 55 |
| Binary | 11011001 | 10101001 | 1111 | 0 | 10110 | 1011101 | 1111 | 101110 | 1010111 | 101101 |
Color Harmonies of #D9A90F
Complementary color
Monochromatic Colors of #D9A90F
Black with #D9A90F
Text Example
Text Example
White with #D9A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A90F; }
p { color: rgb(217,169,15); }
H1.HeaderClassName
{
color: #D9A90F;
}
.AnyTagClassName
{
color: #D9A90F;
}
</style>
background-color css
<style>
a { background-color: #D9A90F; }
a { background-color: rgb(217,169,15); }
div.DivClassName
{
background-color: #D9A90F;
}
.BgClassName
{
background-color: #D9A90F;
}
</style>
border-color css
<style>
span { border-color: #D9A90F; }
span { border-color: rgb(217,169,15); }
td.TdClassName
{
border-color: #D9A90F;
}
.TagClassName
{
border-color: #D9A90F;
}
</style>