Shades of Gamboge #D5A800
Tints of Gamboge #D5A800
RGB
CMYK
RGB Variations
Color information
#D5A800 (or 0xD5A800) is known color: Gamboge. HEX triplet: D5, A8 and 00. RGB value is (213,168,0). Sum of RGB (Red+Green+Blue) = 213+168+0=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A800 is #2A57FF. Grayscale: #A3A3A3. Windows color (decimal): -2775040 or 43221. OLE color: 43221.
HSL color Cylindrical-coordinate representation of color #D5A800: hue angle of 47.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5A800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.16 |
| HSL | 47.32º | 1% | 0.42% | - |
| HSV(B) | 47.32º | 1% | 0.84% | - |
| XYZ | 41.44 | 42.15 | 5.95 | - |
| YUV | 162.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 0 | 0 | 0.21 | 1 | 0.16 | 47.32 | 1 | 0.42 |
| Hex | D5 | A8 | 0 | 0 | 15 | 64 | 10 | 2F | 64 | 2A |
| Octal | 325 | 250 | 0 | 0 | 25 | 144 | 20 | 57 | 144 | 52 |
| Binary | 11010101 | 10101000 | 0 | 0 | 10101 | 1100100 | 10000 | 101111 | 1100100 | 101010 |
Color Harmonies of #D5A800
Complementary color
Monochromatic Colors of #D5A800
Black with #D5A800
Text Example
Text Example
White with #D5A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A800; }
p { color: rgb(213,168,0); }
H1.HeaderClassName
{
color: #D5A800;
}
.AnyTagClassName
{
color: #D5A800;
}
</style>
background-color css
<style>
a { background-color: #D5A800; }
a { background-color: rgb(213,168,0); }
div.DivClassName
{
background-color: #D5A800;
}
.BgClassName
{
background-color: #D5A800;
}
</style>
border-color css
<style>
span { border-color: #D5A800; }
span { border-color: rgb(213,168,0); }
td.TdClassName
{
border-color: #D5A800;
}
.TagClassName
{
border-color: #D5A800;
}
</style>