Shades of Gamboge #DAA900
Tints of Gamboge #DAA900
RGB
CMYK
RGB Variations
Color information
#DAA900 (or 0xDAA900) is known color: Gamboge. HEX triplet: DA, A9 and 00. RGB value is (218,169,0). Sum of RGB (Red+Green+Blue) = 218+169+0=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA900 is #2556FF. Grayscale: #A5A5A5. Windows color (decimal): -2447104 or 43482. OLE color: 43482.
HSL color Cylindrical-coordinate representation of color #DAA900: hue angle of 46.51º 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 #DAA900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.15 |
| HSL | 46.51º | 1% | 0.43% | - |
| HSV(B) | 46.51º | 1% | 0.85% | - |
| XYZ | 43.1 | 43.28 | 6.08 | - |
| YUV | 164.39 | 35.23 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 0 | 0 | 0.22 | 1 | 0.15 | 46.51 | 1 | 0.43 |
| Hex | DA | A9 | 0 | 0 | 16 | 64 | F | 2F | 64 | 2B |
| Octal | 332 | 251 | 0 | 0 | 26 | 144 | 17 | 57 | 144 | 53 |
| Binary | 11011010 | 10101001 | 0 | 0 | 10110 | 1100100 | 1111 | 101111 | 1100100 | 101011 |
Color Harmonies of #DAA900
Complementary color
Monochromatic Colors of #DAA900
Black with #DAA900
Text Example
Text Example
White with #DAA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA900; }
p { color: rgb(218,169,0); }
H1.HeaderClassName
{
color: #DAA900;
}
.AnyTagClassName
{
color: #DAA900;
}
</style>
background-color css
<style>
a { background-color: #DAA900; }
a { background-color: rgb(218,169,0); }
div.DivClassName
{
background-color: #DAA900;
}
.BgClassName
{
background-color: #DAA900;
}
</style>
border-color css
<style>
span { border-color: #DAA900; }
span { border-color: rgb(218,169,0); }
td.TdClassName
{
border-color: #DAA900;
}
.TagClassName
{
border-color: #DAA900;
}
</style>