Shades of Gamboge #DA9112
Tints of Gamboge #DA9112
RGB
CMYK
RGB Variations
Color information
#DA9112 (or 0xDA9112) is known color: Gamboge. HEX triplet: DA, 91 and 12. RGB value is (218,145,18). Sum of RGB (Red+Green+Blue) = 218+145+18=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9112 is #256EED. Grayscale: #989898. Windows color (decimal): -2453230 or 1216986. OLE color: 1216986.
HSL color Cylindrical-coordinate representation of color #DA9112: hue angle of 38.1º degrees, saturation: 0.85, 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 #DA9112 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.15 |
| HSL | 38.1º | 0.85% | 0.46% | - |
| HSV(B) | 38.1º | 0.92% | 0.85% | - |
| XYZ | 39.15 | 35.2 | 5.3 | - |
| YUV | 152.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 18 | 0 | 0.33 | 0.92 | 0.15 | 38.1 | 0.85 | 0.46 |
| Hex | DA | 91 | 12 | 0 | 21 | 5C | F | 26 | 55 | 2E |
| Octal | 332 | 221 | 22 | 0 | 41 | 134 | 17 | 46 | 125 | 56 |
| Binary | 11011010 | 10010001 | 10010 | 0 | 100001 | 1011100 | 1111 | 100110 | 1010101 | 101110 |
Color Harmonies of #DA9112
Complementary color
Monochromatic Colors of #DA9112
Black with #DA9112
Text Example
Text Example
White with #DA9112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9112; }
p { color: rgb(218,145,18); }
H1.HeaderClassName
{
color: #DA9112;
}
.AnyTagClassName
{
color: #DA9112;
}
</style>
background-color css
<style>
a { background-color: #DA9112; }
a { background-color: rgb(218,145,18); }
div.DivClassName
{
background-color: #DA9112;
}
.BgClassName
{
background-color: #DA9112;
}
</style>
border-color css
<style>
span { border-color: #DA9112; }
span { border-color: rgb(218,145,18); }
td.TdClassName
{
border-color: #DA9112;
}
.TagClassName
{
border-color: #DA9112;
}
</style>