Shades of Gamboge #D29614
Tints of Gamboge #D29614
RGB
CMYK
RGB Variations
Color information
#D29614 (or 0xD29614) is known color: Gamboge. HEX triplet: D2, 96 and 14. RGB value is (210,150,20). Sum of RGB (Red+Green+Blue) = 210+150+20=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D29614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29614 is #2D69EB. Grayscale: #999999. Windows color (decimal): -2976236 or 1349330. OLE color: 1349330.
HSL color Cylindrical-coordinate representation of color #D29614: hue angle of 41.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29614 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 20 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.18 |
| HSL | 41.05º | 0.83% | 0.45% | - |
| HSV(B) | 41.05º | 0.9% | 0.82% | - |
| XYZ | 37.61 | 35.56 | 5.54 | - |
| YUV | 153.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 20 | 0 | 0.29 | 0.90 | 0.18 | 41.05 | 0.83 | 0.45 |
| Hex | D2 | 96 | 14 | 0 | 1D | 5A | 12 | 29 | 53 | 2D |
| Octal | 322 | 226 | 24 | 0 | 35 | 132 | 22 | 51 | 123 | 55 |
| Binary | 11010010 | 10010110 | 10100 | 0 | 11101 | 1011010 | 10010 | 101001 | 1010011 | 101101 |
Color Harmonies of #D29614
Complementary color
Monochromatic Colors of #D29614
Black with #D29614
Text Example
Text Example
White with #D29614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29614; }
p { color: rgb(210,150,20); }
H1.HeaderClassName
{
color: #D29614;
}
.AnyTagClassName
{
color: #D29614;
}
</style>
background-color css
<style>
a { background-color: #D29614; }
a { background-color: rgb(210,150,20); }
div.DivClassName
{
background-color: #D29614;
}
.BgClassName
{
background-color: #D29614;
}
</style>
border-color css
<style>
span { border-color: #D29614; }
span { border-color: rgb(210,150,20); }
td.TdClassName
{
border-color: #D29614;
}
.TagClassName
{
border-color: #D29614;
}
</style>