Shades of Gamboge #DDA60D
Tints of Gamboge #DDA60D
RGB
CMYK
RGB Variations
Color information
#DDA60D (or 0xDDA60D) is known color: Gamboge. HEX triplet: DD, A6 and 0D. RGB value is (221,166,13). Sum of RGB (Red+Green+Blue) = 221+166+13=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA60D is #2259F2. Grayscale: #A5A5A5. Windows color (decimal): -2251251 or 894685. OLE color: 894685.
HSL color Cylindrical-coordinate representation of color #DDA60D: hue angle of 44.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDA60D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.13 |
| HSL | 44.13º | 0.89% | 0.46% | - |
| HSV(B) | 44.13º | 0.94% | 0.87% | - |
| XYZ | 43.53 | 42.67 | 6.32 | - |
| YUV | 165 | 42.22 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 13 | 0 | 0.25 | 0.94 | 0.13 | 44.13 | 0.89 | 0.46 |
| Hex | DD | A6 | D | 0 | 19 | 5E | D | 2C | 59 | 2E |
| Octal | 335 | 246 | 15 | 0 | 31 | 136 | 15 | 54 | 131 | 56 |
| Binary | 11011101 | 10100110 | 1101 | 0 | 11001 | 1011110 | 1101 | 101100 | 1011001 | 101110 |
Color Harmonies of #DDA60D
Complementary color
Monochromatic Colors of #DDA60D
Black with #DDA60D
Text Example
Text Example
White with #DDA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA60D; }
p { color: rgb(221,166,13); }
H1.HeaderClassName
{
color: #DDA60D;
}
.AnyTagClassName
{
color: #DDA60D;
}
</style>
background-color css
<style>
a { background-color: #DDA60D; }
a { background-color: rgb(221,166,13); }
div.DivClassName
{
background-color: #DDA60D;
}
.BgClassName
{
background-color: #DDA60D;
}
</style>
border-color css
<style>
span { border-color: #DDA60D; }
span { border-color: rgb(221,166,13); }
td.TdClassName
{
border-color: #DDA60D;
}
.TagClassName
{
border-color: #DDA60D;
}
</style>