Shades of Gamboge #DA9500
Tints of Gamboge #DA9500
RGB
CMYK
RGB Variations
Color information
#DA9500 (or 0xDA9500) is known color: Gamboge. HEX triplet: DA, 95 and 00. RGB value is (218,149,0). Sum of RGB (Red+Green+Blue) = 218+149+0=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9500 is #256AFF. Grayscale: #999999. Windows color (decimal): -2452224 or 38362. OLE color: 38362.
HSL color Cylindrical-coordinate representation of color #DA9500: hue angle of 41.01º 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 #DA9500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.15 |
| HSL | 41.01º | 1% | 0.43% | - |
| HSV(B) | 41.01º | 1% | 0.85% | - |
| XYZ | 39.66 | 36.4 | 4.94 | - |
| YUV | 152.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 0 | 0 | 0.32 | 1 | 0.15 | 41.01 | 1 | 0.43 |
| Hex | DA | 95 | 0 | 0 | 20 | 64 | F | 29 | 64 | 2B |
| Octal | 332 | 225 | 0 | 0 | 40 | 144 | 17 | 51 | 144 | 53 |
| Binary | 11011010 | 10010101 | 0 | 0 | 100000 | 1100100 | 1111 | 101001 | 1100100 | 101011 |
Color Harmonies of #DA9500
Complementary color
Monochromatic Colors of #DA9500
Black with #DA9500
Text Example
Text Example
White with #DA9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9500; }
p { color: rgb(218,149,0); }
H1.HeaderClassName
{
color: #DA9500;
}
.AnyTagClassName
{
color: #DA9500;
}
</style>
background-color css
<style>
a { background-color: #DA9500; }
a { background-color: rgb(218,149,0); }
div.DivClassName
{
background-color: #DA9500;
}
.BgClassName
{
background-color: #DA9500;
}
</style>
border-color css
<style>
span { border-color: #DA9500; }
span { border-color: rgb(218,149,0); }
td.TdClassName
{
border-color: #DA9500;
}
.TagClassName
{
border-color: #DA9500;
}
</style>