Shades of Gamboge #DDA20C
Tints of Gamboge #DDA20C
RGB
CMYK
RGB Variations
Color information
#DDA20C (or 0xDDA20C) is known color: Gamboge. HEX triplet: DD, A2 and 0C. RGB value is (221,162,12). Sum of RGB (Red+Green+Blue) = 221+162+12=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA20C is #225DF3. Grayscale: #A3A3A3. Windows color (decimal): -2252276 or 828125. OLE color: 828125.
HSL color Cylindrical-coordinate representation of color #DDA20C: hue angle of 43.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA20C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 43.06º | 0.9% | 0.46% | - |
| HSV(B) | 43.06º | 0.95% | 0.87% | - |
| XYZ | 42.81 | 41.24 | 6.05 | - |
| YUV | 162.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 12 | 0 | 0.27 | 0.95 | 0.13 | 43.06 | 0.9 | 0.46 |
| Hex | DD | A2 | C | 0 | 1B | 5F | D | 2B | 5A | 2E |
| Octal | 335 | 242 | 14 | 0 | 33 | 137 | 15 | 53 | 132 | 56 |
| Binary | 11011101 | 10100010 | 1100 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011010 | 101110 |
Color Harmonies of #DDA20C
Complementary color
Monochromatic Colors of #DDA20C
Black with #DDA20C
Text Example
Text Example
White with #DDA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA20C; }
p { color: rgb(221,162,12); }
H1.HeaderClassName
{
color: #DDA20C;
}
.AnyTagClassName
{
color: #DDA20C;
}
</style>
background-color css
<style>
a { background-color: #DDA20C; }
a { background-color: rgb(221,162,12); }
div.DivClassName
{
background-color: #DDA20C;
}
.BgClassName
{
background-color: #DDA20C;
}
</style>
border-color css
<style>
span { border-color: #DDA20C; }
span { border-color: rgb(221,162,12); }
td.TdClassName
{
border-color: #DDA20C;
}
.TagClassName
{
border-color: #DDA20C;
}
</style>