Shades of Gamboge #DDA400
Tints of Gamboge #DDA400
RGB
CMYK
RGB Variations
Color information
#DDA400 (or 0xDDA400) is known color: Gamboge. HEX triplet: DD, A4 and 00. RGB value is (221,164,0). Sum of RGB (Red+Green+Blue) = 221+164+0=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA400 is #225BFF. Grayscale: #A3A3A3. Windows color (decimal): -2251776 or 42205. OLE color: 42205.
HSL color Cylindrical-coordinate representation of color #DDA400: hue angle of 44.52º 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 #DDA400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.13 |
| HSL | 44.52º | 1% | 0.43% | - |
| HSV(B) | 44.52º | 1% | 0.87% | - |
| XYZ | 43.09 | 41.92 | 5.82 | - |
| YUV | 162.35 | 36.38 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 0 | 0 | 0.26 | 1 | 0.13 | 44.52 | 1 | 0.43 |
| Hex | DD | A4 | 0 | 0 | 1A | 64 | D | 2D | 64 | 2B |
| Octal | 335 | 244 | 0 | 0 | 32 | 144 | 15 | 55 | 144 | 53 |
| Binary | 11011101 | 10100100 | 0 | 0 | 11010 | 1100100 | 1101 | 101101 | 1100100 | 101011 |
Color Harmonies of #DDA400
Complementary color
Monochromatic Colors of #DDA400
Black with #DDA400
Text Example
Text Example
White with #DDA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA400; }
p { color: rgb(221,164,0); }
H1.HeaderClassName
{
color: #DDA400;
}
.AnyTagClassName
{
color: #DDA400;
}
</style>
background-color css
<style>
a { background-color: #DDA400; }
a { background-color: rgb(221,164,0); }
div.DivClassName
{
background-color: #DDA400;
}
.BgClassName
{
background-color: #DDA400;
}
</style>
border-color css
<style>
span { border-color: #DDA400; }
span { border-color: rgb(221,164,0); }
td.TdClassName
{
border-color: #DDA400;
}
.TagClassName
{
border-color: #DDA400;
}
</style>