Shades of Gamboge #DAA40F
Tints of Gamboge #DAA40F
RGB
CMYK
RGB Variations
Color information
#DAA40F (or 0xDAA40F) is known color: Gamboge. HEX triplet: DA, A4 and 0F. RGB value is (218,164,15). Sum of RGB (Red+Green+Blue) = 218+164+15=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA40F is #255BF0. Grayscale: #A3A3A3. Windows color (decimal): -2448369 or 1025242. OLE color: 1025242.
HSL color Cylindrical-coordinate representation of color #DAA40F: hue angle of 44.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA40F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.15 |
| HSL | 44.04º | 0.87% | 0.46% | - |
| HSV(B) | 44.04º | 0.93% | 0.85% | - |
| XYZ | 42.28 | 41.49 | 6.23 | - |
| YUV | 163.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 15 | 0 | 0.25 | 0.93 | 0.15 | 44.04 | 0.87 | 0.46 |
| Hex | DA | A4 | F | 0 | 19 | 5D | F | 2C | 57 | 2E |
| Octal | 332 | 244 | 17 | 0 | 31 | 135 | 17 | 54 | 127 | 56 |
| Binary | 11011010 | 10100100 | 1111 | 0 | 11001 | 1011101 | 1111 | 101100 | 1010111 | 101110 |
Color Harmonies of #DAA40F
Complementary color
Monochromatic Colors of #DAA40F
Black with #DAA40F
Text Example
Text Example
White with #DAA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA40F; }
p { color: rgb(218,164,15); }
H1.HeaderClassName
{
color: #DAA40F;
}
.AnyTagClassName
{
color: #DAA40F;
}
</style>
background-color css
<style>
a { background-color: #DAA40F; }
a { background-color: rgb(218,164,15); }
div.DivClassName
{
background-color: #DAA40F;
}
.BgClassName
{
background-color: #DAA40F;
}
</style>
border-color css
<style>
span { border-color: #DAA40F; }
span { border-color: rgb(218,164,15); }
td.TdClassName
{
border-color: #DAA40F;
}
.TagClassName
{
border-color: #DAA40F;
}
</style>