Shades of Gamboge #D5A008
Tints of Gamboge #D5A008
RGB
CMYK
RGB Variations
Color information
#D5A008 (or 0xD5A008) is known color: Gamboge. HEX triplet: D5, A0 and 08. RGB value is (213,160,8). Sum of RGB (Red+Green+Blue) = 213+160+8=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A008 is #2A5FF7. Grayscale: #9F9F9F. Windows color (decimal): -2777080 or 565461. OLE color: 565461.
HSL color Cylindrical-coordinate representation of color #D5A008: hue angle of 44.49º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5A008 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.16 |
| HSL | 44.49º | 0.93% | 0.43% | - |
| HSV(B) | 44.49º | 0.96% | 0.84% | - |
| XYZ | 40.06 | 39.31 | 5.71 | - |
| YUV | 158.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 8 | 0 | 0.25 | 0.96 | 0.16 | 44.49 | 0.93 | 0.43 |
| Hex | D5 | A0 | 8 | 0 | 19 | 60 | 10 | 2C | 5D | 2B |
| Octal | 325 | 240 | 10 | 0 | 31 | 140 | 20 | 54 | 135 | 53 |
| Binary | 11010101 | 10100000 | 1000 | 0 | 11001 | 1100000 | 10000 | 101100 | 1011101 | 101011 |
Color Harmonies of #D5A008
Complementary color
Monochromatic Colors of #D5A008
Black with #D5A008
Text Example
Text Example
White with #D5A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A008; }
p { color: rgb(213,160,8); }
H1.HeaderClassName
{
color: #D5A008;
}
.AnyTagClassName
{
color: #D5A008;
}
</style>
background-color css
<style>
a { background-color: #D5A008; }
a { background-color: rgb(213,160,8); }
div.DivClassName
{
background-color: #D5A008;
}
.BgClassName
{
background-color: #D5A008;
}
</style>
border-color css
<style>
span { border-color: #D5A008; }
span { border-color: rgb(213,160,8); }
td.TdClassName
{
border-color: #D5A008;
}
.TagClassName
{
border-color: #D5A008;
}
</style>