Shades of Gamboge #DDA305
Tints of Gamboge #DDA305
RGB
CMYK
RGB Variations
Color information
#DDA305 (or 0xDDA305) is known color: Gamboge. HEX triplet: DD, A3 and 05. RGB value is (221,163,5). Sum of RGB (Red+Green+Blue) = 221+163+5=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA305 is #225CFA. Grayscale: #A3A3A3. Windows color (decimal): -2252027 or 369629. OLE color: 369629.
HSL color Cylindrical-coordinate representation of color #DDA305: hue angle of 43.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA305 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.13 |
| HSL | 43.89º | 0.96% | 0.44% | - |
| HSV(B) | 43.89º | 0.98% | 0.87% | - |
| XYZ | 42.94 | 41.58 | 5.91 | - |
| YUV | 162.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 5 | 0 | 0.26 | 0.98 | 0.13 | 43.89 | 0.96 | 0.44 |
| Hex | DD | A3 | 5 | 0 | 1A | 62 | D | 2C | 60 | 2C |
| Octal | 335 | 243 | 5 | 0 | 32 | 142 | 15 | 54 | 140 | 54 |
| Binary | 11011101 | 10100011 | 101 | 0 | 11010 | 1100010 | 1101 | 101100 | 1100000 | 101100 |
Color Harmonies of #DDA305
Complementary color
Monochromatic Colors of #DDA305
Black with #DDA305
Text Example
Text Example
White with #DDA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA305; }
p { color: rgb(221,163,5); }
H1.HeaderClassName
{
color: #DDA305;
}
.AnyTagClassName
{
color: #DDA305;
}
</style>
background-color css
<style>
a { background-color: #DDA305; }
a { background-color: rgb(221,163,5); }
div.DivClassName
{
background-color: #DDA305;
}
.BgClassName
{
background-color: #DDA305;
}
</style>
border-color css
<style>
span { border-color: #DDA305; }
span { border-color: rgb(221,163,5); }
td.TdClassName
{
border-color: #DDA305;
}
.TagClassName
{
border-color: #DDA305;
}
</style>