Shades of Gamboge #DDA506
Tints of Gamboge #DDA506
RGB
CMYK
RGB Variations
Color information
#DDA506 (or 0xDDA506) is known color: Gamboge. HEX triplet: DD, A5 and 06. RGB value is (221,165,6). Sum of RGB (Red+Green+Blue) = 221+165+6=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA506 is #225AF9. Grayscale: #A4A4A4. Windows color (decimal): -2251514 or 435677. OLE color: 435677.
HSL color Cylindrical-coordinate representation of color #DDA506: hue angle of 44.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDA506 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.13 |
| HSL | 44.37º | 0.95% | 0.45% | - |
| HSV(B) | 44.37º | 0.97% | 0.87% | - |
| XYZ | 43.31 | 42.3 | 6.05 | - |
| YUV | 163.62 | 39.05 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 6 | 0 | 0.25 | 0.97 | 0.13 | 44.37 | 0.95 | 0.45 |
| Hex | DD | A5 | 6 | 0 | 19 | 61 | D | 2C | 5F | 2D |
| Octal | 335 | 245 | 6 | 0 | 31 | 141 | 15 | 54 | 137 | 55 |
| Binary | 11011101 | 10100101 | 110 | 0 | 11001 | 1100001 | 1101 | 101100 | 1011111 | 101101 |
Color Harmonies of #DDA506
Complementary color
Monochromatic Colors of #DDA506
Black with #DDA506
Text Example
Text Example
White with #DDA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA506; }
p { color: rgb(221,165,6); }
H1.HeaderClassName
{
color: #DDA506;
}
.AnyTagClassName
{
color: #DDA506;
}
</style>
background-color css
<style>
a { background-color: #DDA506; }
a { background-color: rgb(221,165,6); }
div.DivClassName
{
background-color: #DDA506;
}
.BgClassName
{
background-color: #DDA506;
}
</style>
border-color css
<style>
span { border-color: #DDA506; }
span { border-color: rgb(221,165,6); }
td.TdClassName
{
border-color: #DDA506;
}
.TagClassName
{
border-color: #DDA506;
}
</style>