Shades of Gamboge #DA9903
Tints of Gamboge #DA9903
RGB
CMYK
RGB Variations
Color information
#DA9903 (or 0xDA9903) is known color: Gamboge. HEX triplet: DA, 99 and 03. RGB value is (218,153,3). Sum of RGB (Red+Green+Blue) = 218+153+3=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9903 is #2566FC. Grayscale: #9C9C9C. Windows color (decimal): -2451197 or 235994. OLE color: 235994.
HSL color Cylindrical-coordinate representation of color #DA9903: hue angle of 41.86º 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 #DA9903 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.15 |
| HSL | 41.86º | 0.97% | 0.43% | - |
| HSV(B) | 41.86º | 0.99% | 0.85% | - |
| XYZ | 40.32 | 37.69 | 5.24 | - |
| YUV | 155.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 3 | 0 | 0.30 | 0.99 | 0.15 | 41.86 | 0.97 | 0.43 |
| Hex | DA | 99 | 3 | 0 | 1E | 63 | F | 2A | 61 | 2B |
| Octal | 332 | 231 | 3 | 0 | 36 | 143 | 17 | 52 | 141 | 53 |
| Binary | 11011010 | 10011001 | 11 | 0 | 11110 | 1100011 | 1111 | 101010 | 1100001 | 101011 |
Color Harmonies of #DA9903
Complementary color
Monochromatic Colors of #DA9903
Black with #DA9903
Text Example
Text Example
White with #DA9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9903; }
p { color: rgb(218,153,3); }
H1.HeaderClassName
{
color: #DA9903;
}
.AnyTagClassName
{
color: #DA9903;
}
</style>
background-color css
<style>
a { background-color: #DA9903; }
a { background-color: rgb(218,153,3); }
div.DivClassName
{
background-color: #DA9903;
}
.BgClassName
{
background-color: #DA9903;
}
</style>
border-color css
<style>
span { border-color: #DA9903; }
span { border-color: rgb(218,153,3); }
td.TdClassName
{
border-color: #DA9903;
}
.TagClassName
{
border-color: #DA9903;
}
</style>