Shades of Gamboge #DA9A03
Tints of Gamboge #DA9A03
RGB
CMYK
RGB Variations
Color information
#DA9A03 (or 0xDA9A03) is known color: Gamboge. HEX triplet: DA, 9A and 03. RGB value is (218,154,3). Sum of RGB (Red+Green+Blue) = 218+154+3=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A03 is #2565FC. Grayscale: #9C9C9C. Windows color (decimal): -2450941 or 236250. OLE color: 236250.
HSL color Cylindrical-coordinate representation of color #DA9A03: hue angle of 42.14º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA9A03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.15 |
| HSL | 42.14º | 0.97% | 0.43% | - |
| HSV(B) | 42.14º | 0.99% | 0.85% | - |
| XYZ | 40.49 | 38.02 | 5.29 | - |
| YUV | 155.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 3 | 0 | 0.29 | 0.99 | 0.15 | 42.14 | 0.97 | 0.43 |
| Hex | DA | 9A | 3 | 0 | 1D | 63 | F | 2A | 61 | 2B |
| Octal | 332 | 232 | 3 | 0 | 35 | 143 | 17 | 52 | 141 | 53 |
| Binary | 11011010 | 10011010 | 11 | 0 | 11101 | 1100011 | 1111 | 101010 | 1100001 | 101011 |
Color Harmonies of #DA9A03
Complementary color
Monochromatic Colors of #DA9A03
Black with #DA9A03
Text Example
Text Example
White with #DA9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A03; }
p { color: rgb(218,154,3); }
H1.HeaderClassName
{
color: #DA9A03;
}
.AnyTagClassName
{
color: #DA9A03;
}
</style>
background-color css
<style>
a { background-color: #DA9A03; }
a { background-color: rgb(218,154,3); }
div.DivClassName
{
background-color: #DA9A03;
}
.BgClassName
{
background-color: #DA9A03;
}
</style>
border-color css
<style>
span { border-color: #DA9A03; }
span { border-color: rgb(218,154,3); }
td.TdClassName
{
border-color: #DA9A03;
}
.TagClassName
{
border-color: #DA9A03;
}
</style>