Shades of Gamboge #D4A508
Tints of Gamboge #D4A508
RGB
CMYK
RGB Variations
Color information
#D4A508 (or 0xD4A508) is known color: Gamboge. HEX triplet: D4, A5 and 08. RGB value is (212,165,8). Sum of RGB (Red+Green+Blue) = 212+165+8=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A508 is #2B5AF7. Grayscale: #A1A1A1. Windows color (decimal): -2841336 or 566740. OLE color: 566740.
HSL color Cylindrical-coordinate representation of color #D4A508: hue angle of 46.18º 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 #D4A508 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.17 |
| HSL | 46.18º | 0.93% | 0.43% | - |
| HSV(B) | 46.18º | 0.96% | 0.83% | - |
| XYZ | 40.65 | 40.92 | 5.99 | - |
| YUV | 161.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 8 | 0 | 0.22 | 0.96 | 0.17 | 46.18 | 0.93 | 0.43 |
| Hex | D4 | A5 | 8 | 0 | 16 | 60 | 11 | 2E | 5D | 2B |
| Octal | 324 | 245 | 10 | 0 | 26 | 140 | 21 | 56 | 135 | 53 |
| Binary | 11010100 | 10100101 | 1000 | 0 | 10110 | 1100000 | 10001 | 101110 | 1011101 | 101011 |
Color Harmonies of #D4A508
Complementary color
Monochromatic Colors of #D4A508
Black with #D4A508
Text Example
Text Example
White with #D4A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A508; }
p { color: rgb(212,165,8); }
H1.HeaderClassName
{
color: #D4A508;
}
.AnyTagClassName
{
color: #D4A508;
}
</style>
background-color css
<style>
a { background-color: #D4A508; }
a { background-color: rgb(212,165,8); }
div.DivClassName
{
background-color: #D4A508;
}
.BgClassName
{
background-color: #D4A508;
}
</style>
border-color css
<style>
span { border-color: #D4A508; }
span { border-color: rgb(212,165,8); }
td.TdClassName
{
border-color: #D4A508;
}
.TagClassName
{
border-color: #D4A508;
}
</style>