Shades of Gamboge #DDA713
Tints of Gamboge #DDA713
RGB
CMYK
RGB Variations
Color information
#DDA713 (or 0xDDA713) is known color: Gamboge. HEX triplet: DD, A7 and 13. RGB value is (221,167,19). Sum of RGB (Red+Green+Blue) = 221+167+19=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA713 is #2258EC. Grayscale: #A6A6A6. Windows color (decimal): -2250989 or 1288157. OLE color: 1288157.
HSL color Cylindrical-coordinate representation of color #DDA713: hue angle of 43.96º 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 #DDA713 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.13 |
| HSL | 43.96º | 0.84% | 0.47% | - |
| HSV(B) | 43.96º | 0.91% | 0.87% | - |
| XYZ | 43.76 | 43.06 | 6.62 | - |
| YUV | 166.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 19 | 0 | 0.24 | 0.91 | 0.13 | 43.96 | 0.84 | 0.47 |
| Hex | DD | A7 | 13 | 0 | 18 | 5B | D | 2C | 54 | 2F |
| Octal | 335 | 247 | 23 | 0 | 30 | 133 | 15 | 54 | 124 | 57 |
| Binary | 11011101 | 10100111 | 10011 | 0 | 11000 | 1011011 | 1101 | 101100 | 1010100 | 101111 |
Color Harmonies of #DDA713
Complementary color
Monochromatic Colors of #DDA713
Black with #DDA713
Text Example
Text Example
White with #DDA713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA713; }
p { color: rgb(221,167,19); }
H1.HeaderClassName
{
color: #DDA713;
}
.AnyTagClassName
{
color: #DDA713;
}
</style>
background-color css
<style>
a { background-color: #DDA713; }
a { background-color: rgb(221,167,19); }
div.DivClassName
{
background-color: #DDA713;
}
.BgClassName
{
background-color: #DDA713;
}
</style>
border-color css
<style>
span { border-color: #DDA713; }
span { border-color: rgb(221,167,19); }
td.TdClassName
{
border-color: #DDA713;
}
.TagClassName
{
border-color: #DDA713;
}
</style>