Shades of Gamboge #DA8808
Tints of Gamboge #DA8808
RGB
CMYK
RGB Variations
Color information
#DA8808 (or 0xDA8808) is known color: Gamboge. HEX triplet: DA, 88 and 08. RGB value is (218,136,8). Sum of RGB (Red+Green+Blue) = 218+136+8=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8808 is #2577F7. Grayscale: #929292. Windows color (decimal): -2455544 or 559322. OLE color: 559322.
HSL color Cylindrical-coordinate representation of color #DA8808: hue angle of 36.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8808 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.15 |
| HSL | 36.57º | 0.93% | 0.44% | - |
| HSV(B) | 36.57º | 0.96% | 0.85% | - |
| XYZ | 37.76 | 32.53 | 4.52 | - |
| YUV | 145.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 8 | 0 | 0.38 | 0.96 | 0.15 | 36.57 | 0.93 | 0.44 |
| Hex | DA | 88 | 8 | 0 | 26 | 60 | F | 25 | 5D | 2C |
| Octal | 332 | 210 | 10 | 0 | 46 | 140 | 17 | 45 | 135 | 54 |
| Binary | 11011010 | 10001000 | 1000 | 0 | 100110 | 1100000 | 1111 | 100101 | 1011101 | 101100 |
Color Harmonies of #DA8808
Complementary color
Monochromatic Colors of #DA8808
Black with #DA8808
Text Example
Text Example
White with #DA8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8808; }
p { color: rgb(218,136,8); }
H1.HeaderClassName
{
color: #DA8808;
}
.AnyTagClassName
{
color: #DA8808;
}
</style>
background-color css
<style>
a { background-color: #DA8808; }
a { background-color: rgb(218,136,8); }
div.DivClassName
{
background-color: #DA8808;
}
.BgClassName
{
background-color: #DA8808;
}
</style>
border-color css
<style>
span { border-color: #DA8808; }
span { border-color: rgb(218,136,8); }
td.TdClassName
{
border-color: #DA8808;
}
.TagClassName
{
border-color: #DA8808;
}
</style>