Shades of Gamboge #DDA604
Tints of Gamboge #DDA604
RGB
CMYK
RGB Variations
Color information
#DDA604 (or 0xDDA604) is known color: Gamboge. HEX triplet: DD, A6 and 04. RGB value is (221,166,4). Sum of RGB (Red+Green+Blue) = 221+166+4=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA604 is #2259FB. Grayscale: #A4A4A4. Windows color (decimal): -2251260 or 304861. OLE color: 304861.
HSL color Cylindrical-coordinate representation of color #DDA604: hue angle of 44.79º 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 #DDA604 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.79º | 0.96% | 0.44% | - |
| HSV(B) | 44.79º | 0.98% | 0.87% | - |
| XYZ | 43.48 | 42.65 | 6.06 | - |
| YUV | 163.98 | 37.72 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 4 | 0 | 0.25 | 0.98 | 0.13 | 44.79 | 0.96 | 0.44 |
| Hex | DD | A6 | 4 | 0 | 19 | 62 | D | 2D | 60 | 2C |
| Octal | 335 | 246 | 4 | 0 | 31 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011101 | 10100110 | 100 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DDA604
Complementary color
Monochromatic Colors of #DDA604
Black with #DDA604
Text Example
Text Example
White with #DDA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA604; }
p { color: rgb(221,166,4); }
H1.HeaderClassName
{
color: #DDA604;
}
.AnyTagClassName
{
color: #DDA604;
}
</style>
background-color css
<style>
a { background-color: #DDA604; }
a { background-color: rgb(221,166,4); }
div.DivClassName
{
background-color: #DDA604;
}
.BgClassName
{
background-color: #DDA604;
}
</style>
border-color css
<style>
span { border-color: #DDA604; }
span { border-color: rgb(221,166,4); }
td.TdClassName
{
border-color: #DDA604;
}
.TagClassName
{
border-color: #DDA604;
}
</style>