Shades of Gamboge #DA9A00
Tints of Gamboge #DA9A00
RGB
CMYK
RGB Variations
Color information
#DA9A00 (or 0xDA9A00) is known color: Gamboge. HEX triplet: DA, 9A and 00. RGB value is (218,154,0). Sum of RGB (Red+Green+Blue) = 218+154+0=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A00 is #2565FF. Grayscale: #9C9C9C. Windows color (decimal): -2450944 or 39642. OLE color: 39642.
HSL color Cylindrical-coordinate representation of color #DA9A00: hue angle of 42.39º 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 #DA9A00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.15 |
| HSL | 42.39º | 1% | 0.43% | - |
| HSV(B) | 42.39º | 1% | 0.85% | - |
| XYZ | 40.47 | 38.02 | 5.2 | - |
| YUV | 155.58 | 40.2 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 0 | 0 | 0.29 | 1 | 0.15 | 42.39 | 1 | 0.43 |
| Hex | DA | 9A | 0 | 0 | 1D | 64 | F | 2A | 64 | 2B |
| Octal | 332 | 232 | 0 | 0 | 35 | 144 | 17 | 52 | 144 | 53 |
| Binary | 11011010 | 10011010 | 0 | 0 | 11101 | 1100100 | 1111 | 101010 | 1100100 | 101011 |
Color Harmonies of #DA9A00
Complementary color
Monochromatic Colors of #DA9A00
Black with #DA9A00
Text Example
Text Example
White with #DA9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A00; }
p { color: rgb(218,154,0); }
H1.HeaderClassName
{
color: #DA9A00;
}
.AnyTagClassName
{
color: #DA9A00;
}
</style>
background-color css
<style>
a { background-color: #DA9A00; }
a { background-color: rgb(218,154,0); }
div.DivClassName
{
background-color: #DA9A00;
}
.BgClassName
{
background-color: #DA9A00;
}
</style>
border-color css
<style>
span { border-color: #DA9A00; }
span { border-color: rgb(218,154,0); }
td.TdClassName
{
border-color: #DA9A00;
}
.TagClassName
{
border-color: #DA9A00;
}
</style>