Shades of Gamboge #D29607
Tints of Gamboge #D29607
RGB
CMYK
RGB Variations
Color information
#D29607 (or 0xD29607) is known color: Gamboge. HEX triplet: D2, 96 and 07. RGB value is (210,150,7). Sum of RGB (Red+Green+Blue) = 210+150+7=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D29607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29607 is #2D69F8. Grayscale: #989898. Windows color (decimal): -2976249 or 497362. OLE color: 497362.
HSL color Cylindrical-coordinate representation of color #D29607: hue angle of 42.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D29607 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.18 |
| HSL | 42.27º | 0.94% | 0.43% | - |
| HSV(B) | 42.27º | 0.97% | 0.82% | - |
| XYZ | 37.52 | 35.53 | 5.08 | - |
| YUV | 151.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 7 | 0 | 0.29 | 0.97 | 0.18 | 42.27 | 0.94 | 0.43 |
| Hex | D2 | 96 | 7 | 0 | 1D | 61 | 12 | 2A | 5E | 2B |
| Octal | 322 | 226 | 7 | 0 | 35 | 141 | 22 | 52 | 136 | 53 |
| Binary | 11010010 | 10010110 | 111 | 0 | 11101 | 1100001 | 10010 | 101010 | 1011110 | 101011 |
Color Harmonies of #D29607
Complementary color
Monochromatic Colors of #D29607
Black with #D29607
Text Example
Text Example
White with #D29607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29607; }
p { color: rgb(210,150,7); }
H1.HeaderClassName
{
color: #D29607;
}
.AnyTagClassName
{
color: #D29607;
}
</style>
background-color css
<style>
a { background-color: #D29607; }
a { background-color: rgb(210,150,7); }
div.DivClassName
{
background-color: #D29607;
}
.BgClassName
{
background-color: #D29607;
}
</style>
border-color css
<style>
span { border-color: #D29607; }
span { border-color: rgb(210,150,7); }
td.TdClassName
{
border-color: #D29607;
}
.TagClassName
{
border-color: #D29607;
}
</style>