Shades of Gamboge #D19107
Tints of Gamboge #D19107
RGB
CMYK
RGB Variations
Color information
#D19107 (or 0xD19107) is known color: Gamboge. HEX triplet: D1, 91 and 07. RGB value is (209,145,7). Sum of RGB (Red+Green+Blue) = 209+145+7=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D19107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19107 is #2E6EF8. Grayscale: #959595. Windows color (decimal): -3043065 or 496081. OLE color: 496081.
HSL color Cylindrical-coordinate representation of color #D19107: hue angle of 40.99º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D19107 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.18 |
| HSL | 40.99º | 0.94% | 0.42% | - |
| HSV(B) | 40.99º | 0.97% | 0.82% | - |
| XYZ | 36.46 | 33.82 | 4.81 | - |
| YUV | 148.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 7 | 0 | 0.31 | 0.97 | 0.18 | 40.99 | 0.94 | 0.42 |
| Hex | D1 | 91 | 7 | 0 | 1F | 61 | 12 | 29 | 5E | 2A |
| Octal | 321 | 221 | 7 | 0 | 37 | 141 | 22 | 51 | 136 | 52 |
| Binary | 11010001 | 10010001 | 111 | 0 | 11111 | 1100001 | 10010 | 101001 | 1011110 | 101010 |
Color Harmonies of #D19107
Complementary color
Monochromatic Colors of #D19107
Black with #D19107
Text Example
Text Example
White with #D19107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19107; }
p { color: rgb(209,145,7); }
H1.HeaderClassName
{
color: #D19107;
}
.AnyTagClassName
{
color: #D19107;
}
</style>
background-color css
<style>
a { background-color: #D19107; }
a { background-color: rgb(209,145,7); }
div.DivClassName
{
background-color: #D19107;
}
.BgClassName
{
background-color: #D19107;
}
</style>
border-color css
<style>
span { border-color: #D19107; }
span { border-color: rgb(209,145,7); }
td.TdClassName
{
border-color: #D19107;
}
.TagClassName
{
border-color: #D19107;
}
</style>