Shades of Gamboge #DDA20B
Tints of Gamboge #DDA20B
RGB
CMYK
RGB Variations
Color information
#DDA20B (or 0xDDA20B) is known color: Gamboge. HEX triplet: DD, A2 and 0B. RGB value is (221,162,11). Sum of RGB (Red+Green+Blue) = 221+162+11=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA20B is #225DF4. Grayscale: #A3A3A3. Windows color (decimal): -2252277 or 762589. OLE color: 762589.
HSL color Cylindrical-coordinate representation of color #DDA20B: hue angle of 43.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA20B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 43.14º | 0.91% | 0.45% | - |
| HSV(B) | 43.14º | 0.95% | 0.87% | - |
| XYZ | 42.8 | 41.24 | 6.02 | - |
| YUV | 162.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 11 | 0 | 0.27 | 0.95 | 0.13 | 43.14 | 0.91 | 0.45 |
| Hex | DD | A2 | B | 0 | 1B | 5F | D | 2B | 5B | 2D |
| Octal | 335 | 242 | 13 | 0 | 33 | 137 | 15 | 53 | 133 | 55 |
| Binary | 11011101 | 10100010 | 1011 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011011 | 101101 |
Color Harmonies of #DDA20B
Complementary color
Monochromatic Colors of #DDA20B
Black with #DDA20B
Text Example
Text Example
White with #DDA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA20B; }
p { color: rgb(221,162,11); }
H1.HeaderClassName
{
color: #DDA20B;
}
.AnyTagClassName
{
color: #DDA20B;
}
</style>
background-color css
<style>
a { background-color: #DDA20B; }
a { background-color: rgb(221,162,11); }
div.DivClassName
{
background-color: #DDA20B;
}
.BgClassName
{
background-color: #DDA20B;
}
</style>
border-color css
<style>
span { border-color: #DDA20B; }
span { border-color: rgb(221,162,11); }
td.TdClassName
{
border-color: #DDA20B;
}
.TagClassName
{
border-color: #DDA20B;
}
</style>