Shades of Gamboge #DA9303
Tints of Gamboge #DA9303
RGB
CMYK
RGB Variations
Color information
#DA9303 (or 0xDA9303) is known color: Gamboge. HEX triplet: DA, 93 and 03. RGB value is (218,147,3). Sum of RGB (Red+Green+Blue) = 218+147+3=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9303 is #256CFC. Grayscale: #989898. Windows color (decimal): -2452733 or 234458. OLE color: 234458.
HSL color Cylindrical-coordinate representation of color #DA9303: hue angle of 40.19º 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 #DA9303 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.15 |
| HSL | 40.19º | 0.97% | 0.43% | - |
| HSV(B) | 40.19º | 0.99% | 0.85% | - |
| XYZ | 39.36 | 35.78 | 4.92 | - |
| YUV | 151.81 | 44.02 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 3 | 0 | 0.33 | 0.99 | 0.15 | 40.19 | 0.97 | 0.43 |
| Hex | DA | 93 | 3 | 0 | 21 | 63 | F | 28 | 61 | 2B |
| Octal | 332 | 223 | 3 | 0 | 41 | 143 | 17 | 50 | 141 | 53 |
| Binary | 11011010 | 10010011 | 11 | 0 | 100001 | 1100011 | 1111 | 101000 | 1100001 | 101011 |
Color Harmonies of #DA9303
Complementary color
Monochromatic Colors of #DA9303
Black with #DA9303
Text Example
Text Example
White with #DA9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9303; }
p { color: rgb(218,147,3); }
H1.HeaderClassName
{
color: #DA9303;
}
.AnyTagClassName
{
color: #DA9303;
}
</style>
background-color css
<style>
a { background-color: #DA9303; }
a { background-color: rgb(218,147,3); }
div.DivClassName
{
background-color: #DA9303;
}
.BgClassName
{
background-color: #DA9303;
}
</style>
border-color css
<style>
span { border-color: #DA9303; }
span { border-color: rgb(218,147,3); }
td.TdClassName
{
border-color: #DA9303;
}
.TagClassName
{
border-color: #DA9303;
}
</style>