Shades of Gamboge #D1A305
Tints of Gamboge #D1A305
RGB
CMYK
RGB Variations
Color information
#D1A305 (or 0xD1A305) is known color: Gamboge. HEX triplet: D1, A3 and 05. RGB value is (209,163,5). Sum of RGB (Red+Green+Blue) = 209+163+5=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A305 is #2E5CFA. Grayscale: #9F9F9F. Windows color (decimal): -3038459 or 369617. OLE color: 369617.
HSL color Cylindrical-coordinate representation of color #D1A305: hue angle of 46.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1A305 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.18 |
| HSL | 46.47º | 0.95% | 0.42% | - |
| HSV(B) | 46.47º | 0.98% | 0.82% | - |
| XYZ | 39.42 | 39.76 | 5.74 | - |
| YUV | 158.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 5 | 0 | 0.22 | 0.98 | 0.18 | 46.47 | 0.95 | 0.42 |
| Hex | D1 | A3 | 5 | 0 | 16 | 62 | 12 | 2E | 5F | 2A |
| Octal | 321 | 243 | 5 | 0 | 26 | 142 | 22 | 56 | 137 | 52 |
| Binary | 11010001 | 10100011 | 101 | 0 | 10110 | 1100010 | 10010 | 101110 | 1011111 | 101010 |
Color Harmonies of #D1A305
Complementary color
Monochromatic Colors of #D1A305
Black with #D1A305
Text Example
Text Example
White with #D1A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A305; }
p { color: rgb(209,163,5); }
H1.HeaderClassName
{
color: #D1A305;
}
.AnyTagClassName
{
color: #D1A305;
}
</style>
background-color css
<style>
a { background-color: #D1A305; }
a { background-color: rgb(209,163,5); }
div.DivClassName
{
background-color: #D1A305;
}
.BgClassName
{
background-color: #D1A305;
}
</style>
border-color css
<style>
span { border-color: #D1A305; }
span { border-color: rgb(209,163,5); }
td.TdClassName
{
border-color: #D1A305;
}
.TagClassName
{
border-color: #D1A305;
}
</style>