Shades of Gamboge #DDA316
Tints of Gamboge #DDA316
RGB
CMYK
RGB Variations
Color information
#DDA316 (or 0xDDA316) is known color: Gamboge. HEX triplet: DD, A3 and 16. RGB value is (221,163,22). Sum of RGB (Red+Green+Blue) = 221+163+22=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA316 is #225CE9. Grayscale: #A4A4A4. Windows color (decimal): -2252010 or 1483741. OLE color: 1483741.
HSL color Cylindrical-coordinate representation of color #DDA316: hue angle of 42.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA316 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.51º | 0.82% | 0.48% | - |
| HSV(B) | 42.51º | 0.9% | 0.87% | - |
| XYZ | 43.06 | 41.62 | 6.52 | - |
| YUV | 164.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 22 | 0 | 0.26 | 0.90 | 0.13 | 42.51 | 0.82 | 0.48 |
| Hex | DD | A3 | 16 | 0 | 1A | 5A | D | 2B | 52 | 30 |
| Octal | 335 | 243 | 26 | 0 | 32 | 132 | 15 | 53 | 122 | 60 |
| Binary | 11011101 | 10100011 | 10110 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010010 | 110000 |
Color Harmonies of #DDA316
Complementary color
Monochromatic Colors of #DDA316
Black with #DDA316
Text Example
Text Example
White with #DDA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA316; }
p { color: rgb(221,163,22); }
H1.HeaderClassName
{
color: #DDA316;
}
.AnyTagClassName
{
color: #DDA316;
}
</style>
background-color css
<style>
a { background-color: #DDA316; }
a { background-color: rgb(221,163,22); }
div.DivClassName
{
background-color: #DDA316;
}
.BgClassName
{
background-color: #DDA316;
}
</style>
border-color css
<style>
span { border-color: #DDA316; }
span { border-color: rgb(221,163,22); }
td.TdClassName
{
border-color: #DDA316;
}
.TagClassName
{
border-color: #DDA316;
}
</style>