Shades of Gamboge #DDA511
Tints of Gamboge #DDA511
RGB
CMYK
RGB Variations
Color information
#DDA511 (or 0xDDA511) is known color: Gamboge. HEX triplet: DD, A5 and 11. RGB value is (221,165,17). Sum of RGB (Red+Green+Blue) = 221+165+17=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA511 is #225AEE. Grayscale: #A5A5A5. Windows color (decimal): -2251503 or 1156573. OLE color: 1156573.
HSL color Cylindrical-coordinate representation of color #DDA511: hue angle of 43.53º 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 #DDA511 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.13 |
| HSL | 43.53º | 0.86% | 0.47% | - |
| HSV(B) | 43.53º | 0.92% | 0.87% | - |
| XYZ | 43.38 | 42.32 | 6.41 | - |
| YUV | 164.87 | 44.55 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 17 | 0 | 0.25 | 0.92 | 0.13 | 43.53 | 0.86 | 0.47 |
| Hex | DD | A5 | 11 | 0 | 19 | 5C | D | 2C | 56 | 2F |
| Octal | 335 | 245 | 21 | 0 | 31 | 134 | 15 | 54 | 126 | 57 |
| Binary | 11011101 | 10100101 | 10001 | 0 | 11001 | 1011100 | 1101 | 101100 | 1010110 | 101111 |
Color Harmonies of #DDA511
Complementary color
Monochromatic Colors of #DDA511
Black with #DDA511
Text Example
Text Example
White with #DDA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA511; }
p { color: rgb(221,165,17); }
H1.HeaderClassName
{
color: #DDA511;
}
.AnyTagClassName
{
color: #DDA511;
}
</style>
background-color css
<style>
a { background-color: #DDA511; }
a { background-color: rgb(221,165,17); }
div.DivClassName
{
background-color: #DDA511;
}
.BgClassName
{
background-color: #DDA511;
}
</style>
border-color css
<style>
span { border-color: #DDA511; }
span { border-color: rgb(221,165,17); }
td.TdClassName
{
border-color: #DDA511;
}
.TagClassName
{
border-color: #DDA511;
}
</style>