Shades of Gamboge #DDA600
Tints of Gamboge #DDA600
RGB
CMYK
RGB Variations
Color information
#DDA600 (or 0xDDA600) is known color: Gamboge. HEX triplet: DD, A6 and 00. RGB value is (221,166,0). Sum of RGB (Red+Green+Blue) = 221+166+0=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA600 is #2259FF. Grayscale: #A4A4A4. Windows color (decimal): -2251264 or 42717. OLE color: 42717.
HSL color Cylindrical-coordinate representation of color #DDA600: hue angle of 45.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.13 |
| HSL | 45.07º | 1% | 0.43% | - |
| HSV(B) | 45.07º | 1% | 0.87% | - |
| XYZ | 43.46 | 42.64 | 5.94 | - |
| YUV | 163.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 0 | 0 | 0.25 | 1 | 0.13 | 45.07 | 1 | 0.43 |
| Hex | DD | A6 | 0 | 0 | 19 | 64 | D | 2D | 64 | 2B |
| Octal | 335 | 246 | 0 | 0 | 31 | 144 | 15 | 55 | 144 | 53 |
| Binary | 11011101 | 10100110 | 0 | 0 | 11001 | 1100100 | 1101 | 101101 | 1100100 | 101011 |
Color Harmonies of #DDA600
Complementary color
Monochromatic Colors of #DDA600
Black with #DDA600
Text Example
Text Example
White with #DDA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA600; }
p { color: rgb(221,166,0); }
H1.HeaderClassName
{
color: #DDA600;
}
.AnyTagClassName
{
color: #DDA600;
}
</style>
background-color css
<style>
a { background-color: #DDA600; }
a { background-color: rgb(221,166,0); }
div.DivClassName
{
background-color: #DDA600;
}
.BgClassName
{
background-color: #DDA600;
}
</style>
border-color css
<style>
span { border-color: #DDA600; }
span { border-color: rgb(221,166,0); }
td.TdClassName
{
border-color: #DDA600;
}
.TagClassName
{
border-color: #DDA600;
}
</style>