Shades of Gamboge #D19201
Tints of Gamboge #D19201
RGB
CMYK
RGB Variations
Color information
#D19201 (or 0xD19201) is known color: Gamboge. HEX triplet: D1, 92 and 01. RGB value is (209,146,1). Sum of RGB (Red+Green+Blue) = 209+146+1=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D19201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19201 is #2E6DFE. Grayscale: #949494. Windows color (decimal): -3042815 or 103121. OLE color: 103121.
HSL color Cylindrical-coordinate representation of color #D19201: hue angle of 41.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D19201 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.18 |
| HSL | 41.83º | 0.99% | 0.41% | - |
| HSV(B) | 41.83º | 1% | 0.82% | - |
| XYZ | 36.58 | 34.12 | 4.69 | - |
| YUV | 148.31 | 44.87 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 1 | 0 | 0.30 | 1.00 | 0.18 | 41.83 | 0.99 | 0.41 |
| Hex | D1 | 92 | 1 | 0 | 1E | 64 | 12 | 2A | 63 | 29 |
| Octal | 321 | 222 | 1 | 0 | 36 | 144 | 22 | 52 | 143 | 51 |
| Binary | 11010001 | 10010010 | 1 | 0 | 11110 | 1100100 | 10010 | 101010 | 1100011 | 101001 |
Color Harmonies of #D19201
Complementary color
Monochromatic Colors of #D19201
Black with #D19201
Text Example
Text Example
White with #D19201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19201; }
p { color: rgb(209,146,1); }
H1.HeaderClassName
{
color: #D19201;
}
.AnyTagClassName
{
color: #D19201;
}
</style>
background-color css
<style>
a { background-color: #D19201; }
a { background-color: rgb(209,146,1); }
div.DivClassName
{
background-color: #D19201;
}
.BgClassName
{
background-color: #D19201;
}
</style>
border-color css
<style>
span { border-color: #D19201; }
span { border-color: rgb(209,146,1); }
td.TdClassName
{
border-color: #D19201;
}
.TagClassName
{
border-color: #D19201;
}
</style>