Shades of Gamboge #D1A303
Tints of Gamboge #D1A303
RGB
CMYK
RGB Variations
Color information
#D1A303 (or 0xD1A303) is known color: Gamboge. HEX triplet: D1, A3 and 03. RGB value is (209,163,3). Sum of RGB (Red+Green+Blue) = 209+163+3=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A303 is #2E5CFC. Grayscale: #9F9F9F. Windows color (decimal): -3038461 or 238545. OLE color: 238545.
HSL color Cylindrical-coordinate representation of color #D1A303: hue angle of 46.6º 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 #D1A303 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.18 |
| HSL | 46.6º | 0.97% | 0.42% | - |
| HSV(B) | 46.6º | 0.99% | 0.82% | - |
| XYZ | 39.41 | 39.76 | 5.68 | - |
| YUV | 158.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 3 | 0 | 0.22 | 0.99 | 0.18 | 46.6 | 0.97 | 0.42 |
| Hex | D1 | A3 | 3 | 0 | 16 | 63 | 12 | 2F | 61 | 2A |
| Octal | 321 | 243 | 3 | 0 | 26 | 143 | 22 | 57 | 141 | 52 |
| Binary | 11010001 | 10100011 | 11 | 0 | 10110 | 1100011 | 10010 | 101111 | 1100001 | 101010 |
Color Harmonies of #D1A303
Complementary color
Monochromatic Colors of #D1A303
Black with #D1A303
Text Example
Text Example
White with #D1A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A303; }
p { color: rgb(209,163,3); }
H1.HeaderClassName
{
color: #D1A303;
}
.AnyTagClassName
{
color: #D1A303;
}
</style>
background-color css
<style>
a { background-color: #D1A303; }
a { background-color: rgb(209,163,3); }
div.DivClassName
{
background-color: #D1A303;
}
.BgClassName
{
background-color: #D1A303;
}
</style>
border-color css
<style>
span { border-color: #D1A303; }
span { border-color: rgb(209,163,3); }
td.TdClassName
{
border-color: #D1A303;
}
.TagClassName
{
border-color: #D1A303;
}
</style>