Shades of Gamboge #D29C0C
Tints of Gamboge #D29C0C
RGB
CMYK
RGB Variations
Color information
#D29C0C (or 0xD29C0C) is known color: Gamboge. HEX triplet: D2, 9C and 0C. RGB value is (210,156,12). Sum of RGB (Red+Green+Blue) = 210+156+12=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29C0C is #2D63F3. Grayscale: #9C9C9C. Windows color (decimal): -2974708 or 826578. OLE color: 826578.
HSL color Cylindrical-coordinate representation of color #D29C0C: hue angle of 43.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D29C0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.18 |
| HSL | 43.64º | 0.89% | 0.44% | - |
| HSV(B) | 43.64º | 0.94% | 0.82% | - |
| XYZ | 38.53 | 37.51 | 5.56 | - |
| YUV | 155.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 12 | 0 | 0.26 | 0.94 | 0.18 | 43.64 | 0.89 | 0.44 |
| Hex | D2 | 9C | C | 0 | 1A | 5E | 12 | 2C | 59 | 2C |
| Octal | 322 | 234 | 14 | 0 | 32 | 136 | 22 | 54 | 131 | 54 |
| Binary | 11010010 | 10011100 | 1100 | 0 | 11010 | 1011110 | 10010 | 101100 | 1011001 | 101100 |
Color Harmonies of #D29C0C
Complementary color
Monochromatic Colors of #D29C0C
Black with #D29C0C
Text Example
Text Example
White with #D29C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C0C; }
p { color: rgb(210,156,12); }
H1.HeaderClassName
{
color: #D29C0C;
}
.AnyTagClassName
{
color: #D29C0C;
}
</style>
background-color css
<style>
a { background-color: #D29C0C; }
a { background-color: rgb(210,156,12); }
div.DivClassName
{
background-color: #D29C0C;
}
.BgClassName
{
background-color: #D29C0C;
}
</style>
border-color css
<style>
span { border-color: #D29C0C; }
span { border-color: rgb(210,156,12); }
td.TdClassName
{
border-color: #D29C0C;
}
.TagClassName
{
border-color: #D29C0C;
}
</style>