Shades of Gamboge #DA8804
Tints of Gamboge #DA8804
RGB
CMYK
RGB Variations
Color information
#DA8804 (or 0xDA8804) is known color: Gamboge. HEX triplet: DA, 88 and 04. RGB value is (218,136,4). Sum of RGB (Red+Green+Blue) = 218+136+4=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8804 is #2577FB. Grayscale: #929292. Windows color (decimal): -2455548 or 297178. OLE color: 297178.
HSL color Cylindrical-coordinate representation of color #DA8804: hue angle of 37.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA8804 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.15 |
| HSL | 37.01º | 0.96% | 0.44% | - |
| HSV(B) | 37.01º | 0.98% | 0.85% | - |
| XYZ | 37.74 | 32.52 | 4.4 | - |
| YUV | 145.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 4 | 0 | 0.38 | 0.98 | 0.15 | 37.01 | 0.96 | 0.44 |
| Hex | DA | 88 | 4 | 0 | 26 | 62 | F | 25 | 60 | 2C |
| Octal | 332 | 210 | 4 | 0 | 46 | 142 | 17 | 45 | 140 | 54 |
| Binary | 11011010 | 10001000 | 100 | 0 | 100110 | 1100010 | 1111 | 100101 | 1100000 | 101100 |
Color Harmonies of #DA8804
Complementary color
Monochromatic Colors of #DA8804
Black with #DA8804
Text Example
Text Example
White with #DA8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8804; }
p { color: rgb(218,136,4); }
H1.HeaderClassName
{
color: #DA8804;
}
.AnyTagClassName
{
color: #DA8804;
}
</style>
background-color css
<style>
a { background-color: #DA8804; }
a { background-color: rgb(218,136,4); }
div.DivClassName
{
background-color: #DA8804;
}
.BgClassName
{
background-color: #DA8804;
}
</style>
border-color css
<style>
span { border-color: #DA8804; }
span { border-color: rgb(218,136,4); }
td.TdClassName
{
border-color: #DA8804;
}
.TagClassName
{
border-color: #DA8804;
}
</style>