Shades of Gamboge #DA9118
Tints of Gamboge #DA9118
RGB
CMYK
RGB Variations
Color information
#DA9118 (or 0xDA9118) is known color: Gamboge. HEX triplet: DA, 91 and 18. RGB value is (218,145,24). Sum of RGB (Red+Green+Blue) = 218+145+24=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9118 is #256EE7. Grayscale: #999999. Windows color (decimal): -2453224 or 1610202. OLE color: 1610202.
HSL color Cylindrical-coordinate representation of color #DA9118: hue angle of 37.42º 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 #DA9118 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.15 |
| HSL | 37.42º | 0.8% | 0.47% | - |
| HSV(B) | 37.42º | 0.89% | 0.85% | - |
| XYZ | 39.2 | 35.22 | 5.6 | - |
| YUV | 153.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 24 | 0 | 0.33 | 0.89 | 0.15 | 37.42 | 0.8 | 0.47 |
| Hex | DA | 91 | 18 | 0 | 21 | 59 | F | 25 | 50 | 2F |
| Octal | 332 | 221 | 30 | 0 | 41 | 131 | 17 | 45 | 120 | 57 |
| Binary | 11011010 | 10010001 | 11000 | 0 | 100001 | 1011001 | 1111 | 100101 | 1010000 | 101111 |
Color Harmonies of #DA9118
Complementary color
Monochromatic Colors of #DA9118
Black with #DA9118
Text Example
Text Example
White with #DA9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9118; }
p { color: rgb(218,145,24); }
H1.HeaderClassName
{
color: #DA9118;
}
.AnyTagClassName
{
color: #DA9118;
}
</style>
background-color css
<style>
a { background-color: #DA9118; }
a { background-color: rgb(218,145,24); }
div.DivClassName
{
background-color: #DA9118;
}
.BgClassName
{
background-color: #DA9118;
}
</style>
border-color css
<style>
span { border-color: #DA9118; }
span { border-color: rgb(218,145,24); }
td.TdClassName
{
border-color: #DA9118;
}
.TagClassName
{
border-color: #DA9118;
}
</style>