Shades of Gamboge #D7A307
Tints of Gamboge #D7A307
RGB
CMYK
RGB Variations
Color information
#D7A307 (or 0xD7A307) is known color: Gamboge. HEX triplet: D7, A3 and 07. RGB value is (215,163,7). Sum of RGB (Red+Green+Blue) = 215+163+7=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A307 is #285CF8. Grayscale: #A1A1A1. Windows color (decimal): -2645241 or 500695. OLE color: 500695.
HSL color Cylindrical-coordinate representation of color #D7A307: hue angle of 45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7A307 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.16 |
| HSL | 45º | 0.94% | 0.44% | - |
| HSV(B) | 45º | 0.97% | 0.84% | - |
| XYZ | 41.16 | 40.66 | 5.88 | - |
| YUV | 160.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 7 | 0 | 0.24 | 0.97 | 0.16 | 45 | 0.94 | 0.44 |
| Hex | D7 | A3 | 7 | 0 | 18 | 61 | 10 | 2D | 5E | 2C |
| Octal | 327 | 243 | 7 | 0 | 30 | 141 | 20 | 55 | 136 | 54 |
| Binary | 11010111 | 10100011 | 111 | 0 | 11000 | 1100001 | 10000 | 101101 | 1011110 | 101100 |
Color Harmonies of #D7A307
Complementary color
Monochromatic Colors of #D7A307
Black with #D7A307
Text Example
Text Example
White with #D7A307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A307; }
p { color: rgb(215,163,7); }
H1.HeaderClassName
{
color: #D7A307;
}
.AnyTagClassName
{
color: #D7A307;
}
</style>
background-color css
<style>
a { background-color: #D7A307; }
a { background-color: rgb(215,163,7); }
div.DivClassName
{
background-color: #D7A307;
}
.BgClassName
{
background-color: #D7A307;
}
</style>
border-color css
<style>
span { border-color: #D7A307; }
span { border-color: rgb(215,163,7); }
td.TdClassName
{
border-color: #D7A307;
}
.TagClassName
{
border-color: #D7A307;
}
</style>