Shades of Gamboge #DDA90F
Tints of Gamboge #DDA90F
RGB
CMYK
RGB Variations
Color information
#DDA90F (or 0xDDA90F) is known color: Gamboge. HEX triplet: DD, A9 and 0F. RGB value is (221,169,15). Sum of RGB (Red+Green+Blue) = 221+169+15=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA90F is #2256F0. Grayscale: #A7A7A7. Windows color (decimal): -2250481 or 1026525. OLE color: 1026525.
HSL color Cylindrical-coordinate representation of color #DDA90F: hue angle of 44.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDA90F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.13 |
| HSL | 44.85º | 0.87% | 0.46% | - |
| HSV(B) | 44.85º | 0.93% | 0.87% | - |
| XYZ | 44.09 | 43.78 | 6.58 | - |
| YUV | 166.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 15 | 0 | 0.24 | 0.93 | 0.13 | 44.85 | 0.87 | 0.46 |
| Hex | DD | A9 | F | 0 | 18 | 5D | D | 2D | 57 | 2E |
| Octal | 335 | 251 | 17 | 0 | 30 | 135 | 15 | 55 | 127 | 56 |
| Binary | 11011101 | 10101001 | 1111 | 0 | 11000 | 1011101 | 1101 | 101101 | 1010111 | 101110 |
Color Harmonies of #DDA90F
Complementary color
Monochromatic Colors of #DDA90F
Black with #DDA90F
Text Example
Text Example
White with #DDA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA90F; }
p { color: rgb(221,169,15); }
H1.HeaderClassName
{
color: #DDA90F;
}
.AnyTagClassName
{
color: #DDA90F;
}
</style>
background-color css
<style>
a { background-color: #DDA90F; }
a { background-color: rgb(221,169,15); }
div.DivClassName
{
background-color: #DDA90F;
}
.BgClassName
{
background-color: #DDA90F;
}
</style>
border-color css
<style>
span { border-color: #DDA90F; }
span { border-color: rgb(221,169,15); }
td.TdClassName
{
border-color: #DDA90F;
}
.TagClassName
{
border-color: #DDA90F;
}
</style>