Shades of Gamboge #DDA116
Tints of Gamboge #DDA116
RGB
CMYK
RGB Variations
Color information
#DDA116 (or 0xDDA116) is known color: Gamboge. HEX triplet: DD, A1 and 16. RGB value is (221,161,22). Sum of RGB (Red+Green+Blue) = 221+161+22=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA116 is #225EE9. Grayscale: #A3A3A3. Windows color (decimal): -2252522 or 1483229. OLE color: 1483229.
HSL color Cylindrical-coordinate representation of color #DDA116: hue angle of 41.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA116 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.13 |
| HSL | 41.91º | 0.82% | 0.48% | - |
| HSV(B) | 41.91º | 0.9% | 0.87% | - |
| XYZ | 42.71 | 40.92 | 6.41 | - |
| YUV | 163.09 | 48.38 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 22 | 0 | 0.27 | 0.90 | 0.13 | 41.91 | 0.82 | 0.48 |
| Hex | DD | A1 | 16 | 0 | 1B | 5A | D | 2A | 52 | 30 |
| Octal | 335 | 241 | 26 | 0 | 33 | 132 | 15 | 52 | 122 | 60 |
| Binary | 11011101 | 10100001 | 10110 | 0 | 11011 | 1011010 | 1101 | 101010 | 1010010 | 110000 |
Color Harmonies of #DDA116
Complementary color
Monochromatic Colors of #DDA116
Black with #DDA116
Text Example
Text Example
White with #DDA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA116; }
p { color: rgb(221,161,22); }
H1.HeaderClassName
{
color: #DDA116;
}
.AnyTagClassName
{
color: #DDA116;
}
</style>
background-color css
<style>
a { background-color: #DDA116; }
a { background-color: rgb(221,161,22); }
div.DivClassName
{
background-color: #DDA116;
}
.BgClassName
{
background-color: #DDA116;
}
</style>
border-color css
<style>
span { border-color: #DDA116; }
span { border-color: rgb(221,161,22); }
td.TdClassName
{
border-color: #DDA116;
}
.TagClassName
{
border-color: #DDA116;
}
</style>