Shades of Gamboge #D1A407
Tints of Gamboge #D1A407
RGB
CMYK
RGB Variations
Color information
#D1A407 (or 0xD1A407) is known color: Gamboge. HEX triplet: D1, A4 and 07. RGB value is (209,164,7). Sum of RGB (Red+Green+Blue) = 209+164+7=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A407 is #2E5BF8. Grayscale: #A0A0A0. Windows color (decimal): -3038201 or 500945. OLE color: 500945.
HSL color Cylindrical-coordinate representation of color #D1A407: hue angle of 46.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1A407 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.18 |
| HSL | 46.63º | 0.94% | 0.42% | - |
| HSV(B) | 46.63º | 0.97% | 0.82% | - |
| XYZ | 39.61 | 40.12 | 5.86 | - |
| YUV | 159.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 7 | 0 | 0.22 | 0.97 | 0.18 | 46.63 | 0.94 | 0.42 |
| Hex | D1 | A4 | 7 | 0 | 16 | 61 | 12 | 2F | 5E | 2A |
| Octal | 321 | 244 | 7 | 0 | 26 | 141 | 22 | 57 | 136 | 52 |
| Binary | 11010001 | 10100100 | 111 | 0 | 10110 | 1100001 | 10010 | 101111 | 1011110 | 101010 |
Color Harmonies of #D1A407
Complementary color
Monochromatic Colors of #D1A407
Black with #D1A407
Text Example
Text Example
White with #D1A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A407; }
p { color: rgb(209,164,7); }
H1.HeaderClassName
{
color: #D1A407;
}
.AnyTagClassName
{
color: #D1A407;
}
</style>
background-color css
<style>
a { background-color: #D1A407; }
a { background-color: rgb(209,164,7); }
div.DivClassName
{
background-color: #D1A407;
}
.BgClassName
{
background-color: #D1A407;
}
</style>
border-color css
<style>
span { border-color: #D1A407; }
span { border-color: rgb(209,164,7); }
td.TdClassName
{
border-color: #D1A407;
}
.TagClassName
{
border-color: #D1A407;
}
</style>