Shades of Gamboge #DDA80E
Tints of Gamboge #DDA80E
RGB
CMYK
RGB Variations
Color information
#DDA80E (or 0xDDA80E) is known color: Gamboge. HEX triplet: DD, A8 and 0E. RGB value is (221,168,14). Sum of RGB (Red+Green+Blue) = 221+168+14=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA80E is #2257F1. Grayscale: #A6A6A6. Windows color (decimal): -2250738 or 960733. OLE color: 960733.
HSL color Cylindrical-coordinate representation of color #DDA80E: hue angle of 44.64º 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 #DDA80E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.13 |
| HSL | 44.64º | 0.88% | 0.46% | - |
| HSV(B) | 44.64º | 0.94% | 0.87% | - |
| XYZ | 43.9 | 43.41 | 6.48 | - |
| YUV | 166.29 | 42.06 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 14 | 0 | 0.24 | 0.94 | 0.13 | 44.64 | 0.88 | 0.46 |
| Hex | DD | A8 | E | 0 | 18 | 5E | D | 2D | 58 | 2E |
| Octal | 335 | 250 | 16 | 0 | 30 | 136 | 15 | 55 | 130 | 56 |
| Binary | 11011101 | 10101000 | 1110 | 0 | 11000 | 1011110 | 1101 | 101101 | 1011000 | 101110 |
Color Harmonies of #DDA80E
Complementary color
Monochromatic Colors of #DDA80E
Black with #DDA80E
Text Example
Text Example
White with #DDA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA80E; }
p { color: rgb(221,168,14); }
H1.HeaderClassName
{
color: #DDA80E;
}
.AnyTagClassName
{
color: #DDA80E;
}
</style>
background-color css
<style>
a { background-color: #DDA80E; }
a { background-color: rgb(221,168,14); }
div.DivClassName
{
background-color: #DDA80E;
}
.BgClassName
{
background-color: #DDA80E;
}
</style>
border-color css
<style>
span { border-color: #DDA80E; }
span { border-color: rgb(221,168,14); }
td.TdClassName
{
border-color: #DDA80E;
}
.TagClassName
{
border-color: #DDA80E;
}
</style>