Shades of Gamboge #DAA40C
Tints of Gamboge #DAA40C
RGB
CMYK
RGB Variations
Color information
#DAA40C (or 0xDAA40C) is known color: Gamboge. HEX triplet: DA, A4 and 0C. RGB value is (218,164,12). Sum of RGB (Red+Green+Blue) = 218+164+12=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA40C is #255BF3. Grayscale: #A3A3A3. Windows color (decimal): -2448372 or 828634. OLE color: 828634.
HSL color Cylindrical-coordinate representation of color #DAA40C: hue angle of 44.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAA40C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 12 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.15 |
| HSL | 44.27º | 0.9% | 0.45% | - |
| HSV(B) | 44.27º | 0.94% | 0.85% | - |
| XYZ | 42.26 | 41.48 | 6.13 | - |
| YUV | 162.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 12 | 0 | 0.25 | 0.94 | 0.15 | 44.27 | 0.9 | 0.45 |
| Hex | DA | A4 | C | 0 | 19 | 5E | F | 2C | 5A | 2D |
| Octal | 332 | 244 | 14 | 0 | 31 | 136 | 17 | 54 | 132 | 55 |
| Binary | 11011010 | 10100100 | 1100 | 0 | 11001 | 1011110 | 1111 | 101100 | 1011010 | 101101 |
Color Harmonies of #DAA40C
Complementary color
Monochromatic Colors of #DAA40C
Black with #DAA40C
Text Example
Text Example
White with #DAA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA40C; }
p { color: rgb(218,164,12); }
H1.HeaderClassName
{
color: #DAA40C;
}
.AnyTagClassName
{
color: #DAA40C;
}
</style>
background-color css
<style>
a { background-color: #DAA40C; }
a { background-color: rgb(218,164,12); }
div.DivClassName
{
background-color: #DAA40C;
}
.BgClassName
{
background-color: #DAA40C;
}
</style>
border-color css
<style>
span { border-color: #DAA40C; }
span { border-color: rgb(218,164,12); }
td.TdClassName
{
border-color: #DAA40C;
}
.TagClassName
{
border-color: #DAA40C;
}
</style>