Shades of Gamboge #D9A603
Tints of Gamboge #D9A603
RGB
CMYK
RGB Variations
Color information
#D9A603 (or 0xD9A603) is known color: Gamboge. HEX triplet: D9, A6 and 03. RGB value is (217,166,3). Sum of RGB (Red+Green+Blue) = 217+166+3=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A603 is #2659FC. Grayscale: #A3A3A3. Windows color (decimal): -2513405 or 239321. OLE color: 239321.
HSL color Cylindrical-coordinate representation of color #D9A603: hue angle of 45.7º 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 #D9A603 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.15 |
| HSL | 45.7º | 0.97% | 0.43% | - |
| HSV(B) | 45.7º | 0.99% | 0.85% | - |
| XYZ | 42.27 | 42.03 | 5.97 | - |
| YUV | 162.67 | 37.9 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 3 | 0 | 0.24 | 0.99 | 0.15 | 45.7 | 0.97 | 0.43 |
| Hex | D9 | A6 | 3 | 0 | 18 | 63 | F | 2E | 61 | 2B |
| Octal | 331 | 246 | 3 | 0 | 30 | 143 | 17 | 56 | 141 | 53 |
| Binary | 11011001 | 10100110 | 11 | 0 | 11000 | 1100011 | 1111 | 101110 | 1100001 | 101011 |
Color Harmonies of #D9A603
Complementary color
Monochromatic Colors of #D9A603
Black with #D9A603
Text Example
Text Example
White with #D9A603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A603; }
p { color: rgb(217,166,3); }
H1.HeaderClassName
{
color: #D9A603;
}
.AnyTagClassName
{
color: #D9A603;
}
</style>
background-color css
<style>
a { background-color: #D9A603; }
a { background-color: rgb(217,166,3); }
div.DivClassName
{
background-color: #D9A603;
}
.BgClassName
{
background-color: #D9A603;
}
</style>
border-color css
<style>
span { border-color: #D9A603; }
span { border-color: rgb(217,166,3); }
td.TdClassName
{
border-color: #D9A603;
}
.TagClassName
{
border-color: #D9A603;
}
</style>