Shades of Gamboge #DDA210
Tints of Gamboge #DDA210
RGB
CMYK
RGB Variations
Color information
#DDA210 (or 0xDDA210) is known color: Gamboge. HEX triplet: DD, A2 and 10. RGB value is (221,162,16). Sum of RGB (Red+Green+Blue) = 221+162+16=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA210 is #225DEF. Grayscale: #A3A3A3. Windows color (decimal): -2252272 or 1090269. OLE color: 1090269.
HSL color Cylindrical-coordinate representation of color #DDA210: hue angle of 42.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDA210 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.13 |
| HSL | 42.73º | 0.86% | 0.46% | - |
| HSV(B) | 42.73º | 0.93% | 0.87% | - |
| XYZ | 42.83 | 41.25 | 6.19 | - |
| YUV | 163 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 16 | 0 | 0.27 | 0.93 | 0.13 | 42.73 | 0.86 | 0.46 |
| Hex | DD | A2 | 10 | 0 | 1B | 5D | D | 2B | 56 | 2E |
| Octal | 335 | 242 | 20 | 0 | 33 | 135 | 15 | 53 | 126 | 56 |
| Binary | 11011101 | 10100010 | 10000 | 0 | 11011 | 1011101 | 1101 | 101011 | 1010110 | 101110 |
Color Harmonies of #DDA210
Complementary color
Monochromatic Colors of #DDA210
Black with #DDA210
Text Example
Text Example
White with #DDA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA210; }
p { color: rgb(221,162,16); }
H1.HeaderClassName
{
color: #DDA210;
}
.AnyTagClassName
{
color: #DDA210;
}
</style>
background-color css
<style>
a { background-color: #DDA210; }
a { background-color: rgb(221,162,16); }
div.DivClassName
{
background-color: #DDA210;
}
.BgClassName
{
background-color: #DDA210;
}
</style>
border-color css
<style>
span { border-color: #DDA210; }
span { border-color: rgb(221,162,16); }
td.TdClassName
{
border-color: #DDA210;
}
.TagClassName
{
border-color: #DDA210;
}
</style>