Shades of Gamboge #DA9808
Tints of Gamboge #DA9808
RGB
CMYK
RGB Variations
Color information
#DA9808 (or 0xDA9808) is known color: Gamboge. HEX triplet: DA, 98 and 08. RGB value is (218,152,8). Sum of RGB (Red+Green+Blue) = 218+152+8=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9808 is #2567F7. Grayscale: #9B9B9B. Windows color (decimal): -2451448 or 563418. OLE color: 563418.
HSL color Cylindrical-coordinate representation of color #DA9808: hue angle of 41.14º 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 #DA9808 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.15 |
| HSL | 41.14º | 0.93% | 0.44% | - |
| HSV(B) | 41.14º | 0.96% | 0.85% | - |
| XYZ | 40.19 | 37.38 | 5.33 | - |
| YUV | 155.32 | 44.87 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 8 | 0 | 0.30 | 0.96 | 0.15 | 41.14 | 0.93 | 0.44 |
| Hex | DA | 98 | 8 | 0 | 1E | 60 | F | 29 | 5D | 2C |
| Octal | 332 | 230 | 10 | 0 | 36 | 140 | 17 | 51 | 135 | 54 |
| Binary | 11011010 | 10011000 | 1000 | 0 | 11110 | 1100000 | 1111 | 101001 | 1011101 | 101100 |
Color Harmonies of #DA9808
Complementary color
Monochromatic Colors of #DA9808
Black with #DA9808
Text Example
Text Example
White with #DA9808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9808; }
p { color: rgb(218,152,8); }
H1.HeaderClassName
{
color: #DA9808;
}
.AnyTagClassName
{
color: #DA9808;
}
</style>
background-color css
<style>
a { background-color: #DA9808; }
a { background-color: rgb(218,152,8); }
div.DivClassName
{
background-color: #DA9808;
}
.BgClassName
{
background-color: #DA9808;
}
</style>
border-color css
<style>
span { border-color: #DA9808; }
span { border-color: rgb(218,152,8); }
td.TdClassName
{
border-color: #DA9808;
}
.TagClassName
{
border-color: #DA9808;
}
</style>