Shades of Gamboge #DDA70D
Tints of Gamboge #DDA70D
RGB
CMYK
RGB Variations
Color information
#DDA70D (or 0xDDA70D) is known color: Gamboge. HEX triplet: DD, A7 and 0D. RGB value is (221,167,13). Sum of RGB (Red+Green+Blue) = 221+167+13=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA70D is #2258F2. Grayscale: #A6A6A6. Windows color (decimal): -2250995 or 894941. OLE color: 894941.
HSL color Cylindrical-coordinate representation of color #DDA70D: hue angle of 44.42º 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 #DDA70D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.13 |
| HSL | 44.42º | 0.89% | 0.46% | - |
| HSV(B) | 44.42º | 0.94% | 0.87% | - |
| XYZ | 43.71 | 43.04 | 6.38 | - |
| YUV | 165.59 | 41.89 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 13 | 0 | 0.24 | 0.94 | 0.13 | 44.42 | 0.89 | 0.46 |
| Hex | DD | A7 | D | 0 | 18 | 5E | D | 2C | 59 | 2E |
| Octal | 335 | 247 | 15 | 0 | 30 | 136 | 15 | 54 | 131 | 56 |
| Binary | 11011101 | 10100111 | 1101 | 0 | 11000 | 1011110 | 1101 | 101100 | 1011001 | 101110 |
Color Harmonies of #DDA70D
Complementary color
Monochromatic Colors of #DDA70D
Black with #DDA70D
Text Example
Text Example
White with #DDA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA70D; }
p { color: rgb(221,167,13); }
H1.HeaderClassName
{
color: #DDA70D;
}
.AnyTagClassName
{
color: #DDA70D;
}
</style>
background-color css
<style>
a { background-color: #DDA70D; }
a { background-color: rgb(221,167,13); }
div.DivClassName
{
background-color: #DDA70D;
}
.BgClassName
{
background-color: #DDA70D;
}
</style>
border-color css
<style>
span { border-color: #DDA70D; }
span { border-color: rgb(221,167,13); }
td.TdClassName
{
border-color: #DDA70D;
}
.TagClassName
{
border-color: #DDA70D;
}
</style>