Shades of Gamboge #DDA40E
Tints of Gamboge #DDA40E
RGB
CMYK
RGB Variations
Color information
#DDA40E (or 0xDDA40E) is known color: Gamboge. HEX triplet: DD, A4 and 0E. RGB value is (221,164,14). Sum of RGB (Red+Green+Blue) = 221+164+14=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA40E is #225BF1. Grayscale: #A4A4A4. Windows color (decimal): -2251762 or 959709. OLE color: 959709.
HSL color Cylindrical-coordinate representation of color #DDA40E: hue angle of 43.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDA40E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.13 |
| HSL | 43.48º | 0.88% | 0.46% | - |
| HSV(B) | 43.48º | 0.94% | 0.87% | - |
| XYZ | 43.17 | 41.95 | 6.24 | - |
| YUV | 163.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 14 | 0 | 0.26 | 0.94 | 0.13 | 43.48 | 0.88 | 0.46 |
| Hex | DD | A4 | E | 0 | 1A | 5E | D | 2B | 58 | 2E |
| Octal | 335 | 244 | 16 | 0 | 32 | 136 | 15 | 53 | 130 | 56 |
| Binary | 11011101 | 10100100 | 1110 | 0 | 11010 | 1011110 | 1101 | 101011 | 1011000 | 101110 |
Color Harmonies of #DDA40E
Complementary color
Monochromatic Colors of #DDA40E
Black with #DDA40E
Text Example
Text Example
White with #DDA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA40E; }
p { color: rgb(221,164,14); }
H1.HeaderClassName
{
color: #DDA40E;
}
.AnyTagClassName
{
color: #DDA40E;
}
</style>
background-color css
<style>
a { background-color: #DDA40E; }
a { background-color: rgb(221,164,14); }
div.DivClassName
{
background-color: #DDA40E;
}
.BgClassName
{
background-color: #DDA40E;
}
</style>
border-color css
<style>
span { border-color: #DDA40E; }
span { border-color: rgb(221,164,14); }
td.TdClassName
{
border-color: #DDA40E;
}
.TagClassName
{
border-color: #DDA40E;
}
</style>