Shades of Gamboge #DDA90D
Tints of Gamboge #DDA90D
RGB
CMYK
RGB Variations
Color information
#DDA90D (or 0xDDA90D) is known color: Gamboge. HEX triplet: DD, A9 and 0D. RGB value is (221,169,13). Sum of RGB (Red+Green+Blue) = 221+169+13=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA90D is #2256F2. Grayscale: #A7A7A7. Windows color (decimal): -2250483 or 895453. OLE color: 895453.
HSL color Cylindrical-coordinate representation of color #DDA90D: hue angle of 45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDA90D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.13 |
| HSL | 45º | 0.89% | 0.46% | - |
| HSV(B) | 45º | 0.94% | 0.87% | - |
| XYZ | 44.08 | 43.78 | 6.51 | - |
| YUV | 166.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 13 | 0 | 0.24 | 0.94 | 0.13 | 45 | 0.89 | 0.46 |
| Hex | DD | A9 | D | 0 | 18 | 5E | D | 2D | 59 | 2E |
| Octal | 335 | 251 | 15 | 0 | 30 | 136 | 15 | 55 | 131 | 56 |
| Binary | 11011101 | 10101001 | 1101 | 0 | 11000 | 1011110 | 1101 | 101101 | 1011001 | 101110 |
Color Harmonies of #DDA90D
Complementary color
Monochromatic Colors of #DDA90D
Black with #DDA90D
Text Example
Text Example
White with #DDA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA90D; }
p { color: rgb(221,169,13); }
H1.HeaderClassName
{
color: #DDA90D;
}
.AnyTagClassName
{
color: #DDA90D;
}
</style>
background-color css
<style>
a { background-color: #DDA90D; }
a { background-color: rgb(221,169,13); }
div.DivClassName
{
background-color: #DDA90D;
}
.BgClassName
{
background-color: #DDA90D;
}
</style>
border-color css
<style>
span { border-color: #DDA90D; }
span { border-color: rgb(221,169,13); }
td.TdClassName
{
border-color: #DDA90D;
}
.TagClassName
{
border-color: #DDA90D;
}
</style>