Shades of Gamboge #DDA909
Tints of Gamboge #DDA909
RGB
CMYK
RGB Variations
Color information
#DDA909 (or 0xDDA909) is known color: Gamboge. HEX triplet: DD, A9 and 09. RGB value is (221,169,9). Sum of RGB (Red+Green+Blue) = 221+169+9=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA909 is #2256F6. Grayscale: #A7A7A7. Windows color (decimal): -2250487 or 633309. OLE color: 633309.
HSL color Cylindrical-coordinate representation of color #DDA909: hue angle of 45.28º 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 #DDA909 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.13 |
| HSL | 45.28º | 0.92% | 0.45% | - |
| HSV(B) | 45.28º | 0.96% | 0.87% | - |
| XYZ | 44.06 | 43.77 | 6.38 | - |
| YUV | 166.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 9 | 0 | 0.24 | 0.96 | 0.13 | 45.28 | 0.92 | 0.45 |
| Hex | DD | A9 | 9 | 0 | 18 | 60 | D | 2D | 5C | 2D |
| Octal | 335 | 251 | 11 | 0 | 30 | 140 | 15 | 55 | 134 | 55 |
| Binary | 11011101 | 10101001 | 1001 | 0 | 11000 | 1100000 | 1101 | 101101 | 1011100 | 101101 |
Color Harmonies of #DDA909
Complementary color
Monochromatic Colors of #DDA909
Black with #DDA909
Text Example
Text Example
White with #DDA909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA909; }
p { color: rgb(221,169,9); }
H1.HeaderClassName
{
color: #DDA909;
}
.AnyTagClassName
{
color: #DDA909;
}
</style>
background-color css
<style>
a { background-color: #DDA909; }
a { background-color: rgb(221,169,9); }
div.DivClassName
{
background-color: #DDA909;
}
.BgClassName
{
background-color: #DDA909;
}
</style>
border-color css
<style>
span { border-color: #DDA909; }
span { border-color: rgb(221,169,9); }
td.TdClassName
{
border-color: #DDA909;
}
.TagClassName
{
border-color: #DDA909;
}
</style>