Shades of Gamboge #DA9A10
Tints of Gamboge #DA9A10
RGB
CMYK
RGB Variations
Color information
#DA9A10 (or 0xDA9A10) is known color: Gamboge. HEX triplet: DA, 9A and 10. RGB value is (218,154,16). Sum of RGB (Red+Green+Blue) = 218+154+16=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A10 is #2565EF. Grayscale: #9E9E9E. Windows color (decimal): -2450928 or 1088218. OLE color: 1088218.
HSL color Cylindrical-coordinate representation of color #DA9A10: hue angle of 40.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA9A10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.15 |
| HSL | 40.99º | 0.86% | 0.46% | - |
| HSV(B) | 40.99º | 0.93% | 0.85% | - |
| XYZ | 40.56 | 38.05 | 5.7 | - |
| YUV | 157.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 16 | 0 | 0.29 | 0.93 | 0.15 | 40.99 | 0.86 | 0.46 |
| Hex | DA | 9A | 10 | 0 | 1D | 5D | F | 29 | 56 | 2E |
| Octal | 332 | 232 | 20 | 0 | 35 | 135 | 17 | 51 | 126 | 56 |
| Binary | 11011010 | 10011010 | 10000 | 0 | 11101 | 1011101 | 1111 | 101001 | 1010110 | 101110 |
Color Harmonies of #DA9A10
Complementary color
Monochromatic Colors of #DA9A10
Black with #DA9A10
Text Example
Text Example
White with #DA9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A10; }
p { color: rgb(218,154,16); }
H1.HeaderClassName
{
color: #DA9A10;
}
.AnyTagClassName
{
color: #DA9A10;
}
</style>
background-color css
<style>
a { background-color: #DA9A10; }
a { background-color: rgb(218,154,16); }
div.DivClassName
{
background-color: #DA9A10;
}
.BgClassName
{
background-color: #DA9A10;
}
</style>
border-color css
<style>
span { border-color: #DA9A10; }
span { border-color: rgb(218,154,16); }
td.TdClassName
{
border-color: #DA9A10;
}
.TagClassName
{
border-color: #DA9A10;
}
</style>