Shades of Gamboge #DAA00C
Tints of Gamboge #DAA00C
RGB
CMYK
RGB Variations
Color information
#DAA00C (or 0xDAA00C) is known color: Gamboge. HEX triplet: DA, A0 and 0C. RGB value is (218,160,12). Sum of RGB (Red+Green+Blue) = 218+160+12=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA00C is #255FF3. Grayscale: #A1A1A1. Windows color (decimal): -2449396 or 827610. OLE color: 827610.
HSL color Cylindrical-coordinate representation of color #DAA00C: hue angle of 43.11º 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 #DAA00C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.15 |
| HSL | 43.11º | 0.9% | 0.45% | - |
| HSV(B) | 43.11º | 0.94% | 0.85% | - |
| XYZ | 41.55 | 40.07 | 5.89 | - |
| YUV | 160.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 12 | 0 | 0.27 | 0.94 | 0.15 | 43.11 | 0.9 | 0.45 |
| Hex | DA | A0 | C | 0 | 1B | 5E | F | 2B | 5A | 2D |
| Octal | 332 | 240 | 14 | 0 | 33 | 136 | 17 | 53 | 132 | 55 |
| Binary | 11011010 | 10100000 | 1100 | 0 | 11011 | 1011110 | 1111 | 101011 | 1011010 | 101101 |
Color Harmonies of #DAA00C
Complementary color
Monochromatic Colors of #DAA00C
Black with #DAA00C
Text Example
Text Example
White with #DAA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA00C; }
p { color: rgb(218,160,12); }
H1.HeaderClassName
{
color: #DAA00C;
}
.AnyTagClassName
{
color: #DAA00C;
}
</style>
background-color css
<style>
a { background-color: #DAA00C; }
a { background-color: rgb(218,160,12); }
div.DivClassName
{
background-color: #DAA00C;
}
.BgClassName
{
background-color: #DAA00C;
}
</style>
border-color css
<style>
span { border-color: #DAA00C; }
span { border-color: rgb(218,160,12); }
td.TdClassName
{
border-color: #DAA00C;
}
.TagClassName
{
border-color: #DAA00C;
}
</style>