Shades of Gamboge #D29708
Tints of Gamboge #D29708
RGB
CMYK
RGB Variations
Color information
#D29708 (or 0xD29708) is known color: Gamboge. HEX triplet: D2, 97 and 08. RGB value is (210,151,8). Sum of RGB (Red+Green+Blue) = 210+151+8=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D29708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29708 is #2D68F7. Grayscale: #989898. Windows color (decimal): -2975992 or 563154. OLE color: 563154.
HSL color Cylindrical-coordinate representation of color #D29708: hue angle of 42.48º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D29708 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.18 |
| HSL | 42.48º | 0.93% | 0.43% | - |
| HSV(B) | 42.48º | 0.96% | 0.82% | - |
| XYZ | 37.69 | 35.85 | 5.16 | - |
| YUV | 152.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 8 | 0 | 0.28 | 0.96 | 0.18 | 42.48 | 0.93 | 0.43 |
| Hex | D2 | 97 | 8 | 0 | 1C | 60 | 12 | 2A | 5D | 2B |
| Octal | 322 | 227 | 10 | 0 | 34 | 140 | 22 | 52 | 135 | 53 |
| Binary | 11010010 | 10010111 | 1000 | 0 | 11100 | 1100000 | 10010 | 101010 | 1011101 | 101011 |
Color Harmonies of #D29708
Complementary color
Monochromatic Colors of #D29708
Black with #D29708
Text Example
Text Example
White with #D29708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29708; }
p { color: rgb(210,151,8); }
H1.HeaderClassName
{
color: #D29708;
}
.AnyTagClassName
{
color: #D29708;
}
</style>
background-color css
<style>
a { background-color: #D29708; }
a { background-color: rgb(210,151,8); }
div.DivClassName
{
background-color: #D29708;
}
.BgClassName
{
background-color: #D29708;
}
</style>
border-color css
<style>
span { border-color: #D29708; }
span { border-color: rgb(210,151,8); }
td.TdClassName
{
border-color: #D29708;
}
.TagClassName
{
border-color: #D29708;
}
</style>