Shades of Gamboge #DA9802
Tints of Gamboge #DA9802
RGB
CMYK
RGB Variations
Color information
#DA9802 (or 0xDA9802) is known color: Gamboge. HEX triplet: DA, 98 and 02. RGB value is (218,152,2). Sum of RGB (Red+Green+Blue) = 218+152+2=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9802 is #2567FD. Grayscale: #9B9B9B. Windows color (decimal): -2451454 or 170202. OLE color: 170202.
HSL color Cylindrical-coordinate representation of color #DA9802: hue angle of 41.67º degrees, saturation: 0.98, 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 #DA9802 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.15 |
| HSL | 41.67º | 0.98% | 0.43% | - |
| HSV(B) | 41.67º | 0.99% | 0.85% | - |
| XYZ | 40.15 | 37.37 | 5.15 | - |
| YUV | 154.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 2 | 0 | 0.30 | 0.99 | 0.15 | 41.67 | 0.98 | 0.43 |
| Hex | DA | 98 | 2 | 0 | 1E | 63 | F | 2A | 62 | 2B |
| Octal | 332 | 230 | 2 | 0 | 36 | 143 | 17 | 52 | 142 | 53 |
| Binary | 11011010 | 10011000 | 10 | 0 | 11110 | 1100011 | 1111 | 101010 | 1100010 | 101011 |
Color Harmonies of #DA9802
Complementary color
Monochromatic Colors of #DA9802
Black with #DA9802
Text Example
Text Example
White with #DA9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9802; }
p { color: rgb(218,152,2); }
H1.HeaderClassName
{
color: #DA9802;
}
.AnyTagClassName
{
color: #DA9802;
}
</style>
background-color css
<style>
a { background-color: #DA9802; }
a { background-color: rgb(218,152,2); }
div.DivClassName
{
background-color: #DA9802;
}
.BgClassName
{
background-color: #DA9802;
}
</style>
border-color css
<style>
span { border-color: #DA9802; }
span { border-color: rgb(218,152,2); }
td.TdClassName
{
border-color: #DA9802;
}
.TagClassName
{
border-color: #DA9802;
}
</style>