Shades of Gamboge #DDA20D
Tints of Gamboge #DDA20D
RGB
CMYK
RGB Variations
Color information
#DDA20D (or 0xDDA20D) is known color: Gamboge. HEX triplet: DD, A2 and 0D. RGB value is (221,162,13). Sum of RGB (Red+Green+Blue) = 221+162+13=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA20D is #225DF2. Grayscale: #A3A3A3. Windows color (decimal): -2252275 or 893661. OLE color: 893661.
HSL color Cylindrical-coordinate representation of color #DDA20D: hue angle of 42.98º degrees, saturation: 0.89, 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 #DDA20D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.13 |
| HSL | 42.98º | 0.89% | 0.46% | - |
| HSV(B) | 42.98º | 0.94% | 0.87% | - |
| XYZ | 42.81 | 41.24 | 6.08 | - |
| YUV | 162.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 13 | 0 | 0.27 | 0.94 | 0.13 | 42.98 | 0.89 | 0.46 |
| Hex | DD | A2 | D | 0 | 1B | 5E | D | 2B | 59 | 2E |
| Octal | 335 | 242 | 15 | 0 | 33 | 136 | 15 | 53 | 131 | 56 |
| Binary | 11011101 | 10100010 | 1101 | 0 | 11011 | 1011110 | 1101 | 101011 | 1011001 | 101110 |
Color Harmonies of #DDA20D
Complementary color
Monochromatic Colors of #DDA20D
Black with #DDA20D
Text Example
Text Example
White with #DDA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA20D; }
p { color: rgb(221,162,13); }
H1.HeaderClassName
{
color: #DDA20D;
}
.AnyTagClassName
{
color: #DDA20D;
}
</style>
background-color css
<style>
a { background-color: #DDA20D; }
a { background-color: rgb(221,162,13); }
div.DivClassName
{
background-color: #DDA20D;
}
.BgClassName
{
background-color: #DDA20D;
}
</style>
border-color css
<style>
span { border-color: #DDA20D; }
span { border-color: rgb(221,162,13); }
td.TdClassName
{
border-color: #DDA20D;
}
.TagClassName
{
border-color: #DDA20D;
}
</style>