Shades of Gamboge #DA9A0C
Tints of Gamboge #DA9A0C
RGB
CMYK
RGB Variations
Color information
#DA9A0C (or 0xDA9A0C) is known color: Gamboge. HEX triplet: DA, 9A and 0C. RGB value is (218,154,12). Sum of RGB (Red+Green+Blue) = 218+154+12=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A0C is #2565F3. Grayscale: #9D9D9D. Windows color (decimal): -2450932 or 826074. OLE color: 826074.
HSL color Cylindrical-coordinate representation of color #DA9A0C: hue angle of 41.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA9A0C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.15 |
| HSL | 41.36º | 0.9% | 0.45% | - |
| HSV(B) | 41.36º | 0.94% | 0.85% | - |
| XYZ | 40.54 | 38.04 | 5.55 | - |
| YUV | 156.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 12 | 0 | 0.29 | 0.94 | 0.15 | 41.36 | 0.9 | 0.45 |
| Hex | DA | 9A | C | 0 | 1D | 5E | F | 29 | 5A | 2D |
| Octal | 332 | 232 | 14 | 0 | 35 | 136 | 17 | 51 | 132 | 55 |
| Binary | 11011010 | 10011010 | 1100 | 0 | 11101 | 1011110 | 1111 | 101001 | 1011010 | 101101 |
Color Harmonies of #DA9A0C
Complementary color
Monochromatic Colors of #DA9A0C
Black with #DA9A0C
Text Example
Text Example
White with #DA9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A0C; }
p { color: rgb(218,154,12); }
H1.HeaderClassName
{
color: #DA9A0C;
}
.AnyTagClassName
{
color: #DA9A0C;
}
</style>
background-color css
<style>
a { background-color: #DA9A0C; }
a { background-color: rgb(218,154,12); }
div.DivClassName
{
background-color: #DA9A0C;
}
.BgClassName
{
background-color: #DA9A0C;
}
</style>
border-color css
<style>
span { border-color: #DA9A0C; }
span { border-color: rgb(218,154,12); }
td.TdClassName
{
border-color: #DA9A0C;
}
.TagClassName
{
border-color: #DA9A0C;
}
</style>