Shades of Gamboge #D29D13
Tints of Gamboge #D29D13
RGB
CMYK
RGB Variations
Color information
#D29D13 (or 0xD29D13) is known color: Gamboge. HEX triplet: D2, 9D and 13. RGB value is (210,157,19). Sum of RGB (Red+Green+Blue) = 210+157+19=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29D13 is #2D62EC. Grayscale: #9D9D9D. Windows color (decimal): -2974445 or 1285586. OLE color: 1285586.
HSL color Cylindrical-coordinate representation of color #D29D13: hue angle of 43.35º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D29D13 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 19 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.18 |
| HSL | 43.35º | 0.83% | 0.45% | - |
| HSV(B) | 43.35º | 0.91% | 0.82% | - |
| XYZ | 38.75 | 37.86 | 5.88 | - |
| YUV | 157.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 19 | 0 | 0.25 | 0.91 | 0.18 | 43.35 | 0.83 | 0.45 |
| Hex | D2 | 9D | 13 | 0 | 19 | 5B | 12 | 2B | 53 | 2D |
| Octal | 322 | 235 | 23 | 0 | 31 | 133 | 22 | 53 | 123 | 55 |
| Binary | 11010010 | 10011101 | 10011 | 0 | 11001 | 1011011 | 10010 | 101011 | 1010011 | 101101 |
Color Harmonies of #D29D13
Complementary color
Monochromatic Colors of #D29D13
Black with #D29D13
Text Example
Text Example
White with #D29D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D13; }
p { color: rgb(210,157,19); }
H1.HeaderClassName
{
color: #D29D13;
}
.AnyTagClassName
{
color: #D29D13;
}
</style>
background-color css
<style>
a { background-color: #D29D13; }
a { background-color: rgb(210,157,19); }
div.DivClassName
{
background-color: #D29D13;
}
.BgClassName
{
background-color: #D29D13;
}
</style>
border-color css
<style>
span { border-color: #D29D13; }
span { border-color: rgb(210,157,19); }
td.TdClassName
{
border-color: #D29D13;
}
.TagClassName
{
border-color: #D29D13;
}
</style>