Shades of Gamboge #DDA90B
Tints of Gamboge #DDA90B
RGB
CMYK
RGB Variations
Color information
#DDA90B (or 0xDDA90B) is known color: Gamboge. HEX triplet: DD, A9 and 0B. RGB value is (221,169,11). Sum of RGB (Red+Green+Blue) = 221+169+11=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA90B is #2256F4. Grayscale: #A7A7A7. Windows color (decimal): -2250485 or 764381. OLE color: 764381.
HSL color Cylindrical-coordinate representation of color #DDA90B: hue angle of 45.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 #DDA90B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.13 |
| HSL | 45.14º | 0.91% | 0.45% | - |
| HSV(B) | 45.14º | 0.95% | 0.87% | - |
| XYZ | 44.07 | 43.77 | 6.44 | - |
| YUV | 166.54 | 40.23 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 11 | 0 | 0.24 | 0.95 | 0.13 | 45.14 | 0.91 | 0.45 |
| Hex | DD | A9 | B | 0 | 18 | 5F | D | 2D | 5B | 2D |
| Octal | 335 | 251 | 13 | 0 | 30 | 137 | 15 | 55 | 133 | 55 |
| Binary | 11011101 | 10101001 | 1011 | 0 | 11000 | 1011111 | 1101 | 101101 | 1011011 | 101101 |
Color Harmonies of #DDA90B
Complementary color
Monochromatic Colors of #DDA90B
Black with #DDA90B
Text Example
Text Example
White with #DDA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA90B; }
p { color: rgb(221,169,11); }
H1.HeaderClassName
{
color: #DDA90B;
}
.AnyTagClassName
{
color: #DDA90B;
}
</style>
background-color css
<style>
a { background-color: #DDA90B; }
a { background-color: rgb(221,169,11); }
div.DivClassName
{
background-color: #DDA90B;
}
.BgClassName
{
background-color: #DDA90B;
}
</style>
border-color css
<style>
span { border-color: #DDA90B; }
span { border-color: rgb(221,169,11); }
td.TdClassName
{
border-color: #DDA90B;
}
.TagClassName
{
border-color: #DDA90B;
}
</style>