Shades of Gamboge #DDAA0E
Tints of Gamboge #DDAA0E
RGB
CMYK
RGB Variations
Color information
#DDAA0E (or 0xDDAA0E) is known color: Gamboge. HEX triplet: DD, AA and 0E. RGB value is (221,170,14). Sum of RGB (Red+Green+Blue) = 221+170+14=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA0E is #2255F1. Grayscale: #A8A8A8. Windows color (decimal): -2250226 or 961245. OLE color: 961245.
HSL color Cylindrical-coordinate representation of color #DDAA0E: hue angle of 45.22º 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 #DDAA0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.13 |
| HSL | 45.22º | 0.88% | 0.46% | - |
| HSV(B) | 45.22º | 0.94% | 0.87% | - |
| XYZ | 44.27 | 44.15 | 6.6 | - |
| YUV | 167.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 14 | 0 | 0.23 | 0.94 | 0.13 | 45.22 | 0.88 | 0.46 |
| Hex | DD | AA | E | 0 | 17 | 5E | D | 2D | 58 | 2E |
| Octal | 335 | 252 | 16 | 0 | 27 | 136 | 15 | 55 | 130 | 56 |
| Binary | 11011101 | 10101010 | 1110 | 0 | 10111 | 1011110 | 1101 | 101101 | 1011000 | 101110 |
Color Harmonies of #DDAA0E
Complementary color
Monochromatic Colors of #DDAA0E
Black with #DDAA0E
Text Example
Text Example
White with #DDAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA0E; }
p { color: rgb(221,170,14); }
H1.HeaderClassName
{
color: #DDAA0E;
}
.AnyTagClassName
{
color: #DDAA0E;
}
</style>
background-color css
<style>
a { background-color: #DDAA0E; }
a { background-color: rgb(221,170,14); }
div.DivClassName
{
background-color: #DDAA0E;
}
.BgClassName
{
background-color: #DDAA0E;
}
</style>
border-color css
<style>
span { border-color: #DDAA0E; }
span { border-color: rgb(221,170,14); }
td.TdClassName
{
border-color: #DDAA0E;
}
.TagClassName
{
border-color: #DDAA0E;
}
</style>