Shades of Gamboge #D29202
Tints of Gamboge #D29202
RGB
CMYK
RGB Variations
Color information
#D29202 (or 0xD29202) is known color: Gamboge. HEX triplet: D2, 92 and 02. RGB value is (210,146,2). Sum of RGB (Red+Green+Blue) = 210+146+2=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D29202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29202 is #2D6DFD. Grayscale: #959595. Windows color (decimal): -2977278 or 168658. OLE color: 168658.
HSL color Cylindrical-coordinate representation of color #D29202: hue angle of 41.54º degrees, saturation: 0.98, 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 #D29202 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.18 |
| HSL | 41.54º | 0.98% | 0.42% | - |
| HSV(B) | 41.54º | 0.99% | 0.82% | - |
| XYZ | 36.87 | 34.26 | 4.73 | - |
| YUV | 148.72 | 45.2 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 2 | 0 | 0.30 | 0.99 | 0.18 | 41.54 | 0.98 | 0.42 |
| Hex | D2 | 92 | 2 | 0 | 1E | 63 | 12 | 2A | 62 | 2A |
| Octal | 322 | 222 | 2 | 0 | 36 | 143 | 22 | 52 | 142 | 52 |
| Binary | 11010010 | 10010010 | 10 | 0 | 11110 | 1100011 | 10010 | 101010 | 1100010 | 101010 |
Color Harmonies of #D29202
Complementary color
Monochromatic Colors of #D29202
Black with #D29202
Text Example
Text Example
White with #D29202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29202; }
p { color: rgb(210,146,2); }
H1.HeaderClassName
{
color: #D29202;
}
.AnyTagClassName
{
color: #D29202;
}
</style>
background-color css
<style>
a { background-color: #D29202; }
a { background-color: rgb(210,146,2); }
div.DivClassName
{
background-color: #D29202;
}
.BgClassName
{
background-color: #D29202;
}
</style>
border-color css
<style>
span { border-color: #D29202; }
span { border-color: rgb(210,146,2); }
td.TdClassName
{
border-color: #D29202;
}
.TagClassName
{
border-color: #D29202;
}
</style>