Shades of Gamboge #D1A403
Tints of Gamboge #D1A403
RGB
CMYK
RGB Variations
Color information
#D1A403 (or 0xD1A403) is known color: Gamboge. HEX triplet: D1, A4 and 03. RGB value is (209,164,3). Sum of RGB (Red+Green+Blue) = 209+164+3=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A403 is #2E5BFC. Grayscale: #9F9F9F. Windows color (decimal): -3038205 or 238801. OLE color: 238801.
HSL color Cylindrical-coordinate representation of color #D1A403: hue angle of 46.89º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1A403 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.18 |
| HSL | 46.89º | 0.97% | 0.42% | - |
| HSV(B) | 46.89º | 0.99% | 0.82% | - |
| XYZ | 39.59 | 40.11 | 5.74 | - |
| YUV | 159.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 3 | 0 | 0.22 | 0.99 | 0.18 | 46.89 | 0.97 | 0.42 |
| Hex | D1 | A4 | 3 | 0 | 16 | 63 | 12 | 2F | 61 | 2A |
| Octal | 321 | 244 | 3 | 0 | 26 | 143 | 22 | 57 | 141 | 52 |
| Binary | 11010001 | 10100100 | 11 | 0 | 10110 | 1100011 | 10010 | 101111 | 1100001 | 101010 |
Color Harmonies of #D1A403
Complementary color
Monochromatic Colors of #D1A403
Black with #D1A403
Text Example
Text Example
White with #D1A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A403; }
p { color: rgb(209,164,3); }
H1.HeaderClassName
{
color: #D1A403;
}
.AnyTagClassName
{
color: #D1A403;
}
</style>
background-color css
<style>
a { background-color: #D1A403; }
a { background-color: rgb(209,164,3); }
div.DivClassName
{
background-color: #D1A403;
}
.BgClassName
{
background-color: #D1A403;
}
</style>
border-color css
<style>
span { border-color: #D1A403; }
span { border-color: rgb(209,164,3); }
td.TdClassName
{
border-color: #D1A403;
}
.TagClassName
{
border-color: #D1A403;
}
</style>