Shades of Gamboge #DDA409
Tints of Gamboge #DDA409
RGB
CMYK
RGB Variations
Color information
#DDA409 (or 0xDDA409) is known color: Gamboge. HEX triplet: DD, A4 and 09. RGB value is (221,164,9). Sum of RGB (Red+Green+Blue) = 221+164+9=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA409 is #225BF6. Grayscale: #A4A4A4. Windows color (decimal): -2251767 or 632029. OLE color: 632029.
HSL color Cylindrical-coordinate representation of color #DDA409: hue angle of 43.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDA409 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.13 |
| HSL | 43.87º | 0.92% | 0.45% | - |
| HSV(B) | 43.87º | 0.96% | 0.87% | - |
| XYZ | 43.14 | 41.94 | 6.08 | - |
| YUV | 163.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 9 | 0 | 0.26 | 0.96 | 0.13 | 43.87 | 0.92 | 0.45 |
| Hex | DD | A4 | 9 | 0 | 1A | 60 | D | 2C | 5C | 2D |
| Octal | 335 | 244 | 11 | 0 | 32 | 140 | 15 | 54 | 134 | 55 |
| Binary | 11011101 | 10100100 | 1001 | 0 | 11010 | 1100000 | 1101 | 101100 | 1011100 | 101101 |
Color Harmonies of #DDA409
Complementary color
Monochromatic Colors of #DDA409
Black with #DDA409
Text Example
Text Example
White with #DDA409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA409; }
p { color: rgb(221,164,9); }
H1.HeaderClassName
{
color: #DDA409;
}
.AnyTagClassName
{
color: #DDA409;
}
</style>
background-color css
<style>
a { background-color: #DDA409; }
a { background-color: rgb(221,164,9); }
div.DivClassName
{
background-color: #DDA409;
}
.BgClassName
{
background-color: #DDA409;
}
</style>
border-color css
<style>
span { border-color: #DDA409; }
span { border-color: rgb(221,164,9); }
td.TdClassName
{
border-color: #DDA409;
}
.TagClassName
{
border-color: #DDA409;
}
</style>