Shades of Gamboge #DA9E0E
Tints of Gamboge #DA9E0E
RGB
CMYK
RGB Variations
Color information
#DA9E0E (or 0xDA9E0E) is known color: Gamboge. HEX triplet: DA, 9E and 0E. RGB value is (218,158,14). Sum of RGB (Red+Green+Blue) = 218+158+14=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E0E is #2561F1. Grayscale: #A0A0A0. Windows color (decimal): -2449906 or 958170. OLE color: 958170.
HSL color Cylindrical-coordinate representation of color #DA9E0E: hue angle of 42.35º 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 #DA9E0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.15 |
| HSL | 42.35º | 0.88% | 0.45% | - |
| HSV(B) | 42.35º | 0.94% | 0.85% | - |
| XYZ | 41.22 | 39.39 | 5.85 | - |
| YUV | 159.52 | 45.88 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 14 | 0 | 0.28 | 0.94 | 0.15 | 42.35 | 0.88 | 0.45 |
| Hex | DA | 9E | E | 0 | 1C | 5E | F | 2A | 58 | 2D |
| Octal | 332 | 236 | 16 | 0 | 34 | 136 | 17 | 52 | 130 | 55 |
| Binary | 11011010 | 10011110 | 1110 | 0 | 11100 | 1011110 | 1111 | 101010 | 1011000 | 101101 |
Color Harmonies of #DA9E0E
Complementary color
Monochromatic Colors of #DA9E0E
Black with #DA9E0E
Text Example
Text Example
White with #DA9E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E0E; }
p { color: rgb(218,158,14); }
H1.HeaderClassName
{
color: #DA9E0E;
}
.AnyTagClassName
{
color: #DA9E0E;
}
</style>
background-color css
<style>
a { background-color: #DA9E0E; }
a { background-color: rgb(218,158,14); }
div.DivClassName
{
background-color: #DA9E0E;
}
.BgClassName
{
background-color: #DA9E0E;
}
</style>
border-color css
<style>
span { border-color: #DA9E0E; }
span { border-color: rgb(218,158,14); }
td.TdClassName
{
border-color: #DA9E0E;
}
.TagClassName
{
border-color: #DA9E0E;
}
</style>