Shades of Gamboge #DDA405
Tints of Gamboge #DDA405
RGB
CMYK
RGB Variations
Color information
#DDA405 (or 0xDDA405) is known color: Gamboge. HEX triplet: DD, A4 and 05. RGB value is (221,164,5). Sum of RGB (Red+Green+Blue) = 221+164+5=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA405 is #225BFA. Grayscale: #A3A3A3. Windows color (decimal): -2251771 or 369885. OLE color: 369885.
HSL color Cylindrical-coordinate representation of color #DDA405: hue angle of 44.17º 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 #DDA405 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.13 |
| HSL | 44.17º | 0.96% | 0.44% | - |
| HSV(B) | 44.17º | 0.98% | 0.87% | - |
| XYZ | 43.12 | 41.93 | 5.96 | - |
| YUV | 162.92 | 38.88 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 5 | 0 | 0.26 | 0.98 | 0.13 | 44.17 | 0.96 | 0.44 |
| Hex | DD | A4 | 5 | 0 | 1A | 62 | D | 2C | 60 | 2C |
| Octal | 335 | 244 | 5 | 0 | 32 | 142 | 15 | 54 | 140 | 54 |
| Binary | 11011101 | 10100100 | 101 | 0 | 11010 | 1100010 | 1101 | 101100 | 1100000 | 101100 |
Color Harmonies of #DDA405
Complementary color
Monochromatic Colors of #DDA405
Black with #DDA405
Text Example
Text Example
White with #DDA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA405; }
p { color: rgb(221,164,5); }
H1.HeaderClassName
{
color: #DDA405;
}
.AnyTagClassName
{
color: #DDA405;
}
</style>
background-color css
<style>
a { background-color: #DDA405; }
a { background-color: rgb(221,164,5); }
div.DivClassName
{
background-color: #DDA405;
}
.BgClassName
{
background-color: #DDA405;
}
</style>
border-color css
<style>
span { border-color: #DDA405; }
span { border-color: rgb(221,164,5); }
td.TdClassName
{
border-color: #DDA405;
}
.TagClassName
{
border-color: #DDA405;
}
</style>