Shades of Gamboge #DAA507
Tints of Gamboge #DAA507
RGB
CMYK
RGB Variations
Color information
#DAA507 (or 0xDAA507) is known color: Gamboge. HEX triplet: DA, A5 and 07. RGB value is (218,165,7). Sum of RGB (Red+Green+Blue) = 218+165+7=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA507 is #255AF8. Grayscale: #A3A3A3. Windows color (decimal): -2448121 or 501210. OLE color: 501210.
HSL color Cylindrical-coordinate representation of color #DAA507: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAA507 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.15 |
| HSL | 44.93º | 0.94% | 0.44% | - |
| HSV(B) | 44.93º | 0.97% | 0.85% | - |
| XYZ | 42.41 | 41.83 | 6.04 | - |
| YUV | 162.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 7 | 0 | 0.24 | 0.97 | 0.15 | 44.93 | 0.94 | 0.44 |
| Hex | DA | A5 | 7 | 0 | 18 | 61 | F | 2D | 5E | 2C |
| Octal | 332 | 245 | 7 | 0 | 30 | 141 | 17 | 55 | 136 | 54 |
| Binary | 11011010 | 10100101 | 111 | 0 | 11000 | 1100001 | 1111 | 101101 | 1011110 | 101100 |
Color Harmonies of #DAA507
Complementary color
Monochromatic Colors of #DAA507
Black with #DAA507
Text Example
Text Example
White with #DAA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA507; }
p { color: rgb(218,165,7); }
H1.HeaderClassName
{
color: #DAA507;
}
.AnyTagClassName
{
color: #DAA507;
}
</style>
background-color css
<style>
a { background-color: #DAA507; }
a { background-color: rgb(218,165,7); }
div.DivClassName
{
background-color: #DAA507;
}
.BgClassName
{
background-color: #DAA507;
}
</style>
border-color css
<style>
span { border-color: #DAA507; }
span { border-color: rgb(218,165,7); }
td.TdClassName
{
border-color: #DAA507;
}
.TagClassName
{
border-color: #DAA507;
}
</style>