Shades of Gamboge #D29201
Tints of Gamboge #D29201
RGB
CMYK
RGB Variations
Color information
#D29201 (or 0xD29201) is known color: Gamboge. HEX triplet: D2, 92 and 01. RGB value is (210,146,1). Sum of RGB (Red+Green+Blue) = 210+146+1=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D29201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29201 is #2D6DFE. Grayscale: #959595. Windows color (decimal): -2977279 or 103122. OLE color: 103122.
HSL color Cylindrical-coordinate representation of color #D29201: hue angle of 41.63º 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 #D29201 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.18 |
| HSL | 41.63º | 0.99% | 0.41% | - |
| HSV(B) | 41.63º | 1% | 0.82% | - |
| XYZ | 36.86 | 34.26 | 4.7 | - |
| YUV | 148.61 | 44.7 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 1 | 0 | 0.30 | 1.00 | 0.18 | 41.63 | 0.99 | 0.41 |
| Hex | D2 | 92 | 1 | 0 | 1E | 64 | 12 | 2A | 63 | 29 |
| Octal | 322 | 222 | 1 | 0 | 36 | 144 | 22 | 52 | 143 | 51 |
| Binary | 11010010 | 10010010 | 1 | 0 | 11110 | 1100100 | 10010 | 101010 | 1100011 | 101001 |
Color Harmonies of #D29201
Complementary color
Monochromatic Colors of #D29201
Black with #D29201
Text Example
Text Example
White with #D29201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29201; }
p { color: rgb(210,146,1); }
H1.HeaderClassName
{
color: #D29201;
}
.AnyTagClassName
{
color: #D29201;
}
</style>
background-color css
<style>
a { background-color: #D29201; }
a { background-color: rgb(210,146,1); }
div.DivClassName
{
background-color: #D29201;
}
.BgClassName
{
background-color: #D29201;
}
</style>
border-color css
<style>
span { border-color: #D29201; }
span { border-color: rgb(210,146,1); }
td.TdClassName
{
border-color: #D29201;
}
.TagClassName
{
border-color: #D29201;
}
</style>