Shades of Gamboge #DDA017
Tints of Gamboge #DDA017
RGB
CMYK
RGB Variations
Color information
#DDA017 (or 0xDDA017) is known color: Gamboge. HEX triplet: DD, A0 and 17. RGB value is (221,160,23). Sum of RGB (Red+Green+Blue) = 221+160+23=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA017 is #225FE8. Grayscale: #A3A3A3. Windows color (decimal): -2252777 or 1548509. OLE color: 1548509.
HSL color Cylindrical-coordinate representation of color #DDA017: hue angle of 41.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA017 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.13 |
| HSL | 41.52º | 0.81% | 0.48% | - |
| HSV(B) | 41.52º | 0.9% | 0.87% | - |
| XYZ | 42.54 | 40.58 | 6.4 | - |
| YUV | 162.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 23 | 0 | 0.28 | 0.90 | 0.13 | 41.52 | 0.81 | 0.48 |
| Hex | DD | A0 | 17 | 0 | 1C | 5A | D | 2A | 51 | 30 |
| Octal | 335 | 240 | 27 | 0 | 34 | 132 | 15 | 52 | 121 | 60 |
| Binary | 11011101 | 10100000 | 10111 | 0 | 11100 | 1011010 | 1101 | 101010 | 1010001 | 110000 |
Color Harmonies of #DDA017
Complementary color
Monochromatic Colors of #DDA017
Black with #DDA017
Text Example
Text Example
White with #DDA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA017; }
p { color: rgb(221,160,23); }
H1.HeaderClassName
{
color: #DDA017;
}
.AnyTagClassName
{
color: #DDA017;
}
</style>
background-color css
<style>
a { background-color: #DDA017; }
a { background-color: rgb(221,160,23); }
div.DivClassName
{
background-color: #DDA017;
}
.BgClassName
{
background-color: #DDA017;
}
</style>
border-color css
<style>
span { border-color: #DDA017; }
span { border-color: rgb(221,160,23); }
td.TdClassName
{
border-color: #DDA017;
}
.TagClassName
{
border-color: #DDA017;
}
</style>