Shades of Gamboge #D29B14
Tints of Gamboge #D29B14
RGB
CMYK
RGB Variations
Color information
#D29B14 (or 0xD29B14) is known color: Gamboge. HEX triplet: D2, 9B and 14. RGB value is (210,155,20). Sum of RGB (Red+Green+Blue) = 210+155+20=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29B14 is #2D64EB. Grayscale: #9C9C9C. Windows color (decimal): -2974956 or 1350610. OLE color: 1350610.
HSL color Cylindrical-coordinate representation of color #D29B14: hue angle of 42.63º 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 #D29B14 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.18 |
| HSL | 42.63º | 0.83% | 0.45% | - |
| HSV(B) | 42.63º | 0.9% | 0.82% | - |
| XYZ | 38.43 | 37.19 | 5.82 | - |
| YUV | 156.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 20 | 0 | 0.26 | 0.90 | 0.18 | 42.63 | 0.83 | 0.45 |
| Hex | D2 | 9B | 14 | 0 | 1A | 5A | 12 | 2B | 53 | 2D |
| Octal | 322 | 233 | 24 | 0 | 32 | 132 | 22 | 53 | 123 | 55 |
| Binary | 11010010 | 10011011 | 10100 | 0 | 11010 | 1011010 | 10010 | 101011 | 1010011 | 101101 |
Color Harmonies of #D29B14
Complementary color
Monochromatic Colors of #D29B14
Black with #D29B14
Text Example
Text Example
White with #D29B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B14; }
p { color: rgb(210,155,20); }
H1.HeaderClassName
{
color: #D29B14;
}
.AnyTagClassName
{
color: #D29B14;
}
</style>
background-color css
<style>
a { background-color: #D29B14; }
a { background-color: rgb(210,155,20); }
div.DivClassName
{
background-color: #D29B14;
}
.BgClassName
{
background-color: #D29B14;
}
</style>
border-color css
<style>
span { border-color: #D29B14; }
span { border-color: rgb(210,155,20); }
td.TdClassName
{
border-color: #D29B14;
}
.TagClassName
{
border-color: #D29B14;
}
</style>