Shades of Gamboge #DA9C18
Tints of Gamboge #DA9C18
RGB
CMYK
RGB Variations
Color information
#DA9C18 (or 0xDA9C18) is known color: Gamboge. HEX triplet: DA, 9C and 18. RGB value is (218,156,24). Sum of RGB (Red+Green+Blue) = 218+156+24=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C18 is #2563E7. Grayscale: #A0A0A0. Windows color (decimal): -2450408 or 1613018. OLE color: 1613018.
HSL color Cylindrical-coordinate representation of color #DA9C18: hue angle of 40.82º 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 #DA9C18 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 24 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.15 |
| HSL | 40.82º | 0.8% | 0.47% | - |
| HSV(B) | 40.82º | 0.89% | 0.85% | - |
| XYZ | 40.97 | 38.75 | 6.18 | - |
| YUV | 159.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 24 | 0 | 0.28 | 0.89 | 0.15 | 40.82 | 0.8 | 0.47 |
| Hex | DA | 9C | 18 | 0 | 1C | 59 | F | 29 | 50 | 2F |
| Octal | 332 | 234 | 30 | 0 | 34 | 131 | 17 | 51 | 120 | 57 |
| Binary | 11011010 | 10011100 | 11000 | 0 | 11100 | 1011001 | 1111 | 101001 | 1010000 | 101111 |
Color Harmonies of #DA9C18
Complementary color
Monochromatic Colors of #DA9C18
Black with #DA9C18
Text Example
Text Example
White with #DA9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C18; }
p { color: rgb(218,156,24); }
H1.HeaderClassName
{
color: #DA9C18;
}
.AnyTagClassName
{
color: #DA9C18;
}
</style>
background-color css
<style>
a { background-color: #DA9C18; }
a { background-color: rgb(218,156,24); }
div.DivClassName
{
background-color: #DA9C18;
}
.BgClassName
{
background-color: #DA9C18;
}
</style>
border-color css
<style>
span { border-color: #DA9C18; }
span { border-color: rgb(218,156,24); }
td.TdClassName
{
border-color: #DA9C18;
}
.TagClassName
{
border-color: #DA9C18;
}
</style>