Shades of Gamboge #D29414
Tints of Gamboge #D29414
RGB
CMYK
RGB Variations
Color information
#D29414 (or 0xD29414) is known color: Gamboge. HEX triplet: D2, 94 and 14. RGB value is (210,148,20). Sum of RGB (Red+Green+Blue) = 210+148+20=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D29414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29414 is #2D6BEB. Grayscale: #989898. Windows color (decimal): -2976748 or 1348818. OLE color: 1348818.
HSL color Cylindrical-coordinate representation of color #D29414: hue angle of 40.42º 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 #D29414 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 20 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.18 |
| HSL | 40.42º | 0.83% | 0.45% | - |
| HSV(B) | 40.42º | 0.9% | 0.82% | - |
| XYZ | 37.29 | 34.93 | 5.44 | - |
| YUV | 151.95 | 53.54 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 20 | 0 | 0.30 | 0.90 | 0.18 | 40.42 | 0.83 | 0.45 |
| Hex | D2 | 94 | 14 | 0 | 1E | 5A | 12 | 28 | 53 | 2D |
| Octal | 322 | 224 | 24 | 0 | 36 | 132 | 22 | 50 | 123 | 55 |
| Binary | 11010010 | 10010100 | 10100 | 0 | 11110 | 1011010 | 10010 | 101000 | 1010011 | 101101 |
Color Harmonies of #D29414
Complementary color
Monochromatic Colors of #D29414
Black with #D29414
Text Example
Text Example
White with #D29414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29414; }
p { color: rgb(210,148,20); }
H1.HeaderClassName
{
color: #D29414;
}
.AnyTagClassName
{
color: #D29414;
}
</style>
background-color css
<style>
a { background-color: #D29414; }
a { background-color: rgb(210,148,20); }
div.DivClassName
{
background-color: #D29414;
}
.BgClassName
{
background-color: #D29414;
}
</style>
border-color css
<style>
span { border-color: #D29414; }
span { border-color: rgb(210,148,20); }
td.TdClassName
{
border-color: #D29414;
}
.TagClassName
{
border-color: #D29414;
}
</style>