Shades of Gamboge #D29410
Tints of Gamboge #D29410
RGB
CMYK
RGB Variations
Color information
#D29410 (or 0xD29410) is known color: Gamboge. HEX triplet: D2, 94 and 10. RGB value is (210,148,16). Sum of RGB (Red+Green+Blue) = 210+148+16=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D29410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29410 is #2D6BEF. Grayscale: #989898. Windows color (decimal): -2976752 or 1086674. OLE color: 1086674.
HSL color Cylindrical-coordinate representation of color #D29410: hue angle of 40.82º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D29410 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.18 |
| HSL | 40.82º | 0.86% | 0.44% | - |
| HSV(B) | 40.82º | 0.92% | 0.82% | - |
| XYZ | 37.26 | 34.92 | 5.27 | - |
| YUV | 151.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 16 | 0 | 0.30 | 0.92 | 0.18 | 40.82 | 0.86 | 0.44 |
| Hex | D2 | 94 | 10 | 0 | 1E | 5C | 12 | 29 | 56 | 2C |
| Octal | 322 | 224 | 20 | 0 | 36 | 134 | 22 | 51 | 126 | 54 |
| Binary | 11010010 | 10010100 | 10000 | 0 | 11110 | 1011100 | 10010 | 101001 | 1010110 | 101100 |
Color Harmonies of #D29410
Complementary color
Monochromatic Colors of #D29410
Black with #D29410
Text Example
Text Example
White with #D29410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29410; }
p { color: rgb(210,148,16); }
H1.HeaderClassName
{
color: #D29410;
}
.AnyTagClassName
{
color: #D29410;
}
</style>
background-color css
<style>
a { background-color: #D29410; }
a { background-color: rgb(210,148,16); }
div.DivClassName
{
background-color: #D29410;
}
.BgClassName
{
background-color: #D29410;
}
</style>
border-color css
<style>
span { border-color: #D29410; }
span { border-color: rgb(210,148,16); }
td.TdClassName
{
border-color: #D29410;
}
.TagClassName
{
border-color: #D29410;
}
</style>