Shades of Gamboge #DA9603
Tints of Gamboge #DA9603
RGB
CMYK
RGB Variations
Color information
#DA9603 (or 0xDA9603) is known color: Gamboge. HEX triplet: DA, 96 and 03. RGB value is (218,150,3). Sum of RGB (Red+Green+Blue) = 218+150+3=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9603 is #2569FC. Grayscale: #9A9A9A. Windows color (decimal): -2451965 or 235226. OLE color: 235226.
HSL color Cylindrical-coordinate representation of color #DA9603: hue angle of 41.02º 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 #DA9603 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.02º | 0.97% | 0.43% | - |
| HSV(B) | 41.02º | 0.99% | 0.85% | - |
| XYZ | 39.84 | 36.72 | 5.08 | - |
| YUV | 153.57 | 43.03 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 3 | 0 | 0.31 | 0.99 | 0.15 | 41.02 | 0.97 | 0.43 |
| Hex | DA | 96 | 3 | 0 | 1F | 63 | F | 29 | 61 | 2B |
| Octal | 332 | 226 | 3 | 0 | 37 | 143 | 17 | 51 | 141 | 53 |
| Binary | 11011010 | 10010110 | 11 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100001 | 101011 |
Color Harmonies of #DA9603
Complementary color
Monochromatic Colors of #DA9603
Black with #DA9603
Text Example
Text Example
White with #DA9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9603; }
p { color: rgb(218,150,3); }
H1.HeaderClassName
{
color: #DA9603;
}
.AnyTagClassName
{
color: #DA9603;
}
</style>
background-color css
<style>
a { background-color: #DA9603; }
a { background-color: rgb(218,150,3); }
div.DivClassName
{
background-color: #DA9603;
}
.BgClassName
{
background-color: #DA9603;
}
</style>
border-color css
<style>
span { border-color: #DA9603; }
span { border-color: rgb(218,150,3); }
td.TdClassName
{
border-color: #DA9603;
}
.TagClassName
{
border-color: #DA9603;
}
</style>