Shades of Gamboge #DDA013
Tints of Gamboge #DDA013
RGB
CMYK
RGB Variations
Color information
#DDA013 (or 0xDDA013) is known color: Gamboge. HEX triplet: DD, A0 and 13. RGB value is (221,160,19). Sum of RGB (Red+Green+Blue) = 221+160+19=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA013 is #225FEC. Grayscale: #A2A2A2. Windows color (decimal): -2252781 or 1286365. OLE color: 1286365.
HSL color Cylindrical-coordinate representation of color #DDA013: hue angle of 41.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDA013 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 19 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.13 |
| HSL | 41.88º | 0.84% | 0.47% | - |
| HSV(B) | 41.88º | 0.91% | 0.87% | - |
| XYZ | 42.51 | 40.56 | 6.2 | - |
| YUV | 162.17 | 47.21 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 19 | 0 | 0.28 | 0.91 | 0.13 | 41.88 | 0.84 | 0.47 |
| Hex | DD | A0 | 13 | 0 | 1C | 5B | D | 2A | 54 | 2F |
| Octal | 335 | 240 | 23 | 0 | 34 | 133 | 15 | 52 | 124 | 57 |
| Binary | 11011101 | 10100000 | 10011 | 0 | 11100 | 1011011 | 1101 | 101010 | 1010100 | 101111 |
Color Harmonies of #DDA013
Complementary color
Monochromatic Colors of #DDA013
Black with #DDA013
Text Example
Text Example
White with #DDA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA013; }
p { color: rgb(221,160,19); }
H1.HeaderClassName
{
color: #DDA013;
}
.AnyTagClassName
{
color: #DDA013;
}
</style>
background-color css
<style>
a { background-color: #DDA013; }
a { background-color: rgb(221,160,19); }
div.DivClassName
{
background-color: #DDA013;
}
.BgClassName
{
background-color: #DDA013;
}
</style>
border-color css
<style>
span { border-color: #DDA013; }
span { border-color: rgb(221,160,19); }
td.TdClassName
{
border-color: #DDA013;
}
.TagClassName
{
border-color: #DDA013;
}
</style>