Shades of Gamboge #DA9103
Tints of Gamboge #DA9103
RGB
CMYK
RGB Variations
Color information
#DA9103 (or 0xDA9103) is known color: Gamboge. HEX triplet: DA, 91 and 03. RGB value is (218,145,3). Sum of RGB (Red+Green+Blue) = 218+145+3=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9103 is #256EFC. Grayscale: #979797. Windows color (decimal): -2453245 or 233946. OLE color: 233946.
HSL color Cylindrical-coordinate representation of color #DA9103: hue angle of 39.63º 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 #DA9103 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.15 |
| HSL | 39.63º | 0.97% | 0.43% | - |
| HSV(B) | 39.63º | 0.99% | 0.85% | - |
| XYZ | 39.06 | 35.16 | 4.81 | - |
| YUV | 150.64 | 44.68 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 3 | 0 | 0.33 | 0.99 | 0.15 | 39.63 | 0.97 | 0.43 |
| Hex | DA | 91 | 3 | 0 | 21 | 63 | F | 28 | 61 | 2B |
| Octal | 332 | 221 | 3 | 0 | 41 | 143 | 17 | 50 | 141 | 53 |
| Binary | 11011010 | 10010001 | 11 | 0 | 100001 | 1100011 | 1111 | 101000 | 1100001 | 101011 |
Color Harmonies of #DA9103
Complementary color
Monochromatic Colors of #DA9103
Black with #DA9103
Text Example
Text Example
White with #DA9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9103; }
p { color: rgb(218,145,3); }
H1.HeaderClassName
{
color: #DA9103;
}
.AnyTagClassName
{
color: #DA9103;
}
</style>
background-color css
<style>
a { background-color: #DA9103; }
a { background-color: rgb(218,145,3); }
div.DivClassName
{
background-color: #DA9103;
}
.BgClassName
{
background-color: #DA9103;
}
</style>
border-color css
<style>
span { border-color: #DA9103; }
span { border-color: rgb(218,145,3); }
td.TdClassName
{
border-color: #DA9103;
}
.TagClassName
{
border-color: #DA9103;
}
</style>