Shades of Gamboge #DA9917
Tints of Gamboge #DA9917
RGB
CMYK
RGB Variations
Color information
#DA9917 (or 0xDA9917) is known color: Gamboge. HEX triplet: DA, 99 and 17. RGB value is (218,153,23). Sum of RGB (Red+Green+Blue) = 218+153+23=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9917 is #2566E8. Grayscale: #9E9E9E. Windows color (decimal): -2451177 or 1546714. OLE color: 1546714.
HSL color Cylindrical-coordinate representation of color #DA9917: hue angle of 40º 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 #DA9917 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 23 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.15 |
| HSL | 40º | 0.81% | 0.47% | - |
| HSV(B) | 40º | 0.89% | 0.85% | - |
| XYZ | 40.46 | 37.75 | 5.96 | - |
| YUV | 157.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 23 | 0 | 0.30 | 0.89 | 0.15 | 40 | 0.81 | 0.47 |
| Hex | DA | 99 | 17 | 0 | 1E | 59 | F | 28 | 51 | 2F |
| Octal | 332 | 231 | 27 | 0 | 36 | 131 | 17 | 50 | 121 | 57 |
| Binary | 11011010 | 10011001 | 10111 | 0 | 11110 | 1011001 | 1111 | 101000 | 1010001 | 101111 |
Color Harmonies of #DA9917
Complementary color
Monochromatic Colors of #DA9917
Black with #DA9917
Text Example
Text Example
White with #DA9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9917; }
p { color: rgb(218,153,23); }
H1.HeaderClassName
{
color: #DA9917;
}
.AnyTagClassName
{
color: #DA9917;
}
</style>
background-color css
<style>
a { background-color: #DA9917; }
a { background-color: rgb(218,153,23); }
div.DivClassName
{
background-color: #DA9917;
}
.BgClassName
{
background-color: #DA9917;
}
</style>
border-color css
<style>
span { border-color: #DA9917; }
span { border-color: rgb(218,153,23); }
td.TdClassName
{
border-color: #DA9917;
}
.TagClassName
{
border-color: #DA9917;
}
</style>