Shades of Gamboge #D2A400
Tints of Gamboge #D2A400
RGB
CMYK
RGB Variations
Color information
#D2A400 (or 0xD2A400) is known color: Gamboge. HEX triplet: D2, A4 and 00. RGB value is (210,164,0). Sum of RGB (Red+Green+Blue) = 210+164+0=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A400 is #2D5BFF. Grayscale: #9F9F9F. Windows color (decimal): -2972672 or 42194. OLE color: 42194.
HSL color Cylindrical-coordinate representation of color #D2A400: hue angle of 46.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2A400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.18 |
| HSL | 46.86º | 1% | 0.41% | - |
| HSV(B) | 46.86º | 1% | 0.82% | - |
| XYZ | 39.85 | 40.25 | 5.67 | - |
| YUV | 159.06 | 38.24 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 0 | 0 | 0.22 | 1 | 0.18 | 46.86 | 1 | 0.41 |
| Hex | D2 | A4 | 0 | 0 | 16 | 64 | 12 | 2F | 64 | 29 |
| Octal | 322 | 244 | 0 | 0 | 26 | 144 | 22 | 57 | 144 | 51 |
| Binary | 11010010 | 10100100 | 0 | 0 | 10110 | 1100100 | 10010 | 101111 | 1100100 | 101001 |
Color Harmonies of #D2A400
Complementary color
Monochromatic Colors of #D2A400
Black with #D2A400
Text Example
Text Example
White with #D2A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A400; }
p { color: rgb(210,164,0); }
H1.HeaderClassName
{
color: #D2A400;
}
.AnyTagClassName
{
color: #D2A400;
}
</style>
background-color css
<style>
a { background-color: #D2A400; }
a { background-color: rgb(210,164,0); }
div.DivClassName
{
background-color: #D2A400;
}
.BgClassName
{
background-color: #D2A400;
}
</style>
border-color css
<style>
span { border-color: #D2A400; }
span { border-color: rgb(210,164,0); }
td.TdClassName
{
border-color: #D2A400;
}
.TagClassName
{
border-color: #D2A400;
}
</style>