Shades of Gamboge #DAA000
Tints of Gamboge #DAA000
RGB
CMYK
RGB Variations
Color information
#DAA000 (or 0xDAA000) is known color: Gamboge. HEX triplet: DA, A0 and 00. RGB value is (218,160,0). Sum of RGB (Red+Green+Blue) = 218+160+0=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA000 is #255FFF. Grayscale: #9F9F9F. Windows color (decimal): -2449408 or 41178. OLE color: 41178.
HSL color Cylindrical-coordinate representation of color #DAA000: hue angle of 44.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAA000 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.15 |
| HSL | 44.04º | 1% | 0.43% | - |
| HSV(B) | 44.04º | 1% | 0.85% | - |
| XYZ | 41.48 | 40.05 | 5.54 | - |
| YUV | 159.1 | 38.22 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 0 | 0 | 0.27 | 1 | 0.15 | 44.04 | 1 | 0.43 |
| Hex | DA | A0 | 0 | 0 | 1B | 64 | F | 2C | 64 | 2B |
| Octal | 332 | 240 | 0 | 0 | 33 | 144 | 17 | 54 | 144 | 53 |
| Binary | 11011010 | 10100000 | 0 | 0 | 11011 | 1100100 | 1111 | 101100 | 1100100 | 101011 |
Color Harmonies of #DAA000
Complementary color
Monochromatic Colors of #DAA000
Black with #DAA000
Text Example
Text Example
White with #DAA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA000; }
p { color: rgb(218,160,0); }
H1.HeaderClassName
{
color: #DAA000;
}
.AnyTagClassName
{
color: #DAA000;
}
</style>
background-color css
<style>
a { background-color: #DAA000; }
a { background-color: rgb(218,160,0); }
div.DivClassName
{
background-color: #DAA000;
}
.BgClassName
{
background-color: #DAA000;
}
</style>
border-color css
<style>
span { border-color: #DAA000; }
span { border-color: rgb(218,160,0); }
td.TdClassName
{
border-color: #DAA000;
}
.TagClassName
{
border-color: #DAA000;
}
</style>