Shades of Gamboge #DDA504
Tints of Gamboge #DDA504
RGB
CMYK
RGB Variations
Color information
#DDA504 (or 0xDDA504) is known color: Gamboge. HEX triplet: DD, A5 and 04. RGB value is (221,165,4). Sum of RGB (Red+Green+Blue) = 221+165+4=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA504 is #225AFB. Grayscale: #A4A4A4. Windows color (decimal): -2251516 or 304605. OLE color: 304605.
HSL color Cylindrical-coordinate representation of color #DDA504: hue angle of 44.52º 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 #DDA504 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.52º | 0.96% | 0.44% | - |
| HSV(B) | 44.52º | 0.98% | 0.87% | - |
| XYZ | 43.3 | 42.29 | 6 | - |
| YUV | 163.39 | 38.05 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 4 | 0 | 0.25 | 0.98 | 0.13 | 44.52 | 0.96 | 0.44 |
| Hex | DD | A5 | 4 | 0 | 19 | 62 | D | 2D | 60 | 2C |
| Octal | 335 | 245 | 4 | 0 | 31 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011101 | 10100101 | 100 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DDA504
Complementary color
Monochromatic Colors of #DDA504
Black with #DDA504
Text Example
Text Example
White with #DDA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA504; }
p { color: rgb(221,165,4); }
H1.HeaderClassName
{
color: #DDA504;
}
.AnyTagClassName
{
color: #DDA504;
}
</style>
background-color css
<style>
a { background-color: #DDA504; }
a { background-color: rgb(221,165,4); }
div.DivClassName
{
background-color: #DDA504;
}
.BgClassName
{
background-color: #DDA504;
}
</style>
border-color css
<style>
span { border-color: #DDA504; }
span { border-color: rgb(221,165,4); }
td.TdClassName
{
border-color: #DDA504;
}
.TagClassName
{
border-color: #DDA504;
}
</style>