Shades of Gamboge #DA9A0D
Tints of Gamboge #DA9A0D
RGB
CMYK
RGB Variations
Color information
#DA9A0D (or 0xDA9A0D) is known color: Gamboge. HEX triplet: DA, 9A and 0D. RGB value is (218,154,13). Sum of RGB (Red+Green+Blue) = 218+154+13=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A0D is #2565F2. Grayscale: #9D9D9D. Windows color (decimal): -2450931 or 891610. OLE color: 891610.
HSL color Cylindrical-coordinate representation of color #DA9A0D: hue angle of 41.27º degrees, saturation: 0.89, 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 #DA9A0D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.15 |
| HSL | 41.27º | 0.89% | 0.45% | - |
| HSV(B) | 41.27º | 0.94% | 0.85% | - |
| XYZ | 40.54 | 38.05 | 5.59 | - |
| YUV | 157.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 13 | 0 | 0.29 | 0.94 | 0.15 | 41.27 | 0.89 | 0.45 |
| Hex | DA | 9A | D | 0 | 1D | 5E | F | 29 | 59 | 2D |
| Octal | 332 | 232 | 15 | 0 | 35 | 136 | 17 | 51 | 131 | 55 |
| Binary | 11011010 | 10011010 | 1101 | 0 | 11101 | 1011110 | 1111 | 101001 | 1011001 | 101101 |
Color Harmonies of #DA9A0D
Complementary color
Monochromatic Colors of #DA9A0D
Black with #DA9A0D
Text Example
Text Example
White with #DA9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A0D; }
p { color: rgb(218,154,13); }
H1.HeaderClassName
{
color: #DA9A0D;
}
.AnyTagClassName
{
color: #DA9A0D;
}
</style>
background-color css
<style>
a { background-color: #DA9A0D; }
a { background-color: rgb(218,154,13); }
div.DivClassName
{
background-color: #DA9A0D;
}
.BgClassName
{
background-color: #DA9A0D;
}
</style>
border-color css
<style>
span { border-color: #DA9A0D; }
span { border-color: rgb(218,154,13); }
td.TdClassName
{
border-color: #DA9A0D;
}
.TagClassName
{
border-color: #DA9A0D;
}
</style>