Shades of Gamboge #DDA912
Tints of Gamboge #DDA912
RGB
CMYK
RGB Variations
Color information
#DDA912 (or 0xDDA912) is known color: Gamboge. HEX triplet: DD, A9 and 12. RGB value is (221,169,18). Sum of RGB (Red+Green+Blue) = 221+169+18=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA912 is #2256ED. Grayscale: #A7A7A7. Windows color (decimal): -2250478 or 1223133. OLE color: 1223133.
HSL color Cylindrical-coordinate representation of color #DDA912: hue angle of 44.63º degrees, saturation: 0.85, 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 #DDA912 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.13 |
| HSL | 44.63º | 0.85% | 0.47% | - |
| HSV(B) | 44.63º | 0.92% | 0.87% | - |
| XYZ | 44.12 | 43.79 | 6.7 | - |
| YUV | 167.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 18 | 0 | 0.24 | 0.92 | 0.13 | 44.63 | 0.85 | 0.47 |
| Hex | DD | A9 | 12 | 0 | 18 | 5C | D | 2D | 55 | 2F |
| Octal | 335 | 251 | 22 | 0 | 30 | 134 | 15 | 55 | 125 | 57 |
| Binary | 11011101 | 10101001 | 10010 | 0 | 11000 | 1011100 | 1101 | 101101 | 1010101 | 101111 |
Color Harmonies of #DDA912
Complementary color
Monochromatic Colors of #DDA912
Black with #DDA912
Text Example
Text Example
White with #DDA912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA912; }
p { color: rgb(221,169,18); }
H1.HeaderClassName
{
color: #DDA912;
}
.AnyTagClassName
{
color: #DDA912;
}
</style>
background-color css
<style>
a { background-color: #DDA912; }
a { background-color: rgb(221,169,18); }
div.DivClassName
{
background-color: #DDA912;
}
.BgClassName
{
background-color: #DDA912;
}
</style>
border-color css
<style>
span { border-color: #DDA912; }
span { border-color: rgb(221,169,18); }
td.TdClassName
{
border-color: #DDA912;
}
.TagClassName
{
border-color: #DDA912;
}
</style>