Shades of Gamboge #D9A801
Tints of Gamboge #D9A801
RGB
CMYK
RGB Variations
Color information
#D9A801 (or 0xD9A801) is known color: Gamboge. HEX triplet: D9, A8 and 01. RGB value is (217,168,1). Sum of RGB (Red+Green+Blue) = 217+168+1=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A801 is #2657FE. Grayscale: #A4A4A4. Windows color (decimal): -2512895 or 108761. OLE color: 108761.
HSL color Cylindrical-coordinate representation of color #D9A801: hue angle of 46.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9A801 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.15 |
| HSL | 46.39º | 0.99% | 0.43% | - |
| HSV(B) | 46.39º | 1% | 0.85% | - |
| XYZ | 42.62 | 42.76 | 6.04 | - |
| YUV | 163.61 | 36.23 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 1 | 0 | 0.23 | 1.00 | 0.15 | 46.39 | 0.99 | 0.43 |
| Hex | D9 | A8 | 1 | 0 | 17 | 64 | F | 2E | 63 | 2B |
| Octal | 331 | 250 | 1 | 0 | 27 | 144 | 17 | 56 | 143 | 53 |
| Binary | 11011001 | 10101000 | 1 | 0 | 10111 | 1100100 | 1111 | 101110 | 1100011 | 101011 |
Color Harmonies of #D9A801
Complementary color
Monochromatic Colors of #D9A801
Black with #D9A801
Text Example
Text Example
White with #D9A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A801; }
p { color: rgb(217,168,1); }
H1.HeaderClassName
{
color: #D9A801;
}
.AnyTagClassName
{
color: #D9A801;
}
</style>
background-color css
<style>
a { background-color: #D9A801; }
a { background-color: rgb(217,168,1); }
div.DivClassName
{
background-color: #D9A801;
}
.BgClassName
{
background-color: #D9A801;
}
</style>
border-color css
<style>
span { border-color: #D9A801; }
span { border-color: rgb(217,168,1); }
td.TdClassName
{
border-color: #D9A801;
}
.TagClassName
{
border-color: #D9A801;
}
</style>