Shades of Gamboge #D29801
Tints of Gamboge #D29801
RGB
CMYK
RGB Variations
Color information
#D29801 (or 0xD29801) is known color: Gamboge. HEX triplet: D2, 98 and 01. RGB value is (210,152,1). Sum of RGB (Red+Green+Blue) = 210+152+1=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D29801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29801 is #2D67FE. Grayscale: #989898. Windows color (decimal): -2975743 or 104658. OLE color: 104658.
HSL color Cylindrical-coordinate representation of color #D29801: hue angle of 43.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D29801 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.18 |
| HSL | 43.35º | 0.99% | 0.41% | - |
| HSV(B) | 43.35º | 1% | 0.82% | - |
| XYZ | 37.81 | 36.16 | 5.02 | - |
| YUV | 152.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 1 | 0 | 0.28 | 1.00 | 0.18 | 43.35 | 0.99 | 0.41 |
| Hex | D2 | 98 | 1 | 0 | 1C | 64 | 12 | 2B | 63 | 29 |
| Octal | 322 | 230 | 1 | 0 | 34 | 144 | 22 | 53 | 143 | 51 |
| Binary | 11010010 | 10011000 | 1 | 0 | 11100 | 1100100 | 10010 | 101011 | 1100011 | 101001 |
Color Harmonies of #D29801
Complementary color
Monochromatic Colors of #D29801
Black with #D29801
Text Example
Text Example
White with #D29801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29801; }
p { color: rgb(210,152,1); }
H1.HeaderClassName
{
color: #D29801;
}
.AnyTagClassName
{
color: #D29801;
}
</style>
background-color css
<style>
a { background-color: #D29801; }
a { background-color: rgb(210,152,1); }
div.DivClassName
{
background-color: #D29801;
}
.BgClassName
{
background-color: #D29801;
}
</style>
border-color css
<style>
span { border-color: #D29801; }
span { border-color: rgb(210,152,1); }
td.TdClassName
{
border-color: #D29801;
}
.TagClassName
{
border-color: #D29801;
}
</style>