Shades of Gamboge #D19105
Tints of Gamboge #D19105
RGB
CMYK
RGB Variations
Color information
#D19105 (or 0xD19105) is known color: Gamboge. HEX triplet: D1, 91 and 05. RGB value is (209,145,5). Sum of RGB (Red+Green+Blue) = 209+145+5=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D19105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19105 is #2E6EFA. Grayscale: #949494. Windows color (decimal): -3043067 or 365009. OLE color: 365009.
HSL color Cylindrical-coordinate representation of color #D19105: hue angle of 41.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D19105 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.18 |
| HSL | 41.18º | 0.95% | 0.42% | - |
| HSV(B) | 41.18º | 0.98% | 0.82% | - |
| XYZ | 36.45 | 33.82 | 4.75 | - |
| YUV | 148.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 5 | 0 | 0.31 | 0.98 | 0.18 | 41.18 | 0.95 | 0.42 |
| Hex | D1 | 91 | 5 | 0 | 1F | 62 | 12 | 29 | 5F | 2A |
| Octal | 321 | 221 | 5 | 0 | 37 | 142 | 22 | 51 | 137 | 52 |
| Binary | 11010001 | 10010001 | 101 | 0 | 11111 | 1100010 | 10010 | 101001 | 1011111 | 101010 |
Color Harmonies of #D19105
Complementary color
Monochromatic Colors of #D19105
Black with #D19105
Text Example
Text Example
White with #D19105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19105; }
p { color: rgb(209,145,5); }
H1.HeaderClassName
{
color: #D19105;
}
.AnyTagClassName
{
color: #D19105;
}
</style>
background-color css
<style>
a { background-color: #D19105; }
a { background-color: rgb(209,145,5); }
div.DivClassName
{
background-color: #D19105;
}
.BgClassName
{
background-color: #D19105;
}
</style>
border-color css
<style>
span { border-color: #D19105; }
span { border-color: rgb(209,145,5); }
td.TdClassName
{
border-color: #D19105;
}
.TagClassName
{
border-color: #D19105;
}
</style>