Shades of Gamboge #D19903
Tints of Gamboge #D19903
RGB
CMYK
RGB Variations
Color information
#D19903 (or 0xD19903) is known color: Gamboge. HEX triplet: D1, 99 and 03. RGB value is (209,153,3). Sum of RGB (Red+Green+Blue) = 209+153+3=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D19903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19903 is #2E66FC. Grayscale: #999999. Windows color (decimal): -3041021 or 235985. OLE color: 235985.
HSL color Cylindrical-coordinate representation of color #D19903: hue angle of 43.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D19903 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.18 |
| HSL | 43.69º | 0.97% | 0.42% | - |
| HSV(B) | 43.69º | 0.99% | 0.82% | - |
| XYZ | 37.7 | 36.34 | 5.11 | - |
| YUV | 152.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 3 | 0 | 0.27 | 0.99 | 0.18 | 43.69 | 0.97 | 0.42 |
| Hex | D1 | 99 | 3 | 0 | 1B | 63 | 12 | 2C | 61 | 2A |
| Octal | 321 | 231 | 3 | 0 | 33 | 143 | 22 | 54 | 141 | 52 |
| Binary | 11010001 | 10011001 | 11 | 0 | 11011 | 1100011 | 10010 | 101100 | 1100001 | 101010 |
Color Harmonies of #D19903
Complementary color
Monochromatic Colors of #D19903
Black with #D19903
Text Example
Text Example
White with #D19903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19903; }
p { color: rgb(209,153,3); }
H1.HeaderClassName
{
color: #D19903;
}
.AnyTagClassName
{
color: #D19903;
}
</style>
background-color css
<style>
a { background-color: #D19903; }
a { background-color: rgb(209,153,3); }
div.DivClassName
{
background-color: #D19903;
}
.BgClassName
{
background-color: #D19903;
}
</style>
border-color css
<style>
span { border-color: #D19903; }
span { border-color: rgb(209,153,3); }
td.TdClassName
{
border-color: #D19903;
}
.TagClassName
{
border-color: #D19903;
}
</style>