Shades of Gamboge #DA9117
Tints of Gamboge #DA9117
RGB
CMYK
RGB Variations
Color information
#DA9117 (or 0xDA9117) is known color: Gamboge. HEX triplet: DA, 91 and 17. RGB value is (218,145,23). Sum of RGB (Red+Green+Blue) = 218+145+23=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9117 is #256EE8. Grayscale: #999999. Windows color (decimal): -2453225 or 1544666. OLE color: 1544666.
HSL color Cylindrical-coordinate representation of color #DA9117: hue angle of 37.54º degrees, saturation: 0.81, 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 #DA9117 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.15 |
| HSL | 37.54º | 0.81% | 0.47% | - |
| HSV(B) | 37.54º | 0.89% | 0.85% | - |
| XYZ | 39.19 | 35.22 | 5.54 | - |
| YUV | 152.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 23 | 0 | 0.33 | 0.89 | 0.15 | 37.54 | 0.81 | 0.47 |
| Hex | DA | 91 | 17 | 0 | 21 | 59 | F | 26 | 51 | 2F |
| Octal | 332 | 221 | 27 | 0 | 41 | 131 | 17 | 46 | 121 | 57 |
| Binary | 11011010 | 10010001 | 10111 | 0 | 100001 | 1011001 | 1111 | 100110 | 1010001 | 101111 |
Color Harmonies of #DA9117
Complementary color
Monochromatic Colors of #DA9117
Black with #DA9117
Text Example
Text Example
White with #DA9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9117; }
p { color: rgb(218,145,23); }
H1.HeaderClassName
{
color: #DA9117;
}
.AnyTagClassName
{
color: #DA9117;
}
</style>
background-color css
<style>
a { background-color: #DA9117; }
a { background-color: rgb(218,145,23); }
div.DivClassName
{
background-color: #DA9117;
}
.BgClassName
{
background-color: #DA9117;
}
</style>
border-color css
<style>
span { border-color: #DA9117; }
span { border-color: rgb(218,145,23); }
td.TdClassName
{
border-color: #DA9117;
}
.TagClassName
{
border-color: #DA9117;
}
</style>