Shades of Gamboge #D8A407
Tints of Gamboge #D8A407
RGB
CMYK
RGB Variations
Color information
#D8A407 (or 0xD8A407) is known color: Gamboge. HEX triplet: D8, A4 and 07. RGB value is (216,164,7). Sum of RGB (Red+Green+Blue) = 216+164+7=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A407 is #275BF8. Grayscale: #A2A2A2. Windows color (decimal): -2579449 or 500952. OLE color: 500952.
HSL color Cylindrical-coordinate representation of color #D8A407: hue angle of 45.07º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8A407 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.15 |
| HSL | 45.07º | 0.94% | 0.44% | - |
| HSV(B) | 45.07º | 0.97% | 0.85% | - |
| XYZ | 41.63 | 41.17 | 5.95 | - |
| YUV | 161.65 | 40.73 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 7 | 0 | 0.24 | 0.97 | 0.15 | 45.07 | 0.94 | 0.44 |
| Hex | D8 | A4 | 7 | 0 | 18 | 61 | F | 2D | 5E | 2C |
| Octal | 330 | 244 | 7 | 0 | 30 | 141 | 17 | 55 | 136 | 54 |
| Binary | 11011000 | 10100100 | 111 | 0 | 11000 | 1100001 | 1111 | 101101 | 1011110 | 101100 |
Color Harmonies of #D8A407
Complementary color
Monochromatic Colors of #D8A407
Black with #D8A407
Text Example
Text Example
White with #D8A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A407; }
p { color: rgb(216,164,7); }
H1.HeaderClassName
{
color: #D8A407;
}
.AnyTagClassName
{
color: #D8A407;
}
</style>
background-color css
<style>
a { background-color: #D8A407; }
a { background-color: rgb(216,164,7); }
div.DivClassName
{
background-color: #D8A407;
}
.BgClassName
{
background-color: #D8A407;
}
</style>
border-color css
<style>
span { border-color: #D8A407; }
span { border-color: rgb(216,164,7); }
td.TdClassName
{
border-color: #D8A407;
}
.TagClassName
{
border-color: #D8A407;
}
</style>