Shades of Gamboge #DA9A18
Tints of Gamboge #DA9A18
RGB
CMYK
RGB Variations
Color information
#DA9A18 (or 0xDA9A18) is known color: Gamboge. HEX triplet: DA, 9A and 18. RGB value is (218,154,24). Sum of RGB (Red+Green+Blue) = 218+154+24=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A18 is #2565E7. Grayscale: #9E9E9E. Windows color (decimal): -2450920 or 1612506. OLE color: 1612506.
HSL color Cylindrical-coordinate representation of color #DA9A18: hue angle of 40.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9A18 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 24 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.15 |
| HSL | 40.21º | 0.8% | 0.47% | - |
| HSV(B) | 40.21º | 0.89% | 0.85% | - |
| XYZ | 40.63 | 38.08 | 6.07 | - |
| YUV | 158.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 24 | 0 | 0.29 | 0.89 | 0.15 | 40.21 | 0.8 | 0.47 |
| Hex | DA | 9A | 18 | 0 | 1D | 59 | F | 28 | 50 | 2F |
| Octal | 332 | 232 | 30 | 0 | 35 | 131 | 17 | 50 | 120 | 57 |
| Binary | 11011010 | 10011010 | 11000 | 0 | 11101 | 1011001 | 1111 | 101000 | 1010000 | 101111 |
Color Harmonies of #DA9A18
Complementary color
Monochromatic Colors of #DA9A18
Black with #DA9A18
Text Example
Text Example
White with #DA9A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A18; }
p { color: rgb(218,154,24); }
H1.HeaderClassName
{
color: #DA9A18;
}
.AnyTagClassName
{
color: #DA9A18;
}
</style>
background-color css
<style>
a { background-color: #DA9A18; }
a { background-color: rgb(218,154,24); }
div.DivClassName
{
background-color: #DA9A18;
}
.BgClassName
{
background-color: #DA9A18;
}
</style>
border-color css
<style>
span { border-color: #DA9A18; }
span { border-color: rgb(218,154,24); }
td.TdClassName
{
border-color: #DA9A18;
}
.TagClassName
{
border-color: #DA9A18;
}
</style>