Shades of Gamboge #DDA114
Tints of Gamboge #DDA114
RGB
CMYK
RGB Variations
Color information
#DDA114 (or 0xDDA114) is known color: Gamboge. HEX triplet: DD, A1 and 14. RGB value is (221,161,20). Sum of RGB (Red+Green+Blue) = 221+161+20=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA114 is #225EEB. Grayscale: #A3A3A3. Windows color (decimal): -2252524 or 1352157. OLE color: 1352157.
HSL color Cylindrical-coordinate representation of color #DDA114: hue angle of 42.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDA114 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.13 |
| HSL | 42.09º | 0.83% | 0.47% | - |
| HSV(B) | 42.09º | 0.91% | 0.87% | - |
| XYZ | 42.69 | 40.91 | 6.31 | - |
| YUV | 162.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 20 | 0 | 0.27 | 0.91 | 0.13 | 42.09 | 0.83 | 0.47 |
| Hex | DD | A1 | 14 | 0 | 1B | 5B | D | 2A | 53 | 2F |
| Octal | 335 | 241 | 24 | 0 | 33 | 133 | 15 | 52 | 123 | 57 |
| Binary | 11011101 | 10100001 | 10100 | 0 | 11011 | 1011011 | 1101 | 101010 | 1010011 | 101111 |
Color Harmonies of #DDA114
Complementary color
Monochromatic Colors of #DDA114
Black with #DDA114
Text Example
Text Example
White with #DDA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA114; }
p { color: rgb(221,161,20); }
H1.HeaderClassName
{
color: #DDA114;
}
.AnyTagClassName
{
color: #DDA114;
}
</style>
background-color css
<style>
a { background-color: #DDA114; }
a { background-color: rgb(221,161,20); }
div.DivClassName
{
background-color: #DDA114;
}
.BgClassName
{
background-color: #DDA114;
}
</style>
border-color css
<style>
span { border-color: #DDA114; }
span { border-color: rgb(221,161,20); }
td.TdClassName
{
border-color: #DDA114;
}
.TagClassName
{
border-color: #DDA114;
}
</style>