Shades of Gamboge #DDA209
Tints of Gamboge #DDA209
RGB
CMYK
RGB Variations
Color information
#DDA209 (or 0xDDA209) is known color: Gamboge. HEX triplet: DD, A2 and 09. RGB value is (221,162,9). Sum of RGB (Red+Green+Blue) = 221+162+9=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA209 is #225DF6. Grayscale: #A2A2A2. Windows color (decimal): -2252279 or 631517. OLE color: 631517.
HSL color Cylindrical-coordinate representation of color #DDA209: hue angle of 43.3º 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 #DDA209 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.13 |
| HSL | 43.3º | 0.92% | 0.45% | - |
| HSV(B) | 43.3º | 0.96% | 0.87% | - |
| XYZ | 42.79 | 41.23 | 5.96 | - |
| YUV | 162.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 9 | 0 | 0.27 | 0.96 | 0.13 | 43.3 | 0.92 | 0.45 |
| Hex | DD | A2 | 9 | 0 | 1B | 60 | D | 2B | 5C | 2D |
| Octal | 335 | 242 | 11 | 0 | 33 | 140 | 15 | 53 | 134 | 55 |
| Binary | 11011101 | 10100010 | 1001 | 0 | 11011 | 1100000 | 1101 | 101011 | 1011100 | 101101 |
Color Harmonies of #DDA209
Complementary color
Monochromatic Colors of #DDA209
Black with #DDA209
Text Example
Text Example
White with #DDA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA209; }
p { color: rgb(221,162,9); }
H1.HeaderClassName
{
color: #DDA209;
}
.AnyTagClassName
{
color: #DDA209;
}
</style>
background-color css
<style>
a { background-color: #DDA209; }
a { background-color: rgb(221,162,9); }
div.DivClassName
{
background-color: #DDA209;
}
.BgClassName
{
background-color: #DDA209;
}
</style>
border-color css
<style>
span { border-color: #DDA209; }
span { border-color: rgb(221,162,9); }
td.TdClassName
{
border-color: #DDA209;
}
.TagClassName
{
border-color: #DDA209;
}
</style>