Shades of Gamboge #D29603
Tints of Gamboge #D29603
RGB
CMYK
RGB Variations
Color information
#D29603 (or 0xD29603) is known color: Gamboge. HEX triplet: D2, 96 and 03. RGB value is (210,150,3). Sum of RGB (Red+Green+Blue) = 210+150+3=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D29603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29603 is #2D69FC. Grayscale: #979797. Windows color (decimal): -2976253 or 235218. OLE color: 235218.
HSL color Cylindrical-coordinate representation of color #D29603: hue angle of 42.61º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D29603 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.18 |
| HSL | 42.61º | 0.97% | 0.42% | - |
| HSV(B) | 42.61º | 0.99% | 0.82% | - |
| XYZ | 37.5 | 35.52 | 4.97 | - |
| YUV | 151.18 | 44.38 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 3 | 0 | 0.29 | 0.99 | 0.18 | 42.61 | 0.97 | 0.42 |
| Hex | D2 | 96 | 3 | 0 | 1D | 63 | 12 | 2B | 61 | 2A |
| Octal | 322 | 226 | 3 | 0 | 35 | 143 | 22 | 53 | 141 | 52 |
| Binary | 11010010 | 10010110 | 11 | 0 | 11101 | 1100011 | 10010 | 101011 | 1100001 | 101010 |
Color Harmonies of #D29603
Complementary color
Monochromatic Colors of #D29603
Black with #D29603
Text Example
Text Example
White with #D29603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29603; }
p { color: rgb(210,150,3); }
H1.HeaderClassName
{
color: #D29603;
}
.AnyTagClassName
{
color: #D29603;
}
</style>
background-color css
<style>
a { background-color: #D29603; }
a { background-color: rgb(210,150,3); }
div.DivClassName
{
background-color: #D29603;
}
.BgClassName
{
background-color: #D29603;
}
</style>
border-color css
<style>
span { border-color: #D29603; }
span { border-color: rgb(210,150,3); }
td.TdClassName
{
border-color: #D29603;
}
.TagClassName
{
border-color: #D29603;
}
</style>