Shades of Gamboge #DDA413
Tints of Gamboge #DDA413
RGB
CMYK
RGB Variations
Color information
#DDA413 (or 0xDDA413) is known color: Gamboge. HEX triplet: DD, A4 and 13. RGB value is (221,164,19). Sum of RGB (Red+Green+Blue) = 221+164+19=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA413 is #225BEC. Grayscale: #A5A5A5. Windows color (decimal): -2251757 or 1287389. OLE color: 1287389.
HSL color Cylindrical-coordinate representation of color #DDA413: hue angle of 43.07º degrees, saturation: 0.84, 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 #DDA413 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 19 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.13 |
| HSL | 43.07º | 0.84% | 0.47% | - |
| HSV(B) | 43.07º | 0.91% | 0.87% | - |
| XYZ | 43.21 | 41.97 | 6.44 | - |
| YUV | 164.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 19 | 0 | 0.26 | 0.91 | 0.13 | 43.07 | 0.84 | 0.47 |
| Hex | DD | A4 | 13 | 0 | 1A | 5B | D | 2B | 54 | 2F |
| Octal | 335 | 244 | 23 | 0 | 32 | 133 | 15 | 53 | 124 | 57 |
| Binary | 11011101 | 10100100 | 10011 | 0 | 11010 | 1011011 | 1101 | 101011 | 1010100 | 101111 |
Color Harmonies of #DDA413
Complementary color
Monochromatic Colors of #DDA413
Black with #DDA413
Text Example
Text Example
White with #DDA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA413; }
p { color: rgb(221,164,19); }
H1.HeaderClassName
{
color: #DDA413;
}
.AnyTagClassName
{
color: #DDA413;
}
</style>
background-color css
<style>
a { background-color: #DDA413; }
a { background-color: rgb(221,164,19); }
div.DivClassName
{
background-color: #DDA413;
}
.BgClassName
{
background-color: #DDA413;
}
</style>
border-color css
<style>
span { border-color: #DDA413; }
span { border-color: rgb(221,164,19); }
td.TdClassName
{
border-color: #DDA413;
}
.TagClassName
{
border-color: #DDA413;
}
</style>