Shades of Gamboge #D19203
Tints of Gamboge #D19203
RGB
CMYK
RGB Variations
Color information
#D19203 (or 0xD19203) is known color: Gamboge. HEX triplet: D1, 92 and 03. RGB value is (209,146,3). Sum of RGB (Red+Green+Blue) = 209+146+3=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D19203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19203 is #2E6DFC. Grayscale: #959595. Windows color (decimal): -3042813 or 234193. OLE color: 234193.
HSL color Cylindrical-coordinate representation of color #D19203: hue angle of 41.65º 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 #D19203 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.18 |
| HSL | 41.65º | 0.97% | 0.42% | - |
| HSV(B) | 41.65º | 0.99% | 0.82% | - |
| XYZ | 36.59 | 34.12 | 4.74 | - |
| YUV | 148.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 3 | 0 | 0.30 | 0.99 | 0.18 | 41.65 | 0.97 | 0.42 |
| Hex | D1 | 92 | 3 | 0 | 1E | 63 | 12 | 2A | 61 | 2A |
| Octal | 321 | 222 | 3 | 0 | 36 | 143 | 22 | 52 | 141 | 52 |
| Binary | 11010001 | 10010010 | 11 | 0 | 11110 | 1100011 | 10010 | 101010 | 1100001 | 101010 |
Color Harmonies of #D19203
Complementary color
Monochromatic Colors of #D19203
Black with #D19203
Text Example
Text Example
White with #D19203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19203; }
p { color: rgb(209,146,3); }
H1.HeaderClassName
{
color: #D19203;
}
.AnyTagClassName
{
color: #D19203;
}
</style>
background-color css
<style>
a { background-color: #D19203; }
a { background-color: rgb(209,146,3); }
div.DivClassName
{
background-color: #D19203;
}
.BgClassName
{
background-color: #D19203;
}
</style>
border-color css
<style>
span { border-color: #D19203; }
span { border-color: rgb(209,146,3); }
td.TdClassName
{
border-color: #D19203;
}
.TagClassName
{
border-color: #D19203;
}
</style>