Shades of Gamboge #DA9613
Tints of Gamboge #DA9613
RGB
CMYK
RGB Variations
Color information
#DA9613 (or 0xDA9613) is known color: Gamboge. HEX triplet: DA, 96 and 13. RGB value is (218,150,19). Sum of RGB (Red+Green+Blue) = 218+150+19=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9613 is #2569EC. Grayscale: #9B9B9B. Windows color (decimal): -2451949 or 1283802. OLE color: 1283802.
HSL color Cylindrical-coordinate representation of color #DA9613: hue angle of 39.5º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA9613 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 19 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.15 |
| HSL | 39.5º | 0.84% | 0.46% | - |
| HSV(B) | 39.5º | 0.91% | 0.85% | - |
| XYZ | 39.94 | 36.77 | 5.61 | - |
| YUV | 155.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 19 | 0 | 0.31 | 0.91 | 0.15 | 39.5 | 0.84 | 0.46 |
| Hex | DA | 96 | 13 | 0 | 1F | 5B | F | 27 | 54 | 2E |
| Octal | 332 | 226 | 23 | 0 | 37 | 133 | 17 | 47 | 124 | 56 |
| Binary | 11011010 | 10010110 | 10011 | 0 | 11111 | 1011011 | 1111 | 100111 | 1010100 | 101110 |
Color Harmonies of #DA9613
Complementary color
Monochromatic Colors of #DA9613
Black with #DA9613
Text Example
Text Example
White with #DA9613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9613; }
p { color: rgb(218,150,19); }
H1.HeaderClassName
{
color: #DA9613;
}
.AnyTagClassName
{
color: #DA9613;
}
</style>
background-color css
<style>
a { background-color: #DA9613; }
a { background-color: rgb(218,150,19); }
div.DivClassName
{
background-color: #DA9613;
}
.BgClassName
{
background-color: #DA9613;
}
</style>
border-color css
<style>
span { border-color: #DA9613; }
span { border-color: rgb(218,150,19); }
td.TdClassName
{
border-color: #DA9613;
}
.TagClassName
{
border-color: #DA9613;
}
</style>