Shades of Gamboge #D29400
Tints of Gamboge #D29400
RGB
CMYK
RGB Variations
Color information
#D29400 (or 0xD29400) is known color: Gamboge. HEX triplet: D2, 94 and 00. RGB value is (210,148,0). Sum of RGB (Red+Green+Blue) = 210+148+0=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D29400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29400 is #2D6BFF. Grayscale: #969696. Windows color (decimal): -2976768 or 38098. OLE color: 38098.
HSL color Cylindrical-coordinate representation of color #D29400: hue angle of 42.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D29400 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.18 |
| HSL | 42.29º | 1% | 0.41% | - |
| HSV(B) | 42.29º | 1% | 0.82% | - |
| XYZ | 37.17 | 34.88 | 4.77 | - |
| YUV | 149.67 | 43.54 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 0 | 0 | 0.30 | 1 | 0.18 | 42.29 | 1 | 0.41 |
| Hex | D2 | 94 | 0 | 0 | 1E | 64 | 12 | 2A | 64 | 29 |
| Octal | 322 | 224 | 0 | 0 | 36 | 144 | 22 | 52 | 144 | 51 |
| Binary | 11010010 | 10010100 | 0 | 0 | 11110 | 1100100 | 10010 | 101010 | 1100100 | 101001 |
Color Harmonies of #D29400
Complementary color
Monochromatic Colors of #D29400
Black with #D29400
Text Example
Text Example
White with #D29400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29400; }
p { color: rgb(210,148,0); }
H1.HeaderClassName
{
color: #D29400;
}
.AnyTagClassName
{
color: #D29400;
}
</style>
background-color css
<style>
a { background-color: #D29400; }
a { background-color: rgb(210,148,0); }
div.DivClassName
{
background-color: #D29400;
}
.BgClassName
{
background-color: #D29400;
}
</style>
border-color css
<style>
span { border-color: #D29400; }
span { border-color: rgb(210,148,0); }
td.TdClassName
{
border-color: #D29400;
}
.TagClassName
{
border-color: #D29400;
}
</style>