Shades of Gamboge #DA9511
Tints of Gamboge #DA9511
RGB
CMYK
RGB Variations
Color information
#DA9511 (or 0xDA9511) is known color: Gamboge. HEX triplet: DA, 95 and 11. RGB value is (218,149,17). Sum of RGB (Red+Green+Blue) = 218+149+17=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9511 is #256AEE. Grayscale: #9B9B9B. Windows color (decimal): -2452207 or 1152474. OLE color: 1152474.
HSL color Cylindrical-coordinate representation of color #DA9511: hue angle of 39.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA9511 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.15 |
| HSL | 39.4º | 0.86% | 0.46% | - |
| HSV(B) | 39.4º | 0.92% | 0.85% | - |
| XYZ | 39.76 | 36.44 | 5.47 | - |
| YUV | 154.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 17 | 0 | 0.32 | 0.92 | 0.15 | 39.4 | 0.86 | 0.46 |
| Hex | DA | 95 | 11 | 0 | 20 | 5C | F | 27 | 56 | 2E |
| Octal | 332 | 225 | 21 | 0 | 40 | 134 | 17 | 47 | 126 | 56 |
| Binary | 11011010 | 10010101 | 10001 | 0 | 100000 | 1011100 | 1111 | 100111 | 1010110 | 101110 |
Color Harmonies of #DA9511
Complementary color
Monochromatic Colors of #DA9511
Black with #DA9511
Text Example
Text Example
White with #DA9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9511; }
p { color: rgb(218,149,17); }
H1.HeaderClassName
{
color: #DA9511;
}
.AnyTagClassName
{
color: #DA9511;
}
</style>
background-color css
<style>
a { background-color: #DA9511; }
a { background-color: rgb(218,149,17); }
div.DivClassName
{
background-color: #DA9511;
}
.BgClassName
{
background-color: #DA9511;
}
</style>
border-color css
<style>
span { border-color: #DA9511; }
span { border-color: rgb(218,149,17); }
td.TdClassName
{
border-color: #DA9511;
}
.TagClassName
{
border-color: #DA9511;
}
</style>