Shades of Gamboge #DDA100
Tints of Gamboge #DDA100
RGB
CMYK
RGB Variations
Color information
#DDA100 (or 0xDDA100) is known color: Gamboge. HEX triplet: DD, A1 and 00. RGB value is (221,161,0). Sum of RGB (Red+Green+Blue) = 221+161+0=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA100 is #225EFF. Grayscale: #A1A1A1. Windows color (decimal): -2252544 or 41437. OLE color: 41437.
HSL color Cylindrical-coordinate representation of color #DDA100: hue angle of 43.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.13 |
| HSL | 43.71º | 1% | 0.43% | - |
| HSV(B) | 43.71º | 1% | 0.87% | - |
| XYZ | 42.56 | 40.86 | 5.64 | - |
| YUV | 160.59 | 37.38 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 0 | 0 | 0.27 | 1 | 0.13 | 43.71 | 1 | 0.43 |
| Hex | DD | A1 | 0 | 0 | 1B | 64 | D | 2C | 64 | 2B |
| Octal | 335 | 241 | 0 | 0 | 33 | 144 | 15 | 54 | 144 | 53 |
| Binary | 11011101 | 10100001 | 0 | 0 | 11011 | 1100100 | 1101 | 101100 | 1100100 | 101011 |
Color Harmonies of #DDA100
Complementary color
Monochromatic Colors of #DDA100
Black with #DDA100
Text Example
Text Example
White with #DDA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA100; }
p { color: rgb(221,161,0); }
H1.HeaderClassName
{
color: #DDA100;
}
.AnyTagClassName
{
color: #DDA100;
}
</style>
background-color css
<style>
a { background-color: #DDA100; }
a { background-color: rgb(221,161,0); }
div.DivClassName
{
background-color: #DDA100;
}
.BgClassName
{
background-color: #DDA100;
}
</style>
border-color css
<style>
span { border-color: #DDA100; }
span { border-color: rgb(221,161,0); }
td.TdClassName
{
border-color: #DDA100;
}
.TagClassName
{
border-color: #DDA100;
}
</style>