Shades of Gamboge #DAA306
Tints of Gamboge #DAA306
RGB
CMYK
RGB Variations
Color information
#DAA306 (or 0xDAA306) is known color: Gamboge. HEX triplet: DA, A3 and 06. RGB value is (218,163,6). Sum of RGB (Red+Green+Blue) = 218+163+6=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA306 is #255CF9. Grayscale: #A2A2A2. Windows color (decimal): -2448634 or 435162. OLE color: 435162.
HSL color Cylindrical-coordinate representation of color #DAA306: hue angle of 44.43º degrees, saturation: 0.95, 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 #DAA306 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.15 |
| HSL | 44.43º | 0.95% | 0.44% | - |
| HSV(B) | 44.43º | 0.97% | 0.85% | - |
| XYZ | 42.04 | 41.11 | 5.89 | - |
| YUV | 161.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 6 | 0 | 0.25 | 0.97 | 0.15 | 44.43 | 0.95 | 0.44 |
| Hex | DA | A3 | 6 | 0 | 19 | 61 | F | 2C | 5F | 2C |
| Octal | 332 | 243 | 6 | 0 | 31 | 141 | 17 | 54 | 137 | 54 |
| Binary | 11011010 | 10100011 | 110 | 0 | 11001 | 1100001 | 1111 | 101100 | 1011111 | 101100 |
Color Harmonies of #DAA306
Complementary color
Monochromatic Colors of #DAA306
Black with #DAA306
Text Example
Text Example
White with #DAA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA306; }
p { color: rgb(218,163,6); }
H1.HeaderClassName
{
color: #DAA306;
}
.AnyTagClassName
{
color: #DAA306;
}
</style>
background-color css
<style>
a { background-color: #DAA306; }
a { background-color: rgb(218,163,6); }
div.DivClassName
{
background-color: #DAA306;
}
.BgClassName
{
background-color: #DAA306;
}
</style>
border-color css
<style>
span { border-color: #DAA306; }
span { border-color: rgb(218,163,6); }
td.TdClassName
{
border-color: #DAA306;
}
.TagClassName
{
border-color: #DAA306;
}
</style>