Shades of Gamboge #DAA60C
Tints of Gamboge #DAA60C
RGB
CMYK
RGB Variations
Color information
#DAA60C (or 0xDAA60C) is known color: Gamboge. HEX triplet: DA, A6 and 0C. RGB value is (218,166,12). Sum of RGB (Red+Green+Blue) = 218+166+12=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA60C is #2559F3. Grayscale: #A4A4A4. Windows color (decimal): -2447860 or 829146. OLE color: 829146.
HSL color Cylindrical-coordinate representation of color #DAA60C: hue angle of 44.85º 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 #DAA60C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.85º | 0.9% | 0.45% | - |
| HSV(B) | 44.85º | 0.94% | 0.85% | - |
| XYZ | 42.62 | 42.2 | 6.25 | - |
| YUV | 163.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 12 | 0 | 0.24 | 0.94 | 0.15 | 44.85 | 0.9 | 0.45 |
| Hex | DA | A6 | C | 0 | 18 | 5E | F | 2D | 5A | 2D |
| Octal | 332 | 246 | 14 | 0 | 30 | 136 | 17 | 55 | 132 | 55 |
| Binary | 11011010 | 10100110 | 1100 | 0 | 11000 | 1011110 | 1111 | 101101 | 1011010 | 101101 |
Color Harmonies of #DAA60C
Complementary color
Monochromatic Colors of #DAA60C
Black with #DAA60C
Text Example
Text Example
White with #DAA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA60C; }
p { color: rgb(218,166,12); }
H1.HeaderClassName
{
color: #DAA60C;
}
.AnyTagClassName
{
color: #DAA60C;
}
</style>
background-color css
<style>
a { background-color: #DAA60C; }
a { background-color: rgb(218,166,12); }
div.DivClassName
{
background-color: #DAA60C;
}
.BgClassName
{
background-color: #DAA60C;
}
</style>
border-color css
<style>
span { border-color: #DAA60C; }
span { border-color: rgb(218,166,12); }
td.TdClassName
{
border-color: #DAA60C;
}
.TagClassName
{
border-color: #DAA60C;
}
</style>