Shades of Gamboge #D1A908
Tints of Gamboge #D1A908
RGB
CMYK
RGB Variations
Color information
#D1A908 (or 0xD1A908) is known color: Gamboge. HEX triplet: D1, A9 and 08. RGB value is (209,169,8). Sum of RGB (Red+Green+Blue) = 209+169+8=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A908 is #2E56F7. Grayscale: #A3A3A3. Windows color (decimal): -3036920 or 567761. OLE color: 567761.
HSL color Cylindrical-coordinate representation of color #D1A908: hue angle of 48.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1A908 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.18 |
| HSL | 48.06º | 0.93% | 0.43% | - |
| HSV(B) | 48.06º | 0.96% | 0.82% | - |
| XYZ | 40.53 | 41.95 | 6.19 | - |
| YUV | 162.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 8 | 0 | 0.19 | 0.96 | 0.18 | 48.06 | 0.93 | 0.43 |
| Hex | D1 | A9 | 8 | 0 | 13 | 60 | 12 | 30 | 5D | 2B |
| Octal | 321 | 251 | 10 | 0 | 23 | 140 | 22 | 60 | 135 | 53 |
| Binary | 11010001 | 10101001 | 1000 | 0 | 10011 | 1100000 | 10010 | 110000 | 1011101 | 101011 |
Color Harmonies of #D1A908
Complementary color
Monochromatic Colors of #D1A908
Black with #D1A908
Text Example
Text Example
White with #D1A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A908; }
p { color: rgb(209,169,8); }
H1.HeaderClassName
{
color: #D1A908;
}
.AnyTagClassName
{
color: #D1A908;
}
</style>
background-color css
<style>
a { background-color: #D1A908; }
a { background-color: rgb(209,169,8); }
div.DivClassName
{
background-color: #D1A908;
}
.BgClassName
{
background-color: #D1A908;
}
</style>
border-color css
<style>
span { border-color: #D1A908; }
span { border-color: rgb(209,169,8); }
td.TdClassName
{
border-color: #D1A908;
}
.TagClassName
{
border-color: #D1A908;
}
</style>