Shades of Gamboge #DDA910
Tints of Gamboge #DDA910
RGB
CMYK
RGB Variations
Color information
#DDA910 (or 0xDDA910) is known color: Gamboge. HEX triplet: DD, A9 and 10. RGB value is (221,169,16). Sum of RGB (Red+Green+Blue) = 221+169+16=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA910 is #2256EF. Grayscale: #A7A7A7. Windows color (decimal): -2250480 or 1092061. OLE color: 1092061.
HSL color Cylindrical-coordinate representation of color #DDA910: hue angle of 44.78º 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 #DDA910 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.13 |
| HSL | 44.78º | 0.86% | 0.46% | - |
| HSV(B) | 44.78º | 0.93% | 0.87% | - |
| XYZ | 44.1 | 43.79 | 6.62 | - |
| YUV | 167.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 16 | 0 | 0.24 | 0.93 | 0.13 | 44.78 | 0.86 | 0.46 |
| Hex | DD | A9 | 10 | 0 | 18 | 5D | D | 2D | 56 | 2E |
| Octal | 335 | 251 | 20 | 0 | 30 | 135 | 15 | 55 | 126 | 56 |
| Binary | 11011101 | 10101001 | 10000 | 0 | 11000 | 1011101 | 1101 | 101101 | 1010110 | 101110 |
Color Harmonies of #DDA910
Complementary color
Monochromatic Colors of #DDA910
Black with #DDA910
Text Example
Text Example
White with #DDA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA910; }
p { color: rgb(221,169,16); }
H1.HeaderClassName
{
color: #DDA910;
}
.AnyTagClassName
{
color: #DDA910;
}
</style>
background-color css
<style>
a { background-color: #DDA910; }
a { background-color: rgb(221,169,16); }
div.DivClassName
{
background-color: #DDA910;
}
.BgClassName
{
background-color: #DDA910;
}
</style>
border-color css
<style>
span { border-color: #DDA910; }
span { border-color: rgb(221,169,16); }
td.TdClassName
{
border-color: #DDA910;
}
.TagClassName
{
border-color: #DDA910;
}
</style>