Shades of Gamboge #DDA214
Tints of Gamboge #DDA214
RGB
CMYK
RGB Variations
Color information
#DDA214 (or 0xDDA214) is known color: Gamboge. HEX triplet: DD, A2 and 14. RGB value is (221,162,20). Sum of RGB (Red+Green+Blue) = 221+162+20=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA214 is #225DEB. Grayscale: #A4A4A4. Windows color (decimal): -2252268 or 1352413. OLE color: 1352413.
HSL color Cylindrical-coordinate representation of color #DDA214: hue angle of 42.39º degrees, saturation: 0.83, 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 #DDA214 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.13 |
| HSL | 42.39º | 0.83% | 0.47% | - |
| HSV(B) | 42.39º | 0.91% | 0.87% | - |
| XYZ | 42.87 | 41.26 | 6.37 | - |
| YUV | 163.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 20 | 0 | 0.27 | 0.91 | 0.13 | 42.39 | 0.83 | 0.47 |
| Hex | DD | A2 | 14 | 0 | 1B | 5B | D | 2A | 53 | 2F |
| Octal | 335 | 242 | 24 | 0 | 33 | 133 | 15 | 52 | 123 | 57 |
| Binary | 11011101 | 10100010 | 10100 | 0 | 11011 | 1011011 | 1101 | 101010 | 1010011 | 101111 |
Color Harmonies of #DDA214
Complementary color
Monochromatic Colors of #DDA214
Black with #DDA214
Text Example
Text Example
White with #DDA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA214; }
p { color: rgb(221,162,20); }
H1.HeaderClassName
{
color: #DDA214;
}
.AnyTagClassName
{
color: #DDA214;
}
</style>
background-color css
<style>
a { background-color: #DDA214; }
a { background-color: rgb(221,162,20); }
div.DivClassName
{
background-color: #DDA214;
}
.BgClassName
{
background-color: #DDA214;
}
</style>
border-color css
<style>
span { border-color: #DDA214; }
span { border-color: rgb(221,162,20); }
td.TdClassName
{
border-color: #DDA214;
}
.TagClassName
{
border-color: #DDA214;
}
</style>