Shades of Gamboge #D29803
Tints of Gamboge #D29803
RGB
CMYK
RGB Variations
Color information
#D29803 (or 0xD29803) is known color: Gamboge. HEX triplet: D2, 98 and 03. RGB value is (210,152,3). Sum of RGB (Red+Green+Blue) = 210+152+3=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D29803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29803 is #2D67FC. Grayscale: #999999. Windows color (decimal): -2975741 or 235730. OLE color: 235730.
HSL color Cylindrical-coordinate representation of color #D29803: hue angle of 43.19º 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 #D29803 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.18 |
| HSL | 43.19º | 0.97% | 0.42% | - |
| HSV(B) | 43.19º | 0.99% | 0.82% | - |
| XYZ | 37.82 | 36.16 | 5.07 | - |
| YUV | 152.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 3 | 0 | 0.28 | 0.99 | 0.18 | 43.19 | 0.97 | 0.42 |
| Hex | D2 | 98 | 3 | 0 | 1C | 63 | 12 | 2B | 61 | 2A |
| Octal | 322 | 230 | 3 | 0 | 34 | 143 | 22 | 53 | 141 | 52 |
| Binary | 11010010 | 10011000 | 11 | 0 | 11100 | 1100011 | 10010 | 101011 | 1100001 | 101010 |
Color Harmonies of #D29803
Complementary color
Monochromatic Colors of #D29803
Black with #D29803
Text Example
Text Example
White with #D29803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29803; }
p { color: rgb(210,152,3); }
H1.HeaderClassName
{
color: #D29803;
}
.AnyTagClassName
{
color: #D29803;
}
</style>
background-color css
<style>
a { background-color: #D29803; }
a { background-color: rgb(210,152,3); }
div.DivClassName
{
background-color: #D29803;
}
.BgClassName
{
background-color: #D29803;
}
</style>
border-color css
<style>
span { border-color: #D29803; }
span { border-color: rgb(210,152,3); }
td.TdClassName
{
border-color: #D29803;
}
.TagClassName
{
border-color: #D29803;
}
</style>