Shades of Gamboge #DDA315
Tints of Gamboge #DDA315
RGB
CMYK
RGB Variations
Color information
#DDA315 (or 0xDDA315) is known color: Gamboge. HEX triplet: DD, A3 and 15. RGB value is (221,163,21). Sum of RGB (Red+Green+Blue) = 221+163+21=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA315 is #225CEA. Grayscale: #A4A4A4. Windows color (decimal): -2252011 or 1418205. OLE color: 1418205.
HSL color Cylindrical-coordinate representation of color #DDA315: hue angle of 42.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA315 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.13 |
| HSL | 42.6º | 0.83% | 0.47% | - |
| HSV(B) | 42.6º | 0.9% | 0.87% | - |
| XYZ | 43.05 | 41.62 | 6.47 | - |
| YUV | 164.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 21 | 0 | 0.26 | 0.90 | 0.13 | 42.6 | 0.83 | 0.47 |
| Hex | DD | A3 | 15 | 0 | 1A | 5A | D | 2B | 53 | 2F |
| Octal | 335 | 243 | 25 | 0 | 32 | 132 | 15 | 53 | 123 | 57 |
| Binary | 11011101 | 10100011 | 10101 | 0 | 11010 | 1011010 | 1101 | 101011 | 1010011 | 101111 |
Color Harmonies of #DDA315
Complementary color
Monochromatic Colors of #DDA315
Black with #DDA315
Text Example
Text Example
White with #DDA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA315; }
p { color: rgb(221,163,21); }
H1.HeaderClassName
{
color: #DDA315;
}
.AnyTagClassName
{
color: #DDA315;
}
</style>
background-color css
<style>
a { background-color: #DDA315; }
a { background-color: rgb(221,163,21); }
div.DivClassName
{
background-color: #DDA315;
}
.BgClassName
{
background-color: #DDA315;
}
</style>
border-color css
<style>
span { border-color: #DDA315; }
span { border-color: rgb(221,163,21); }
td.TdClassName
{
border-color: #DDA315;
}
.TagClassName
{
border-color: #DDA315;
}
</style>