Shades of Gamboge #DDA605
Tints of Gamboge #DDA605
RGB
CMYK
RGB Variations
Color information
#DDA605 (or 0xDDA605) is known color: Gamboge. HEX triplet: DD, A6 and 05. RGB value is (221,166,5). Sum of RGB (Red+Green+Blue) = 221+166+5=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA605 is #2259FA. Grayscale: #A4A4A4. Windows color (decimal): -2251259 or 370397. OLE color: 370397.
HSL color Cylindrical-coordinate representation of color #DDA605: hue angle of 44.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA605 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.72º | 0.96% | 0.44% | - |
| HSV(B) | 44.72º | 0.98% | 0.87% | - |
| XYZ | 43.48 | 42.66 | 6.09 | - |
| YUV | 164.09 | 38.22 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 5 | 0 | 0.25 | 0.98 | 0.13 | 44.72 | 0.96 | 0.44 |
| Hex | DD | A6 | 5 | 0 | 19 | 62 | D | 2D | 60 | 2C |
| Octal | 335 | 246 | 5 | 0 | 31 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011101 | 10100110 | 101 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DDA605
Complementary color
Monochromatic Colors of #DDA605
Black with #DDA605
Text Example
Text Example
White with #DDA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA605; }
p { color: rgb(221,166,5); }
H1.HeaderClassName
{
color: #DDA605;
}
.AnyTagClassName
{
color: #DDA605;
}
</style>
background-color css
<style>
a { background-color: #DDA605; }
a { background-color: rgb(221,166,5); }
div.DivClassName
{
background-color: #DDA605;
}
.BgClassName
{
background-color: #DDA605;
}
</style>
border-color css
<style>
span { border-color: #DDA605; }
span { border-color: rgb(221,166,5); }
td.TdClassName
{
border-color: #DDA605;
}
.TagClassName
{
border-color: #DDA605;
}
</style>