Shades of Gamboge #DDA019
Tints of Gamboge #DDA019
RGB
CMYK
RGB Variations
Color information
#DDA019 (or 0xDDA019) is known color: Gamboge. HEX triplet: DD, A0 and 19. RGB value is (221,160,25). Sum of RGB (Red+Green+Blue) = 221+160+25=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA019 is #225FE6. Grayscale: #A3A3A3. Windows color (decimal): -2252775 or 1679581. OLE color: 1679581.
HSL color Cylindrical-coordinate representation of color #DDA019: hue angle of 41.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDA019 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.13 |
| HSL | 41.33º | 0.8% | 0.48% | - |
| HSV(B) | 41.33º | 0.89% | 0.87% | - |
| XYZ | 42.57 | 40.58 | 6.51 | - |
| YUV | 162.85 | 50.21 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 25 | 0 | 0.28 | 0.89 | 0.13 | 41.33 | 0.8 | 0.48 |
| Hex | DD | A0 | 19 | 0 | 1C | 59 | D | 29 | 50 | 30 |
| Octal | 335 | 240 | 31 | 0 | 34 | 131 | 15 | 51 | 120 | 60 |
| Binary | 11011101 | 10100000 | 11001 | 0 | 11100 | 1011001 | 1101 | 101001 | 1010000 | 110000 |
Color Harmonies of #DDA019
Complementary color
Monochromatic Colors of #DDA019
Black with #DDA019
Text Example
Text Example
White with #DDA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA019; }
p { color: rgb(221,160,25); }
H1.HeaderClassName
{
color: #DDA019;
}
.AnyTagClassName
{
color: #DDA019;
}
</style>
background-color css
<style>
a { background-color: #DDA019; }
a { background-color: rgb(221,160,25); }
div.DivClassName
{
background-color: #DDA019;
}
.BgClassName
{
background-color: #DDA019;
}
</style>
border-color css
<style>
span { border-color: #DDA019; }
span { border-color: rgb(221,160,25); }
td.TdClassName
{
border-color: #DDA019;
}
.TagClassName
{
border-color: #DDA019;
}
</style>