Shades of Gamboge #DDA206
Tints of Gamboge #DDA206
RGB
CMYK
RGB Variations
Color information
#DDA206 (or 0xDDA206) is known color: Gamboge. HEX triplet: DD, A2 and 06. RGB value is (221,162,6). Sum of RGB (Red+Green+Blue) = 221+162+6=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA206 is #225DF9. Grayscale: #A2A2A2. Windows color (decimal): -2252282 or 434909. OLE color: 434909.
HSL color Cylindrical-coordinate representation of color #DDA206: hue angle of 43.53º 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 #DDA206 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.13 |
| HSL | 43.53º | 0.95% | 0.45% | - |
| HSV(B) | 43.53º | 0.97% | 0.87% | - |
| XYZ | 42.77 | 41.23 | 5.88 | - |
| YUV | 161.86 | 40.05 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 6 | 0 | 0.27 | 0.97 | 0.13 | 43.53 | 0.95 | 0.45 |
| Hex | DD | A2 | 6 | 0 | 1B | 61 | D | 2C | 5F | 2D |
| Octal | 335 | 242 | 6 | 0 | 33 | 141 | 15 | 54 | 137 | 55 |
| Binary | 11011101 | 10100010 | 110 | 0 | 11011 | 1100001 | 1101 | 101100 | 1011111 | 101101 |
Color Harmonies of #DDA206
Complementary color
Monochromatic Colors of #DDA206
Black with #DDA206
Text Example
Text Example
White with #DDA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA206; }
p { color: rgb(221,162,6); }
H1.HeaderClassName
{
color: #DDA206;
}
.AnyTagClassName
{
color: #DDA206;
}
</style>
background-color css
<style>
a { background-color: #DDA206; }
a { background-color: rgb(221,162,6); }
div.DivClassName
{
background-color: #DDA206;
}
.BgClassName
{
background-color: #DDA206;
}
</style>
border-color css
<style>
span { border-color: #DDA206; }
span { border-color: rgb(221,162,6); }
td.TdClassName
{
border-color: #DDA206;
}
.TagClassName
{
border-color: #DDA206;
}
</style>