Shades of Gamboge #D9A803
Tints of Gamboge #D9A803
RGB
CMYK
RGB Variations
Color information
#D9A803 (or 0xD9A803) is known color: Gamboge. HEX triplet: D9, A8 and 03. RGB value is (217,168,3). Sum of RGB (Red+Green+Blue) = 217+168+3=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A803 is #2657FC. Grayscale: #A4A4A4. Windows color (decimal): -2512893 or 239833. OLE color: 239833.
HSL color Cylindrical-coordinate representation of color #D9A803: hue angle of 46.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9A803 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.15 |
| HSL | 46.26º | 0.97% | 0.43% | - |
| HSV(B) | 46.26º | 0.99% | 0.85% | - |
| XYZ | 42.63 | 42.76 | 6.09 | - |
| YUV | 163.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 3 | 0 | 0.23 | 0.99 | 0.15 | 46.26 | 0.97 | 0.43 |
| Hex | D9 | A8 | 3 | 0 | 17 | 63 | F | 2E | 61 | 2B |
| Octal | 331 | 250 | 3 | 0 | 27 | 143 | 17 | 56 | 141 | 53 |
| Binary | 11011001 | 10101000 | 11 | 0 | 10111 | 1100011 | 1111 | 101110 | 1100001 | 101011 |
Color Harmonies of #D9A803
Complementary color
Monochromatic Colors of #D9A803
Black with #D9A803
Text Example
Text Example
White with #D9A803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A803; }
p { color: rgb(217,168,3); }
H1.HeaderClassName
{
color: #D9A803;
}
.AnyTagClassName
{
color: #D9A803;
}
</style>
background-color css
<style>
a { background-color: #D9A803; }
a { background-color: rgb(217,168,3); }
div.DivClassName
{
background-color: #D9A803;
}
.BgClassName
{
background-color: #D9A803;
}
</style>
border-color css
<style>
span { border-color: #D9A803; }
span { border-color: rgb(217,168,3); }
td.TdClassName
{
border-color: #D9A803;
}
.TagClassName
{
border-color: #D9A803;
}
</style>