Shades of Gamboge #DA9502
Tints of Gamboge #DA9502
RGB
CMYK
RGB Variations
Color information
#DA9502 (or 0xDA9502) is known color: Gamboge. HEX triplet: DA, 95 and 02. RGB value is (218,149,2). Sum of RGB (Red+Green+Blue) = 218+149+2=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9502 is #256AFD. Grayscale: #999999. Windows color (decimal): -2452222 or 169434. OLE color: 169434.
HSL color Cylindrical-coordinate representation of color #DA9502: hue angle of 40.83º 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 #DA9502 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.15 |
| HSL | 40.83º | 0.98% | 0.43% | - |
| HSV(B) | 40.83º | 0.99% | 0.85% | - |
| XYZ | 39.67 | 36.4 | 4.99 | - |
| YUV | 152.87 | 42.86 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 2 | 0 | 0.32 | 0.99 | 0.15 | 40.83 | 0.98 | 0.43 |
| Hex | DA | 95 | 2 | 0 | 20 | 63 | F | 29 | 62 | 2B |
| Octal | 332 | 225 | 2 | 0 | 40 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011010 | 10010101 | 10 | 0 | 100000 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #DA9502
Complementary color
Monochromatic Colors of #DA9502
Black with #DA9502
Text Example
Text Example
White with #DA9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9502; }
p { color: rgb(218,149,2); }
H1.HeaderClassName
{
color: #DA9502;
}
.AnyTagClassName
{
color: #DA9502;
}
</style>
background-color css
<style>
a { background-color: #DA9502; }
a { background-color: rgb(218,149,2); }
div.DivClassName
{
background-color: #DA9502;
}
.BgClassName
{
background-color: #DA9502;
}
</style>
border-color css
<style>
span { border-color: #DA9502; }
span { border-color: rgb(218,149,2); }
td.TdClassName
{
border-color: #DA9502;
}
.TagClassName
{
border-color: #DA9502;
}
</style>