Shades of Gamboge #DAA400
Tints of Gamboge #DAA400
RGB
CMYK
RGB Variations
Color information
#DAA400 (or 0xDAA400) is known color: Gamboge. HEX triplet: DA, A4 and 00. RGB value is (218,164,0). Sum of RGB (Red+Green+Blue) = 218+164+0=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA400 is #255BFF. Grayscale: #A2A2A2. Windows color (decimal): -2448384 or 42202. OLE color: 42202.
HSL color Cylindrical-coordinate representation of color #DAA400: hue angle of 45.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAA400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.15 |
| HSL | 45.14º | 1% | 0.43% | - |
| HSV(B) | 45.14º | 1% | 0.85% | - |
| XYZ | 42.19 | 41.46 | 5.78 | - |
| YUV | 161.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 0 | 0 | 0.25 | 1 | 0.15 | 45.14 | 1 | 0.43 |
| Hex | DA | A4 | 0 | 0 | 19 | 64 | F | 2D | 64 | 2B |
| Octal | 332 | 244 | 0 | 0 | 31 | 144 | 17 | 55 | 144 | 53 |
| Binary | 11011010 | 10100100 | 0 | 0 | 11001 | 1100100 | 1111 | 101101 | 1100100 | 101011 |
Color Harmonies of #DAA400
Complementary color
Monochromatic Colors of #DAA400
Black with #DAA400
Text Example
Text Example
White with #DAA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA400; }
p { color: rgb(218,164,0); }
H1.HeaderClassName
{
color: #DAA400;
}
.AnyTagClassName
{
color: #DAA400;
}
</style>
background-color css
<style>
a { background-color: #DAA400; }
a { background-color: rgb(218,164,0); }
div.DivClassName
{
background-color: #DAA400;
}
.BgClassName
{
background-color: #DAA400;
}
</style>
border-color css
<style>
span { border-color: #DAA400; }
span { border-color: rgb(218,164,0); }
td.TdClassName
{
border-color: #DAA400;
}
.TagClassName
{
border-color: #DAA400;
}
</style>