Shades of Gamboge #DA9C17
Tints of Gamboge #DA9C17
RGB
CMYK
RGB Variations
Color information
#DA9C17 (or 0xDA9C17) is known color: Gamboge. HEX triplet: DA, 9C and 17. RGB value is (218,156,23). Sum of RGB (Red+Green+Blue) = 218+156+23=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C17 is #2563E8. Grayscale: #9F9F9F. Windows color (decimal): -2450409 or 1547482. OLE color: 1547482.
HSL color Cylindrical-coordinate representation of color #DA9C17: hue angle of 40.92º 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 #DA9C17 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 23 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.15 |
| HSL | 40.92º | 0.81% | 0.47% | - |
| HSV(B) | 40.92º | 0.89% | 0.85% | - |
| XYZ | 40.96 | 38.74 | 6.13 | - |
| YUV | 159.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 23 | 0 | 0.28 | 0.89 | 0.15 | 40.92 | 0.81 | 0.47 |
| Hex | DA | 9C | 17 | 0 | 1C | 59 | F | 29 | 51 | 2F |
| Octal | 332 | 234 | 27 | 0 | 34 | 131 | 17 | 51 | 121 | 57 |
| Binary | 11011010 | 10011100 | 10111 | 0 | 11100 | 1011001 | 1111 | 101001 | 1010001 | 101111 |
Color Harmonies of #DA9C17
Complementary color
Monochromatic Colors of #DA9C17
Black with #DA9C17
Text Example
Text Example
White with #DA9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C17; }
p { color: rgb(218,156,23); }
H1.HeaderClassName
{
color: #DA9C17;
}
.AnyTagClassName
{
color: #DA9C17;
}
</style>
background-color css
<style>
a { background-color: #DA9C17; }
a { background-color: rgb(218,156,23); }
div.DivClassName
{
background-color: #DA9C17;
}
.BgClassName
{
background-color: #DA9C17;
}
</style>
border-color css
<style>
span { border-color: #DA9C17; }
span { border-color: rgb(218,156,23); }
td.TdClassName
{
border-color: #DA9C17;
}
.TagClassName
{
border-color: #DA9C17;
}
</style>