Shades of Gamboge #DA9C0E
Tints of Gamboge #DA9C0E
RGB
CMYK
RGB Variations
Color information
#DA9C0E (or 0xDA9C0E) is known color: Gamboge. HEX triplet: DA, 9C and 0E. RGB value is (218,156,14). Sum of RGB (Red+Green+Blue) = 218+156+14=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C0E is #2563F1. Grayscale: #9E9E9E. Windows color (decimal): -2450418 or 957658. OLE color: 957658.
HSL color Cylindrical-coordinate representation of color #DA9C0E: hue angle of 41.76º degrees, saturation: 0.88, 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 #DA9C0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.15 |
| HSL | 41.76º | 0.88% | 0.45% | - |
| HSV(B) | 41.76º | 0.94% | 0.85% | - |
| XYZ | 40.88 | 38.71 | 5.73 | - |
| YUV | 158.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 14 | 0 | 0.28 | 0.94 | 0.15 | 41.76 | 0.88 | 0.45 |
| Hex | DA | 9C | E | 0 | 1C | 5E | F | 2A | 58 | 2D |
| Octal | 332 | 234 | 16 | 0 | 34 | 136 | 17 | 52 | 130 | 55 |
| Binary | 11011010 | 10011100 | 1110 | 0 | 11100 | 1011110 | 1111 | 101010 | 1011000 | 101101 |
Color Harmonies of #DA9C0E
Complementary color
Monochromatic Colors of #DA9C0E
Black with #DA9C0E
Text Example
Text Example
White with #DA9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C0E; }
p { color: rgb(218,156,14); }
H1.HeaderClassName
{
color: #DA9C0E;
}
.AnyTagClassName
{
color: #DA9C0E;
}
</style>
background-color css
<style>
a { background-color: #DA9C0E; }
a { background-color: rgb(218,156,14); }
div.DivClassName
{
background-color: #DA9C0E;
}
.BgClassName
{
background-color: #DA9C0E;
}
</style>
border-color css
<style>
span { border-color: #DA9C0E; }
span { border-color: rgb(218,156,14); }
td.TdClassName
{
border-color: #DA9C0E;
}
.TagClassName
{
border-color: #DA9C0E;
}
</style>