Shades of Gamboge #DDA610
Tints of Gamboge #DDA610
RGB
CMYK
RGB Variations
Color information
#DDA610 (or 0xDDA610) is known color: Gamboge. HEX triplet: DD, A6 and 10. RGB value is (221,166,16). Sum of RGB (Red+Green+Blue) = 221+166+16=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA610 is #2259EF. Grayscale: #A6A6A6. Windows color (decimal): -2251248 or 1091293. OLE color: 1091293.
HSL color Cylindrical-coordinate representation of color #DDA610: hue angle of 43.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDA610 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.13 |
| HSL | 43.9º | 0.86% | 0.46% | - |
| HSV(B) | 43.9º | 0.93% | 0.87% | - |
| XYZ | 43.55 | 42.68 | 6.43 | - |
| YUV | 165.35 | 43.72 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 16 | 0 | 0.25 | 0.93 | 0.13 | 43.9 | 0.86 | 0.46 |
| Hex | DD | A6 | 10 | 0 | 19 | 5D | D | 2C | 56 | 2E |
| Octal | 335 | 246 | 20 | 0 | 31 | 135 | 15 | 54 | 126 | 56 |
| Binary | 11011101 | 10100110 | 10000 | 0 | 11001 | 1011101 | 1101 | 101100 | 1010110 | 101110 |
Color Harmonies of #DDA610
Complementary color
Monochromatic Colors of #DDA610
Black with #DDA610
Text Example
Text Example
White with #DDA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA610; }
p { color: rgb(221,166,16); }
H1.HeaderClassName
{
color: #DDA610;
}
.AnyTagClassName
{
color: #DDA610;
}
</style>
background-color css
<style>
a { background-color: #DDA610; }
a { background-color: rgb(221,166,16); }
div.DivClassName
{
background-color: #DDA610;
}
.BgClassName
{
background-color: #DDA610;
}
</style>
border-color css
<style>
span { border-color: #DDA610; }
span { border-color: rgb(221,166,16); }
td.TdClassName
{
border-color: #DDA610;
}
.TagClassName
{
border-color: #DDA610;
}
</style>