Shades of Gamboge #DDA50E
Tints of Gamboge #DDA50E
RGB
CMYK
RGB Variations
Color information
#DDA50E (or 0xDDA50E) is known color: Gamboge. HEX triplet: DD, A5 and 0E. RGB value is (221,165,14). Sum of RGB (Red+Green+Blue) = 221+165+14=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA50E is #225AF1. Grayscale: #A5A5A5. Windows color (decimal): -2251506 or 959965. OLE color: 959965.
HSL color Cylindrical-coordinate representation of color #DDA50E: hue angle of 43.77º 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 #DDA50E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.13 |
| HSL | 43.77º | 0.88% | 0.46% | - |
| HSV(B) | 43.77º | 0.94% | 0.87% | - |
| XYZ | 43.35 | 42.31 | 6.3 | - |
| YUV | 164.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 14 | 0 | 0.25 | 0.94 | 0.13 | 43.77 | 0.88 | 0.46 |
| Hex | DD | A5 | E | 0 | 19 | 5E | D | 2C | 58 | 2E |
| Octal | 335 | 245 | 16 | 0 | 31 | 136 | 15 | 54 | 130 | 56 |
| Binary | 11011101 | 10100101 | 1110 | 0 | 11001 | 1011110 | 1101 | 101100 | 1011000 | 101110 |
Color Harmonies of #DDA50E
Complementary color
Monochromatic Colors of #DDA50E
Black with #DDA50E
Text Example
Text Example
White with #DDA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA50E; }
p { color: rgb(221,165,14); }
H1.HeaderClassName
{
color: #DDA50E;
}
.AnyTagClassName
{
color: #DDA50E;
}
</style>
background-color css
<style>
a { background-color: #DDA50E; }
a { background-color: rgb(221,165,14); }
div.DivClassName
{
background-color: #DDA50E;
}
.BgClassName
{
background-color: #DDA50E;
}
</style>
border-color css
<style>
span { border-color: #DDA50E; }
span { border-color: rgb(221,165,14); }
td.TdClassName
{
border-color: #DDA50E;
}
.TagClassName
{
border-color: #DDA50E;
}
</style>