Shades of Gamboge #DDA416
Tints of Gamboge #DDA416
RGB
CMYK
RGB Variations
Color information
#DDA416 (or 0xDDA416) is known color: Gamboge. HEX triplet: DD, A4 and 16. RGB value is (221,164,22). Sum of RGB (Red+Green+Blue) = 221+164+22=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA416 is #225BE9. Grayscale: #A5A5A5. Windows color (decimal): -2251754 or 1483997. OLE color: 1483997.
HSL color Cylindrical-coordinate representation of color #DDA416: hue angle of 42.81º 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 #DDA416 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.81º | 0.82% | 0.48% | - |
| HSV(B) | 42.81º | 0.9% | 0.87% | - |
| XYZ | 43.24 | 41.98 | 6.58 | - |
| YUV | 164.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 22 | 0 | 0.26 | 0.90 | 0.13 | 42.81 | 0.82 | 0.48 |
| Hex | DD | A4 | 16 | 0 | 1A | 5A | D | 2B | 52 | 30 |
| Octal | 335 | 244 | 26 | 0 | 32 | 132 | 15 | 53 | 122 | 60 |
| Binary | 11011101 | 10100100 | 10110 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010010 | 110000 |
Color Harmonies of #DDA416
Complementary color
Monochromatic Colors of #DDA416
Black with #DDA416
Text Example
Text Example
White with #DDA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA416; }
p { color: rgb(221,164,22); }
H1.HeaderClassName
{
color: #DDA416;
}
.AnyTagClassName
{
color: #DDA416;
}
</style>
background-color css
<style>
a { background-color: #DDA416; }
a { background-color: rgb(221,164,22); }
div.DivClassName
{
background-color: #DDA416;
}
.BgClassName
{
background-color: #DDA416;
}
</style>
border-color css
<style>
span { border-color: #DDA416; }
span { border-color: rgb(221,164,22); }
td.TdClassName
{
border-color: #DDA416;
}
.TagClassName
{
border-color: #DDA416;
}
</style>