Shades of Gamboge #D19700
Tints of Gamboge #D19700
RGB
CMYK
RGB Variations
Color information
#D19700 (or 0xD19700) is known color: Gamboge. HEX triplet: D1, 97 and 00. RGB value is (209,151,0). Sum of RGB (Red+Green+Blue) = 209+151+0=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D19700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19700 is #2E68FF. Grayscale: #979797. Windows color (decimal): -3041536 or 38865. OLE color: 38865.
HSL color Cylindrical-coordinate representation of color #D19700: hue angle of 43.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D19700 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.18 |
| HSL | 43.35º | 1% | 0.41% | - |
| HSV(B) | 43.35º | 1% | 0.82% | - |
| XYZ | 37.36 | 35.69 | 4.92 | - |
| YUV | 151.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 0 | 0 | 0.28 | 1 | 0.18 | 43.35 | 1 | 0.41 |
| Hex | D1 | 97 | 0 | 0 | 1C | 64 | 12 | 2B | 64 | 29 |
| Octal | 321 | 227 | 0 | 0 | 34 | 144 | 22 | 53 | 144 | 51 |
| Binary | 11010001 | 10010111 | 0 | 0 | 11100 | 1100100 | 10010 | 101011 | 1100100 | 101001 |
Color Harmonies of #D19700
Complementary color
Monochromatic Colors of #D19700
Black with #D19700
Text Example
Text Example
White with #D19700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19700; }
p { color: rgb(209,151,0); }
H1.HeaderClassName
{
color: #D19700;
}
.AnyTagClassName
{
color: #D19700;
}
</style>
background-color css
<style>
a { background-color: #D19700; }
a { background-color: rgb(209,151,0); }
div.DivClassName
{
background-color: #D19700;
}
.BgClassName
{
background-color: #D19700;
}
</style>
border-color css
<style>
span { border-color: #D19700; }
span { border-color: rgb(209,151,0); }
td.TdClassName
{
border-color: #D19700;
}
.TagClassName
{
border-color: #D19700;
}
</style>