Shades of Gamboge #DDA202
Tints of Gamboge #DDA202
RGB
CMYK
RGB Variations
Color information
#DDA202 (or 0xDDA202) is known color: Gamboge. HEX triplet: DD, A2 and 02. RGB value is (221,162,2). Sum of RGB (Red+Green+Blue) = 221+162+2=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA202 is #225DFD. Grayscale: #A2A2A2. Windows color (decimal): -2252286 or 172765. OLE color: 172765.
HSL color Cylindrical-coordinate representation of color #DDA202: hue angle of 43.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDA202 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.13 |
| HSL | 43.84º | 0.98% | 0.44% | - |
| HSV(B) | 43.84º | 0.99% | 0.87% | - |
| XYZ | 42.75 | 41.22 | 5.76 | - |
| YUV | 161.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 2 | 0 | 0.27 | 0.99 | 0.13 | 43.84 | 0.98 | 0.44 |
| Hex | DD | A2 | 2 | 0 | 1B | 63 | D | 2C | 62 | 2C |
| Octal | 335 | 242 | 2 | 0 | 33 | 143 | 15 | 54 | 142 | 54 |
| Binary | 11011101 | 10100010 | 10 | 0 | 11011 | 1100011 | 1101 | 101100 | 1100010 | 101100 |
Color Harmonies of #DDA202
Complementary color
Monochromatic Colors of #DDA202
Black with #DDA202
Text Example
Text Example
White with #DDA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA202; }
p { color: rgb(221,162,2); }
H1.HeaderClassName
{
color: #DDA202;
}
.AnyTagClassName
{
color: #DDA202;
}
</style>
background-color css
<style>
a { background-color: #DDA202; }
a { background-color: rgb(221,162,2); }
div.DivClassName
{
background-color: #DDA202;
}
.BgClassName
{
background-color: #DDA202;
}
</style>
border-color css
<style>
span { border-color: #DDA202; }
span { border-color: rgb(221,162,2); }
td.TdClassName
{
border-color: #DDA202;
}
.TagClassName
{
border-color: #DDA202;
}
</style>