Shades of Gamboge #DDA811
Tints of Gamboge #DDA811
RGB
CMYK
RGB Variations
Color information
#DDA811 (or 0xDDA811) is known color: Gamboge. HEX triplet: DD, A8 and 11. RGB value is (221,168,17). Sum of RGB (Red+Green+Blue) = 221+168+17=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA811 is #2257EE. Grayscale: #A7A7A7. Windows color (decimal): -2250735 or 1157341. OLE color: 1157341.
HSL color Cylindrical-coordinate representation of color #DDA811: hue angle of 44.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDA811 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.13 |
| HSL | 44.41º | 0.86% | 0.47% | - |
| HSV(B) | 44.41º | 0.92% | 0.87% | - |
| XYZ | 43.92 | 43.42 | 6.6 | - |
| YUV | 166.63 | 43.56 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 17 | 0 | 0.24 | 0.92 | 0.13 | 44.41 | 0.86 | 0.47 |
| Hex | DD | A8 | 11 | 0 | 18 | 5C | D | 2C | 56 | 2F |
| Octal | 335 | 250 | 21 | 0 | 30 | 134 | 15 | 54 | 126 | 57 |
| Binary | 11011101 | 10101000 | 10001 | 0 | 11000 | 1011100 | 1101 | 101100 | 1010110 | 101111 |
Color Harmonies of #DDA811
Complementary color
Monochromatic Colors of #DDA811
Black with #DDA811
Text Example
Text Example
White with #DDA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA811; }
p { color: rgb(221,168,17); }
H1.HeaderClassName
{
color: #DDA811;
}
.AnyTagClassName
{
color: #DDA811;
}
</style>
background-color css
<style>
a { background-color: #DDA811; }
a { background-color: rgb(221,168,17); }
div.DivClassName
{
background-color: #DDA811;
}
.BgClassName
{
background-color: #DDA811;
}
</style>
border-color css
<style>
span { border-color: #DDA811; }
span { border-color: rgb(221,168,17); }
td.TdClassName
{
border-color: #DDA811;
}
.TagClassName
{
border-color: #DDA811;
}
</style>