Shades of Gamboge #DAA505
Tints of Gamboge #DAA505
RGB
CMYK
RGB Variations
Color information
#DAA505 (or 0xDAA505) is known color: Gamboge. HEX triplet: DA, A5 and 05. RGB value is (218,165,5). Sum of RGB (Red+Green+Blue) = 218+165+5=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA505 is #255AFA. Grayscale: #A3A3A3. Windows color (decimal): -2448123 or 370138. OLE color: 370138.
HSL color Cylindrical-coordinate representation of color #DAA505: hue angle of 45.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAA505 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.15 |
| HSL | 45.07º | 0.96% | 0.44% | - |
| HSV(B) | 45.07º | 0.98% | 0.85% | - |
| XYZ | 42.4 | 41.83 | 5.98 | - |
| YUV | 162.61 | 39.06 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 5 | 0 | 0.24 | 0.98 | 0.15 | 45.07 | 0.96 | 0.44 |
| Hex | DA | A5 | 5 | 0 | 18 | 62 | F | 2D | 60 | 2C |
| Octal | 332 | 245 | 5 | 0 | 30 | 142 | 17 | 55 | 140 | 54 |
| Binary | 11011010 | 10100101 | 101 | 0 | 11000 | 1100010 | 1111 | 101101 | 1100000 | 101100 |
Color Harmonies of #DAA505
Complementary color
Monochromatic Colors of #DAA505
Black with #DAA505
Text Example
Text Example
White with #DAA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA505; }
p { color: rgb(218,165,5); }
H1.HeaderClassName
{
color: #DAA505;
}
.AnyTagClassName
{
color: #DAA505;
}
</style>
background-color css
<style>
a { background-color: #DAA505; }
a { background-color: rgb(218,165,5); }
div.DivClassName
{
background-color: #DAA505;
}
.BgClassName
{
background-color: #DAA505;
}
</style>
border-color css
<style>
span { border-color: #DAA505; }
span { border-color: rgb(218,165,5); }
td.TdClassName
{
border-color: #DAA505;
}
.TagClassName
{
border-color: #DAA505;
}
</style>