Shades of Gamboge #DDA614
Tints of Gamboge #DDA614
RGB
CMYK
RGB Variations
Color information
#DDA614 (or 0xDDA614) is known color: Gamboge. HEX triplet: DD, A6 and 14. RGB value is (221,166,20). Sum of RGB (Red+Green+Blue) = 221+166+20=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA614 is #2259EB. Grayscale: #A6A6A6. Windows color (decimal): -2251244 or 1353437. OLE color: 1353437.
HSL color Cylindrical-coordinate representation of color #DDA614: hue angle of 43.58º 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 #DDA614 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 20 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.13 |
| HSL | 43.58º | 0.83% | 0.47% | - |
| HSV(B) | 43.58º | 0.91% | 0.87% | - |
| XYZ | 43.58 | 42.7 | 6.61 | - |
| YUV | 165.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 20 | 0 | 0.25 | 0.91 | 0.13 | 43.58 | 0.83 | 0.47 |
| Hex | DD | A6 | 14 | 0 | 19 | 5B | D | 2C | 53 | 2F |
| Octal | 335 | 246 | 24 | 0 | 31 | 133 | 15 | 54 | 123 | 57 |
| Binary | 11011101 | 10100110 | 10100 | 0 | 11001 | 1011011 | 1101 | 101100 | 1010011 | 101111 |
Color Harmonies of #DDA614
Complementary color
Monochromatic Colors of #DDA614
Black with #DDA614
Text Example
Text Example
White with #DDA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA614; }
p { color: rgb(221,166,20); }
H1.HeaderClassName
{
color: #DDA614;
}
.AnyTagClassName
{
color: #DDA614;
}
</style>
background-color css
<style>
a { background-color: #DDA614; }
a { background-color: rgb(221,166,20); }
div.DivClassName
{
background-color: #DDA614;
}
.BgClassName
{
background-color: #DDA614;
}
</style>
border-color css
<style>
span { border-color: #DDA614; }
span { border-color: rgb(221,166,20); }
td.TdClassName
{
border-color: #DDA614;
}
.TagClassName
{
border-color: #DDA614;
}
</style>