Shades of Gamboge #DAA200
Tints of Gamboge #DAA200
RGB
CMYK
RGB Variations
Color information
#DAA200 (or 0xDAA200) is known color: Gamboge. HEX triplet: DA, A2 and 00. RGB value is (218,162,0). Sum of RGB (Red+Green+Blue) = 218+162+0=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA200 is #255DFF. Grayscale: #A0A0A0. Windows color (decimal): -2448896 or 41690. OLE color: 41690.
HSL color Cylindrical-coordinate representation of color #DAA200: hue angle of 44.59º 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 #DAA200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.15 |
| HSL | 44.59º | 1% | 0.43% | - |
| HSV(B) | 44.59º | 1% | 0.85% | - |
| XYZ | 41.83 | 40.75 | 5.66 | - |
| YUV | 160.28 | 37.55 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 0 | 0 | 0.26 | 1 | 0.15 | 44.59 | 1 | 0.43 |
| Hex | DA | A2 | 0 | 0 | 1A | 64 | F | 2D | 64 | 2B |
| Octal | 332 | 242 | 0 | 0 | 32 | 144 | 17 | 55 | 144 | 53 |
| Binary | 11011010 | 10100010 | 0 | 0 | 11010 | 1100100 | 1111 | 101101 | 1100100 | 101011 |
Color Harmonies of #DAA200
Complementary color
Monochromatic Colors of #DAA200
Black with #DAA200
Text Example
Text Example
White with #DAA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA200; }
p { color: rgb(218,162,0); }
H1.HeaderClassName
{
color: #DAA200;
}
.AnyTagClassName
{
color: #DAA200;
}
</style>
background-color css
<style>
a { background-color: #DAA200; }
a { background-color: rgb(218,162,0); }
div.DivClassName
{
background-color: #DAA200;
}
.BgClassName
{
background-color: #DAA200;
}
</style>
border-color css
<style>
span { border-color: #DAA200; }
span { border-color: rgb(218,162,0); }
td.TdClassName
{
border-color: #DAA200;
}
.TagClassName
{
border-color: #DAA200;
}
</style>