Shades of Gamboge #D19103
Tints of Gamboge #D19103
RGB
CMYK
RGB Variations
Color information
#D19103 (or 0xD19103) is known color: Gamboge. HEX triplet: D1, 91 and 03. RGB value is (209,145,3). Sum of RGB (Red+Green+Blue) = 209+145+3=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D19103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19103 is #2E6EFC. Grayscale: #949494. Windows color (decimal): -3043069 or 233937. OLE color: 233937.
HSL color Cylindrical-coordinate representation of color #D19103: hue angle of 41.36º 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 #D19103 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.18 |
| HSL | 41.36º | 0.97% | 0.42% | - |
| HSV(B) | 41.36º | 0.99% | 0.82% | - |
| XYZ | 36.44 | 33.81 | 4.69 | - |
| YUV | 147.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 3 | 0 | 0.31 | 0.99 | 0.18 | 41.36 | 0.97 | 0.42 |
| Hex | D1 | 91 | 3 | 0 | 1F | 63 | 12 | 29 | 61 | 2A |
| Octal | 321 | 221 | 3 | 0 | 37 | 143 | 22 | 51 | 141 | 52 |
| Binary | 11010001 | 10010001 | 11 | 0 | 11111 | 1100011 | 10010 | 101001 | 1100001 | 101010 |
Color Harmonies of #D19103
Complementary color
Monochromatic Colors of #D19103
Black with #D19103
Text Example
Text Example
White with #D19103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19103; }
p { color: rgb(209,145,3); }
H1.HeaderClassName
{
color: #D19103;
}
.AnyTagClassName
{
color: #D19103;
}
</style>
background-color css
<style>
a { background-color: #D19103; }
a { background-color: rgb(209,145,3); }
div.DivClassName
{
background-color: #D19103;
}
.BgClassName
{
background-color: #D19103;
}
</style>
border-color css
<style>
span { border-color: #D19103; }
span { border-color: rgb(209,145,3); }
td.TdClassName
{
border-color: #D19103;
}
.TagClassName
{
border-color: #D19103;
}
</style>