Shades of Gamboge #DA9518
Tints of Gamboge #DA9518
RGB
CMYK
RGB Variations
Color information
#DA9518 (or 0xDA9518) is known color: Gamboge. HEX triplet: DA, 95 and 18. RGB value is (218,149,24). Sum of RGB (Red+Green+Blue) = 218+149+24=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9518 is #256AE7. Grayscale: #9B9B9B. Windows color (decimal): -2452200 or 1611226. OLE color: 1611226.
HSL color Cylindrical-coordinate representation of color #DA9518: hue angle of 38.66º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9518 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.15 |
| HSL | 38.66º | 0.8% | 0.47% | - |
| HSV(B) | 38.66º | 0.89% | 0.85% | - |
| XYZ | 39.83 | 36.47 | 5.8 | - |
| YUV | 155.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 24 | 0 | 0.32 | 0.89 | 0.15 | 38.66 | 0.8 | 0.47 |
| Hex | DA | 95 | 18 | 0 | 20 | 59 | F | 27 | 50 | 2F |
| Octal | 332 | 225 | 30 | 0 | 40 | 131 | 17 | 47 | 120 | 57 |
| Binary | 11011010 | 10010101 | 11000 | 0 | 100000 | 1011001 | 1111 | 100111 | 1010000 | 101111 |
Color Harmonies of #DA9518
Complementary color
Monochromatic Colors of #DA9518
Black with #DA9518
Text Example
Text Example
White with #DA9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9518; }
p { color: rgb(218,149,24); }
H1.HeaderClassName
{
color: #DA9518;
}
.AnyTagClassName
{
color: #DA9518;
}
</style>
background-color css
<style>
a { background-color: #DA9518; }
a { background-color: rgb(218,149,24); }
div.DivClassName
{
background-color: #DA9518;
}
.BgClassName
{
background-color: #DA9518;
}
</style>
border-color css
<style>
span { border-color: #DA9518; }
span { border-color: rgb(218,149,24); }
td.TdClassName
{
border-color: #DA9518;
}
.TagClassName
{
border-color: #DA9518;
}
</style>