Shades of Gamboge #DDA404
Tints of Gamboge #DDA404
RGB
CMYK
RGB Variations
Color information
#DDA404 (or 0xDDA404) is known color: Gamboge. HEX triplet: DD, A4 and 04. RGB value is (221,164,4). Sum of RGB (Red+Green+Blue) = 221+164+4=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA404 is #225BFB. Grayscale: #A3A3A3. Windows color (decimal): -2251772 or 304349. OLE color: 304349.
HSL color Cylindrical-coordinate representation of color #DDA404: hue angle of 44.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA404 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.13 |
| HSL | 44.24º | 0.96% | 0.44% | - |
| HSV(B) | 44.24º | 0.98% | 0.87% | - |
| XYZ | 43.12 | 41.93 | 5.94 | - |
| YUV | 162.8 | 38.38 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 4 | 0 | 0.26 | 0.98 | 0.13 | 44.24 | 0.96 | 0.44 |
| Hex | DD | A4 | 4 | 0 | 1A | 62 | D | 2C | 60 | 2C |
| Octal | 335 | 244 | 4 | 0 | 32 | 142 | 15 | 54 | 140 | 54 |
| Binary | 11011101 | 10100100 | 100 | 0 | 11010 | 1100010 | 1101 | 101100 | 1100000 | 101100 |
Color Harmonies of #DDA404
Complementary color
Monochromatic Colors of #DDA404
Black with #DDA404
Text Example
Text Example
White with #DDA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA404; }
p { color: rgb(221,164,4); }
H1.HeaderClassName
{
color: #DDA404;
}
.AnyTagClassName
{
color: #DDA404;
}
</style>
background-color css
<style>
a { background-color: #DDA404; }
a { background-color: rgb(221,164,4); }
div.DivClassName
{
background-color: #DDA404;
}
.BgClassName
{
background-color: #DDA404;
}
</style>
border-color css
<style>
span { border-color: #DDA404; }
span { border-color: rgb(221,164,4); }
td.TdClassName
{
border-color: #DDA404;
}
.TagClassName
{
border-color: #DDA404;
}
</style>