Shades of Gamboge #DDA113
Tints of Gamboge #DDA113
RGB
CMYK
RGB Variations
Color information
#DDA113 (or 0xDDA113) is known color: Gamboge. HEX triplet: DD, A1 and 13. RGB value is (221,161,19). Sum of RGB (Red+Green+Blue) = 221+161+19=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA113 is #225EEC. Grayscale: #A3A3A3. Windows color (decimal): -2252525 or 1286621. OLE color: 1286621.
HSL color Cylindrical-coordinate representation of color #DDA113: hue angle of 42.18º 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 #DDA113 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 19 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.13 |
| HSL | 42.18º | 0.84% | 0.47% | - |
| HSV(B) | 42.18º | 0.91% | 0.87% | - |
| XYZ | 42.68 | 40.91 | 6.26 | - |
| YUV | 162.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 19 | 0 | 0.27 | 0.91 | 0.13 | 42.18 | 0.84 | 0.47 |
| Hex | DD | A1 | 13 | 0 | 1B | 5B | D | 2A | 54 | 2F |
| Octal | 335 | 241 | 23 | 0 | 33 | 133 | 15 | 52 | 124 | 57 |
| Binary | 11011101 | 10100001 | 10011 | 0 | 11011 | 1011011 | 1101 | 101010 | 1010100 | 101111 |
Color Harmonies of #DDA113
Complementary color
Monochromatic Colors of #DDA113
Black with #DDA113
Text Example
Text Example
White with #DDA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA113; }
p { color: rgb(221,161,19); }
H1.HeaderClassName
{
color: #DDA113;
}
.AnyTagClassName
{
color: #DDA113;
}
</style>
background-color css
<style>
a { background-color: #DDA113; }
a { background-color: rgb(221,161,19); }
div.DivClassName
{
background-color: #DDA113;
}
.BgClassName
{
background-color: #DDA113;
}
</style>
border-color css
<style>
span { border-color: #DDA113; }
span { border-color: rgb(221,161,19); }
td.TdClassName
{
border-color: #DDA113;
}
.TagClassName
{
border-color: #DDA113;
}
</style>