Shades of Gamboge #DDA20E
Tints of Gamboge #DDA20E
RGB
CMYK
RGB Variations
Color information
#DDA20E (or 0xDDA20E) is known color: Gamboge. HEX triplet: DD, A2 and 0E. RGB value is (221,162,14). Sum of RGB (Red+Green+Blue) = 221+162+14=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA20E is #225DF1. Grayscale: #A3A3A3. Windows color (decimal): -2252274 or 959197. OLE color: 959197.
HSL color Cylindrical-coordinate representation of color #DDA20E: hue angle of 42.9º 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 #DDA20E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.13 |
| HSL | 42.9º | 0.88% | 0.46% | - |
| HSV(B) | 42.9º | 0.94% | 0.87% | - |
| XYZ | 42.82 | 41.24 | 6.12 | - |
| YUV | 162.77 | 44.05 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 14 | 0 | 0.27 | 0.94 | 0.13 | 42.9 | 0.88 | 0.46 |
| Hex | DD | A2 | E | 0 | 1B | 5E | D | 2B | 58 | 2E |
| Octal | 335 | 242 | 16 | 0 | 33 | 136 | 15 | 53 | 130 | 56 |
| Binary | 11011101 | 10100010 | 1110 | 0 | 11011 | 1011110 | 1101 | 101011 | 1011000 | 101110 |
Color Harmonies of #DDA20E
Complementary color
Monochromatic Colors of #DDA20E
Black with #DDA20E
Text Example
Text Example
White with #DDA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA20E; }
p { color: rgb(221,162,14); }
H1.HeaderClassName
{
color: #DDA20E;
}
.AnyTagClassName
{
color: #DDA20E;
}
</style>
background-color css
<style>
a { background-color: #DDA20E; }
a { background-color: rgb(221,162,14); }
div.DivClassName
{
background-color: #DDA20E;
}
.BgClassName
{
background-color: #DDA20E;
}
</style>
border-color css
<style>
span { border-color: #DDA20E; }
span { border-color: rgb(221,162,14); }
td.TdClassName
{
border-color: #DDA20E;
}
.TagClassName
{
border-color: #DDA20E;
}
</style>