Shades of Gamboge #DDA204
Tints of Gamboge #DDA204
RGB
CMYK
RGB Variations
Color information
#DDA204 (or 0xDDA204) is known color: Gamboge. HEX triplet: DD, A2 and 04. RGB value is (221,162,4). Sum of RGB (Red+Green+Blue) = 221+162+4=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA204 is #225DFB. Grayscale: #A2A2A2. Windows color (decimal): -2252284 or 303837. OLE color: 303837.
HSL color Cylindrical-coordinate representation of color #DDA204: hue angle of 43.69º 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 #DDA204 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.13 |
| HSL | 43.69º | 0.96% | 0.44% | - |
| HSV(B) | 43.69º | 0.98% | 0.87% | - |
| XYZ | 42.76 | 41.22 | 5.82 | - |
| YUV | 161.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 4 | 0 | 0.27 | 0.98 | 0.13 | 43.69 | 0.96 | 0.44 |
| Hex | DD | A2 | 4 | 0 | 1B | 62 | D | 2C | 60 | 2C |
| Octal | 335 | 242 | 4 | 0 | 33 | 142 | 15 | 54 | 140 | 54 |
| Binary | 11011101 | 10100010 | 100 | 0 | 11011 | 1100010 | 1101 | 101100 | 1100000 | 101100 |
Color Harmonies of #DDA204
Complementary color
Monochromatic Colors of #DDA204
Black with #DDA204
Text Example
Text Example
White with #DDA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA204; }
p { color: rgb(221,162,4); }
H1.HeaderClassName
{
color: #DDA204;
}
.AnyTagClassName
{
color: #DDA204;
}
</style>
background-color css
<style>
a { background-color: #DDA204; }
a { background-color: rgb(221,162,4); }
div.DivClassName
{
background-color: #DDA204;
}
.BgClassName
{
background-color: #DDA204;
}
</style>
border-color css
<style>
span { border-color: #DDA204; }
span { border-color: rgb(221,162,4); }
td.TdClassName
{
border-color: #DDA204;
}
.TagClassName
{
border-color: #DDA204;
}
</style>