Shades of Gamboge #DDA911
Tints of Gamboge #DDA911
RGB
CMYK
RGB Variations
Color information
#DDA911 (or 0xDDA911) is known color: Gamboge. HEX triplet: DD, A9 and 11. RGB value is (221,169,17). Sum of RGB (Red+Green+Blue) = 221+169+17=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA911 is #2256EE. Grayscale: #A7A7A7. Windows color (decimal): -2250479 or 1157597. OLE color: 1157597.
HSL color Cylindrical-coordinate representation of color #DDA911: hue angle of 44.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDA911 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.13 |
| HSL | 44.71º | 0.86% | 0.47% | - |
| HSV(B) | 44.71º | 0.92% | 0.87% | - |
| XYZ | 44.11 | 43.79 | 6.66 | - |
| YUV | 167.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 17 | 0 | 0.24 | 0.92 | 0.13 | 44.71 | 0.86 | 0.47 |
| Hex | DD | A9 | 11 | 0 | 18 | 5C | D | 2D | 56 | 2F |
| Octal | 335 | 251 | 21 | 0 | 30 | 134 | 15 | 55 | 126 | 57 |
| Binary | 11011101 | 10101001 | 10001 | 0 | 11000 | 1011100 | 1101 | 101101 | 1010110 | 101111 |
Color Harmonies of #DDA911
Complementary color
Monochromatic Colors of #DDA911
Black with #DDA911
Text Example
Text Example
White with #DDA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA911; }
p { color: rgb(221,169,17); }
H1.HeaderClassName
{
color: #DDA911;
}
.AnyTagClassName
{
color: #DDA911;
}
</style>
background-color css
<style>
a { background-color: #DDA911; }
a { background-color: rgb(221,169,17); }
div.DivClassName
{
background-color: #DDA911;
}
.BgClassName
{
background-color: #DDA911;
}
</style>
border-color css
<style>
span { border-color: #DDA911; }
span { border-color: rgb(221,169,17); }
td.TdClassName
{
border-color: #DDA911;
}
.TagClassName
{
border-color: #DDA911;
}
</style>