Shades of Gamboge #D29600
Tints of Gamboge #D29600
RGB
CMYK
RGB Variations
Color information
#D29600 (or 0xD29600) is known color: Gamboge. HEX triplet: D2, 96 and 00. RGB value is (210,150,0). Sum of RGB (Red+Green+Blue) = 210+150+0=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D29600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29600 is #2D69FF. Grayscale: #979797. Windows color (decimal): -2976256 or 38610. OLE color: 38610.
HSL color Cylindrical-coordinate representation of color #D29600: hue angle of 42.86º 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 #D29600 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.18 |
| HSL | 42.86º | 1% | 0.41% | - |
| HSV(B) | 42.86º | 1% | 0.82% | - |
| XYZ | 37.48 | 35.51 | 4.88 | - |
| YUV | 150.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 0 | 0 | 0.29 | 1 | 0.18 | 42.86 | 1 | 0.41 |
| Hex | D2 | 96 | 0 | 0 | 1D | 64 | 12 | 2B | 64 | 29 |
| Octal | 322 | 226 | 0 | 0 | 35 | 144 | 22 | 53 | 144 | 51 |
| Binary | 11010010 | 10010110 | 0 | 0 | 11101 | 1100100 | 10010 | 101011 | 1100100 | 101001 |
Color Harmonies of #D29600
Complementary color
Monochromatic Colors of #D29600
Black with #D29600
Text Example
Text Example
White with #D29600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29600; }
p { color: rgb(210,150,0); }
H1.HeaderClassName
{
color: #D29600;
}
.AnyTagClassName
{
color: #D29600;
}
</style>
background-color css
<style>
a { background-color: #D29600; }
a { background-color: rgb(210,150,0); }
div.DivClassName
{
background-color: #D29600;
}
.BgClassName
{
background-color: #D29600;
}
</style>
border-color css
<style>
span { border-color: #D29600; }
span { border-color: rgb(210,150,0); }
td.TdClassName
{
border-color: #D29600;
}
.TagClassName
{
border-color: #D29600;
}
</style>