Shades of Gamboge #DDA110
Tints of Gamboge #DDA110
RGB
CMYK
RGB Variations
Color information
#DDA110 (or 0xDDA110) is known color: Gamboge. HEX triplet: DD, A1 and 10. RGB value is (221,161,16). Sum of RGB (Red+Green+Blue) = 221+161+16=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA110 is #225EEF. Grayscale: #A3A3A3. Windows color (decimal): -2252528 or 1090013. OLE color: 1090013.
HSL color Cylindrical-coordinate representation of color #DDA110: hue angle of 42.44º 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 #DDA110 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.13 |
| HSL | 42.44º | 0.86% | 0.46% | - |
| HSV(B) | 42.44º | 0.93% | 0.87% | - |
| XYZ | 42.66 | 40.9 | 6.14 | - |
| YUV | 162.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 16 | 0 | 0.27 | 0.93 | 0.13 | 42.44 | 0.86 | 0.46 |
| Hex | DD | A1 | 10 | 0 | 1B | 5D | D | 2A | 56 | 2E |
| Octal | 335 | 241 | 20 | 0 | 33 | 135 | 15 | 52 | 126 | 56 |
| Binary | 11011101 | 10100001 | 10000 | 0 | 11011 | 1011101 | 1101 | 101010 | 1010110 | 101110 |
Color Harmonies of #DDA110
Complementary color
Monochromatic Colors of #DDA110
Black with #DDA110
Text Example
Text Example
White with #DDA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA110; }
p { color: rgb(221,161,16); }
H1.HeaderClassName
{
color: #DDA110;
}
.AnyTagClassName
{
color: #DDA110;
}
</style>
background-color css
<style>
a { background-color: #DDA110; }
a { background-color: rgb(221,161,16); }
div.DivClassName
{
background-color: #DDA110;
}
.BgClassName
{
background-color: #DDA110;
}
</style>
border-color css
<style>
span { border-color: #DDA110; }
span { border-color: rgb(221,161,16); }
td.TdClassName
{
border-color: #DDA110;
}
.TagClassName
{
border-color: #DDA110;
}
</style>