Shades of Gamboge #D29910
Tints of Gamboge #D29910
RGB
CMYK
RGB Variations
Color information
#D29910 (or 0xD29910) is known color: Gamboge. HEX triplet: D2, 99 and 10. RGB value is (210,153,16). Sum of RGB (Red+Green+Blue) = 210+153+16=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D29910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29910 is #2D66EF. Grayscale: #9B9B9B. Windows color (decimal): -2975472 or 1087954. OLE color: 1087954.
HSL color Cylindrical-coordinate representation of color #D29910: hue angle of 42.37º 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 #D29910 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.18 |
| HSL | 42.37º | 0.86% | 0.44% | - |
| HSV(B) | 42.37º | 0.92% | 0.82% | - |
| XYZ | 38.06 | 36.52 | 5.53 | - |
| YUV | 154.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 16 | 0 | 0.27 | 0.92 | 0.18 | 42.37 | 0.86 | 0.44 |
| Hex | D2 | 99 | 10 | 0 | 1B | 5C | 12 | 2A | 56 | 2C |
| Octal | 322 | 231 | 20 | 0 | 33 | 134 | 22 | 52 | 126 | 54 |
| Binary | 11010010 | 10011001 | 10000 | 0 | 11011 | 1011100 | 10010 | 101010 | 1010110 | 101100 |
Color Harmonies of #D29910
Complementary color
Monochromatic Colors of #D29910
Black with #D29910
Text Example
Text Example
White with #D29910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29910; }
p { color: rgb(210,153,16); }
H1.HeaderClassName
{
color: #D29910;
}
.AnyTagClassName
{
color: #D29910;
}
</style>
background-color css
<style>
a { background-color: #D29910; }
a { background-color: rgb(210,153,16); }
div.DivClassName
{
background-color: #D29910;
}
.BgClassName
{
background-color: #D29910;
}
</style>
border-color css
<style>
span { border-color: #D29910; }
span { border-color: rgb(210,153,16); }
td.TdClassName
{
border-color: #D29910;
}
.TagClassName
{
border-color: #D29910;
}
</style>