Shades of Gamboge #D4A708
Tints of Gamboge #D4A708
RGB
CMYK
RGB Variations
Color information
#D4A708 (or 0xD4A708) is known color: Gamboge. HEX triplet: D4, A7 and 08. RGB value is (212,167,8). Sum of RGB (Red+Green+Blue) = 212+167+8=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A708 is #2B58F7. Grayscale: #A3A3A3. Windows color (decimal): -2840824 or 567252. OLE color: 567252.
HSL color Cylindrical-coordinate representation of color #D4A708: hue angle of 46.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4A708 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.17 |
| HSL | 46.76º | 0.93% | 0.43% | - |
| HSV(B) | 46.76º | 0.96% | 0.83% | - |
| XYZ | 41.01 | 41.65 | 6.11 | - |
| YUV | 162.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 8 | 0 | 0.21 | 0.96 | 0.17 | 46.76 | 0.93 | 0.43 |
| Hex | D4 | A7 | 8 | 0 | 15 | 60 | 11 | 2F | 5D | 2B |
| Octal | 324 | 247 | 10 | 0 | 25 | 140 | 21 | 57 | 135 | 53 |
| Binary | 11010100 | 10100111 | 1000 | 0 | 10101 | 1100000 | 10001 | 101111 | 1011101 | 101011 |
Color Harmonies of #D4A708
Complementary color
Monochromatic Colors of #D4A708
Black with #D4A708
Text Example
Text Example
White with #D4A708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A708; }
p { color: rgb(212,167,8); }
H1.HeaderClassName
{
color: #D4A708;
}
.AnyTagClassName
{
color: #D4A708;
}
</style>
background-color css
<style>
a { background-color: #D4A708; }
a { background-color: rgb(212,167,8); }
div.DivClassName
{
background-color: #D4A708;
}
.BgClassName
{
background-color: #D4A708;
}
</style>
border-color css
<style>
span { border-color: #D4A708; }
span { border-color: rgb(212,167,8); }
td.TdClassName
{
border-color: #D4A708;
}
.TagClassName
{
border-color: #D4A708;
}
</style>