Shades of Gamboge #DDA30D
Tints of Gamboge #DDA30D
RGB
CMYK
RGB Variations
Color information
#DDA30D (or 0xDDA30D) is known color: Gamboge. HEX triplet: DD, A3 and 0D. RGB value is (221,163,13). Sum of RGB (Red+Green+Blue) = 221+163+13=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA30D is #225CF2. Grayscale: #A3A3A3. Windows color (decimal): -2252019 or 893917. OLE color: 893917.
HSL color Cylindrical-coordinate representation of color #DDA30D: hue angle of 43.27º 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 #DDA30D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.13 |
| HSL | 43.27º | 0.89% | 0.46% | - |
| HSV(B) | 43.27º | 0.94% | 0.87% | - |
| XYZ | 42.99 | 41.6 | 6.14 | - |
| YUV | 163.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 13 | 0 | 0.26 | 0.94 | 0.13 | 43.27 | 0.89 | 0.46 |
| Hex | DD | A3 | D | 0 | 1A | 5E | D | 2B | 59 | 2E |
| Octal | 335 | 243 | 15 | 0 | 32 | 136 | 15 | 53 | 131 | 56 |
| Binary | 11011101 | 10100011 | 1101 | 0 | 11010 | 1011110 | 1101 | 101011 | 1011001 | 101110 |
Color Harmonies of #DDA30D
Complementary color
Monochromatic Colors of #DDA30D
Black with #DDA30D
Text Example
Text Example
White with #DDA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA30D; }
p { color: rgb(221,163,13); }
H1.HeaderClassName
{
color: #DDA30D;
}
.AnyTagClassName
{
color: #DDA30D;
}
</style>
background-color css
<style>
a { background-color: #DDA30D; }
a { background-color: rgb(221,163,13); }
div.DivClassName
{
background-color: #DDA30D;
}
.BgClassName
{
background-color: #DDA30D;
}
</style>
border-color css
<style>
span { border-color: #DDA30D; }
span { border-color: rgb(221,163,13); }
td.TdClassName
{
border-color: #DDA30D;
}
.TagClassName
{
border-color: #DDA30D;
}
</style>