Shades of Gamboge #DAA510
Tints of Gamboge #DAA510
RGB
CMYK
RGB Variations
Color information
#DAA510 (or 0xDAA510) is known color: Gamboge. HEX triplet: DA, A5 and 10. RGB value is (218,165,16). Sum of RGB (Red+Green+Blue) = 218+165+16=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA510 is #255AEF. Grayscale: #A4A4A4. Windows color (decimal): -2448112 or 1091034. OLE color: 1091034.
HSL color Cylindrical-coordinate representation of color #DAA510: hue angle of 44.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA510 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.15 |
| HSL | 44.26º | 0.86% | 0.46% | - |
| HSV(B) | 44.26º | 0.93% | 0.85% | - |
| XYZ | 42.46 | 41.85 | 6.33 | - |
| YUV | 163.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 16 | 0 | 0.24 | 0.93 | 0.15 | 44.26 | 0.86 | 0.46 |
| Hex | DA | A5 | 10 | 0 | 18 | 5D | F | 2C | 56 | 2E |
| Octal | 332 | 245 | 20 | 0 | 30 | 135 | 17 | 54 | 126 | 56 |
| Binary | 11011010 | 10100101 | 10000 | 0 | 11000 | 1011101 | 1111 | 101100 | 1010110 | 101110 |
Color Harmonies of #DAA510
Complementary color
Monochromatic Colors of #DAA510
Black with #DAA510
Text Example
Text Example
White with #DAA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA510; }
p { color: rgb(218,165,16); }
H1.HeaderClassName
{
color: #DAA510;
}
.AnyTagClassName
{
color: #DAA510;
}
</style>
background-color css
<style>
a { background-color: #DAA510; }
a { background-color: rgb(218,165,16); }
div.DivClassName
{
background-color: #DAA510;
}
.BgClassName
{
background-color: #DAA510;
}
</style>
border-color css
<style>
span { border-color: #DAA510; }
span { border-color: rgb(218,165,16); }
td.TdClassName
{
border-color: #DAA510;
}
.TagClassName
{
border-color: #DAA510;
}
</style>