Shades of Gamboge #DA9503
Tints of Gamboge #DA9503
RGB
CMYK
RGB Variations
Color information
#DA9503 (or 0xDA9503) is known color: Gamboge. HEX triplet: DA, 95 and 03. RGB value is (218,149,3). Sum of RGB (Red+Green+Blue) = 218+149+3=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9503 is #256AFC. Grayscale: #999999. Windows color (decimal): -2452221 or 234970. OLE color: 234970.
HSL color Cylindrical-coordinate representation of color #DA9503: hue angle of 40.74º degrees, saturation: 0.97, 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 #DA9503 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.15 |
| HSL | 40.74º | 0.97% | 0.43% | - |
| HSV(B) | 40.74º | 0.99% | 0.85% | - |
| XYZ | 39.68 | 36.41 | 5.02 | - |
| YUV | 152.99 | 43.36 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 3 | 0 | 0.32 | 0.99 | 0.15 | 40.74 | 0.97 | 0.43 |
| Hex | DA | 95 | 3 | 0 | 20 | 63 | F | 29 | 61 | 2B |
| Octal | 332 | 225 | 3 | 0 | 40 | 143 | 17 | 51 | 141 | 53 |
| Binary | 11011010 | 10010101 | 11 | 0 | 100000 | 1100011 | 1111 | 101001 | 1100001 | 101011 |
Color Harmonies of #DA9503
Complementary color
Monochromatic Colors of #DA9503
Black with #DA9503
Text Example
Text Example
White with #DA9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9503; }
p { color: rgb(218,149,3); }
H1.HeaderClassName
{
color: #DA9503;
}
.AnyTagClassName
{
color: #DA9503;
}
</style>
background-color css
<style>
a { background-color: #DA9503; }
a { background-color: rgb(218,149,3); }
div.DivClassName
{
background-color: #DA9503;
}
.BgClassName
{
background-color: #DA9503;
}
</style>
border-color css
<style>
span { border-color: #DA9503; }
span { border-color: rgb(218,149,3); }
td.TdClassName
{
border-color: #DA9503;
}
.TagClassName
{
border-color: #DA9503;
}
</style>