Shades of Gamboge #D29807
Tints of Gamboge #D29807
RGB
CMYK
RGB Variations
Color information
#D29807 (or 0xD29807) is known color: Gamboge. HEX triplet: D2, 98 and 07. RGB value is (210,152,7). Sum of RGB (Red+Green+Blue) = 210+152+7=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D29807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29807 is #2D67F8. Grayscale: #999999. Windows color (decimal): -2975737 or 497874. OLE color: 497874.
HSL color Cylindrical-coordinate representation of color #D29807: hue angle of 42.86º 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 #D29807 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.18 |
| HSL | 42.86º | 0.94% | 0.43% | - |
| HSV(B) | 42.86º | 0.97% | 0.82% | - |
| XYZ | 37.84 | 36.17 | 5.19 | - |
| YUV | 152.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 7 | 0 | 0.28 | 0.97 | 0.18 | 42.86 | 0.94 | 0.43 |
| Hex | D2 | 98 | 7 | 0 | 1C | 61 | 12 | 2B | 5E | 2B |
| Octal | 322 | 230 | 7 | 0 | 34 | 141 | 22 | 53 | 136 | 53 |
| Binary | 11010010 | 10011000 | 111 | 0 | 11100 | 1100001 | 10010 | 101011 | 1011110 | 101011 |
Color Harmonies of #D29807
Complementary color
Monochromatic Colors of #D29807
Black with #D29807
Text Example
Text Example
White with #D29807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29807; }
p { color: rgb(210,152,7); }
H1.HeaderClassName
{
color: #D29807;
}
.AnyTagClassName
{
color: #D29807;
}
</style>
background-color css
<style>
a { background-color: #D29807; }
a { background-color: rgb(210,152,7); }
div.DivClassName
{
background-color: #D29807;
}
.BgClassName
{
background-color: #D29807;
}
</style>
border-color css
<style>
span { border-color: #D29807; }
span { border-color: rgb(210,152,7); }
td.TdClassName
{
border-color: #D29807;
}
.TagClassName
{
border-color: #D29807;
}
</style>