Shades of Gamboge #DDA000
Tints of Gamboge #DDA000
RGB
CMYK
RGB Variations
Color information
#DDA000 (or 0xDDA000) is known color: Gamboge. HEX triplet: DD, A0 and 00. RGB value is (221,160,0). Sum of RGB (Red+Green+Blue) = 221+160+0=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA000 is #225FFF. Grayscale: #A0A0A0. Windows color (decimal): -2252800 or 41181. OLE color: 41181.
HSL color Cylindrical-coordinate representation of color #DDA000: hue angle of 43.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.13 |
| HSL | 43.44º | 1% | 0.43% | - |
| HSV(B) | 43.44º | 1% | 0.87% | - |
| XYZ | 42.39 | 40.51 | 5.59 | - |
| YUV | 160 | 37.71 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 0 | 0 | 0.28 | 1 | 0.13 | 43.44 | 1 | 0.43 |
| Hex | DD | A0 | 0 | 0 | 1C | 64 | D | 2B | 64 | 2B |
| Octal | 335 | 240 | 0 | 0 | 34 | 144 | 15 | 53 | 144 | 53 |
| Binary | 11011101 | 10100000 | 0 | 0 | 11100 | 1100100 | 1101 | 101011 | 1100100 | 101011 |
Color Harmonies of #DDA000
Complementary color
Monochromatic Colors of #DDA000
Black with #DDA000
Text Example
Text Example
White with #DDA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA000; }
p { color: rgb(221,160,0); }
H1.HeaderClassName
{
color: #DDA000;
}
.AnyTagClassName
{
color: #DDA000;
}
</style>
background-color css
<style>
a { background-color: #DDA000; }
a { background-color: rgb(221,160,0); }
div.DivClassName
{
background-color: #DDA000;
}
.BgClassName
{
background-color: #DDA000;
}
</style>
border-color css
<style>
span { border-color: #DDA000; }
span { border-color: rgb(221,160,0); }
td.TdClassName
{
border-color: #DDA000;
}
.TagClassName
{
border-color: #DDA000;
}
</style>